Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Make `ast_to_token_tree` infallible | Jonas Schievink | 2021-04-04 | 11 | -41/+32 | |
* | | | | Glob-reexport hir_def database types | Jonas Schievink | 2021-04-04 | 1 | -9/+1 | |
* | | | | Use shrink_to_fit to reduce DefMap sizes | Jonas Schievink | 2021-04-03 | 3 | -1/+25 | |
* | | | | Use bitflags to compress function properties | Jonas Schievink | 2021-04-03 | 10 | -71/+119 | |
* | | | | Intern `ModPath` in `Import` | Jonas Schievink | 2021-04-03 | 3 | -4/+8 | |
| |/ / |/| | | ||||||
* | | | Rename Ty::interned to Ty::kind | Florian Diebold | 2021-04-03 | 17 | -75/+73 | |
* | | | Introduce `GenericArg` like in Chalk | Florian Diebold | 2021-04-03 | 17 | -161/+323 | |
* | | | Allow include! an empty content file | Edwin Cheng | 2021-04-03 | 3 | -3/+33 | |
* | | | Fix joinLines panic if run on the empty last line | Edwin Cheng | 2021-04-03 | 1 | -2/+16 | |
* | | | Support `#[rustc_builtin_macro = "builtin_name"]` | Jonas Schievink | 2021-04-03 | 1 | -1/+11 | |
* | | | Implement edition-dependent builtin `panic!` macro | Jonas Schievink | 2021-04-03 | 3 | -2/+26 | |
* | | | Allow `,` to delimit macro 2.0 rules | Jonas Schievink | 2021-04-03 | 3 | -2/+30 | |
* | | | Allow interning strings | Jonas Schievink | 2021-04-03 | 1 | -9/+46 | |
* | | | Stop using an upgradeable read lock in interning | Jonas Schievink | 2021-04-02 | 1 | -5/+2 | |
* | | | Only populate prelude for crate-level DefMaps | Jonas Schievink | 2021-04-02 | 2 | -14/+58 | |
* | | | Merge #8284 | bors[bot] | 2021-04-02 | 14 | -136/+229 | |
|\ \ \ | ||||||
| * | | | Remove `?Sized` on `PartialEq`/`Eq` impls | Jonas Schievink | 2021-04-02 | 1 | -3/+5 | |
| * | | | Split `Intern::drop` into hot and cold path | Jonas Schievink | 2021-04-02 | 1 | -16/+23 | |
| * | | | Remove unnecessary region, relax `Sized` bounds | Jonas Schievink | 2021-04-01 | 1 | -16/+12 | |
| * | | | Intern Attr, MacroCall and Path components | Jonas Schievink | 2021-04-01 | 7 | -17/+21 | |
| * | | | Global TypeRef/TraitRef interning | Jonas Schievink | 2021-04-01 | 10 | -120/+204 | |
* | | | | Merge #8291 | bors[bot] | 2021-04-02 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Put the revision in the logged startup message | Jade | 2021-04-02 | 1 | -1/+1 | |
* | | | | | Merge #8287 | bors[bot] | 2021-04-02 | 1 | -36/+33 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't allocate in `associated_type_shorthand_candidates` | Lukas Wirth | 2021-04-02 | 1 | -36/+33 | |
* | | | | | | minor: add profile call for resolve_obligations | Aleksey Kladov | 2021-04-02 | 1 | -0/+2 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge #8285 | bors[bot] | 2021-04-02 | 4 | -8/+26 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Don't recheck obligations if we have learned nothing new | Florian Diebold | 2021-04-01 | 4 | -8/+26 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #8265 | bors[bot] | 2021-04-01 | 2 | -47/+192 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Check for and skip dummy macro files | Jonas Schievink | 2021-04-01 | 2 | -120/+16 | |
| * | | | Adjust message when pointing at location in macro | Jonas Schievink | 2021-04-01 | 1 | -2/+10 | |
| * | | | Search for a suitable primary location | Jonas Schievink | 2021-03-31 | 1 | -9/+27 | |
| * | | | Rename `convert_location` -> `location` | Jonas Schievink | 2021-03-31 | 1 | -11/+11 | |
| * | | | Improve rustc diagnostic mapping | Jonas Schievink | 2021-03-30 | 3 | -49/+272 | |
* | | | | Merge #8283 | bors[bot] | 2021-04-01 | 5 | -7/+96 | |
|\ \ \ \ | ||||||
| * | | | | Resolve associated types with type anchors | Lukas Wirth | 2021-04-01 | 3 | -12/+42 | |
| * | | | | Resolve associated types | Lukas Wirth | 2021-04-01 | 4 | -5/+64 | |
* | | | | | Include remaining memory in memory usage stats | Jonas Schievink | 2021-04-01 | 1 | -1/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge #8274 | bors[bot] | 2021-04-01 | 2 | -0/+6 | |
|\ \ \ \ | ||||||
| * | | | | Additional syntax highlighting screenshot in manual | Ayomide Bamidele | 2021-03-31 | 1 | -0/+1 | |
| * | | | | Gif of "let = " typing assist | Ayomide Bamidele | 2021-03-31 | 1 | -0/+1 | |
| * | | | | Gifs and screenshots for features in manual (syntax highlighting and typing) | Ayomide Bamidele | 2021-03-31 | 2 | -0/+4 | |
| |/ / / | ||||||
* / / / | Fix block inner item defined in macro | Edwin Cheng | 2021-03-31 | 2 | -0/+32 | |
|/ / / | ||||||
* | | | Merge #8210 | bors[bot] | 2021-03-31 | 4 | -1/+174 | |
|\ \ \ | ||||||
| * | | | Don't use snippets | Jonas Schievink | 2021-03-29 | 2 | -19/+14 | |
| * | | | Use `find_node_at_range` | Jonas Schievink | 2021-03-29 | 2 | -26/+7 | |
| * | | | Snippet support in extract_type_alias | Jonas Schievink | 2021-03-27 | 2 | -15/+26 | |
| * | | | Implement "Extract type alias" assist | Jonas Schievink | 2021-03-26 | 3 | -0/+186 | |
* | | | | Merge #8271 | bors[bot] | 2021-03-31 | 1 | -2/+17 | |
|\ \ \ \ | ||||||
| * | | | | Fix parse u128 bug in proc-macro | Edwin Cheng | 2021-03-31 | 1 | -2/+17 |