Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge #9218 | bors[bot] | 2021-06-11 | 1 | -0/+14 | |
|\ | ||||||
| * | Item search now respects trait impl items | Lukas Wirth | 2021-06-11 | 1 | -0/+14 | |
* | | Add more profiling for flyimports | Kirill Bulatov | 2021-06-10 | 1 | -0/+4 | |
|/ | ||||||
* | Implement dummy expansions for builtin attributes | Lukas Wirth | 2021-06-09 | 1 | -0/+1 | |
* | Merge #9191 | bors[bot] | 2021-06-09 | 1 | -2/+10 | |
|\ | ||||||
| * | Don't descend MacroCall TokenTree delimiters | Lukas Wirth | 2021-06-09 | 1 | -2/+10 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #9181 #9182 | bors[bot] | 2021-06-08 | 2 | -1/+21 | |
|\ \ \ | ||||||
| | * | | fix: don't complete derive macros as fn-like macros | Jonas Schievink | 2021-06-08 | 1 | -0/+7 | |
| | |/ | ||||||
| * / | Don't complete values in type position | Lukas Wirth | 2021-06-08 | 2 | -1/+14 | |
| |/ | ||||||
* / | source_to_def: skip items with no def | Jonas Schievink | 2021-06-08 | 1 | -50/+56 | |
|/ | ||||||
* | Merge #9169 | bors[bot] | 2021-06-07 | 2 | -20/+87 | |
|\ | ||||||
| * | Attempt to track attr macros during highlighting | Jonas Schievink | 2021-06-07 | 1 | -0/+10 | |
| * | Make "expand macro" command work with attribute macros | Jonas Schievink | 2021-06-07 | 1 | -0/+16 | |
| * | Handle attribute macros in `descend_into_macros` | Jonas Schievink | 2021-06-06 | 2 | -20/+61 | |
* | | feat: goto definition on an impl fn goes to that fn in the trait | Jade | 2021-06-07 | 1 | -4/+5 | |
|/ | ||||||
* | Expand procedural attribute macros | Jonas Schievink | 2021-06-03 | 1 | -1/+15 | |
* | Merge #8866 | bors[bot] | 2021-05-31 | 1 | -1/+1 | |
|\ | ||||||
| * | Update salsa | Jonas Schievink | 2021-05-27 | 1 | -1/+1 | |
* | | Diagnose unimplemented built-in macros | Jonas Schievink | 2021-05-30 | 2 | -2/+34 | |
* | | Thread proc-macro types through the HIR | Jonas Schievink | 2021-05-29 | 1 | -5/+13 | |
* | | Don't store supertraits in ItemTree | Laurențiu Nicola | 2021-05-27 | 1 | -4/+0 | |
|/ | ||||||
* | Merge #8997 | bors[bot] | 2021-05-27 | 1 | -20/+6 | |
|\ | ||||||
| * | Stop expanding UseTrees during ItemTree lowering | Jonas Schievink | 2021-05-26 | 1 | -20/+6 | |
* | | simplify | Lukas Wirth | 2021-05-26 | 1 | -1/+5 | |
|/ | ||||||
* | internal: move diagnostics to hir | Aleksey Kladov | 2021-05-25 | 2 | -13/+395 | |
* | Merge #8942 | bors[bot] | 2021-05-25 | 1 | -32/+1 | |
|\ | ||||||
| * | Remove hir krate methods | Aramis Razzaghipour | 2021-05-24 | 1 | -48/+0 | |
| * | Add highlighting of items from other crates | Aramis Razzaghipour | 2021-05-24 | 1 | -0/+17 | |
* | | internal: rename hypothetical -> speculative | Aleksey Kladov | 2021-05-24 | 1 | -5/+5 | |
* | | internal: intern `TypeBound`s | Jonas Schievink | 2021-05-24 | 1 | -1/+1 | |
* | | Merge #8945 | bors[bot] | 2021-05-23 | 3 | -14/+17 | |
|\ \ | ||||||
| * | | Get rid of field_type again | Florian Diebold | 2021-05-23 | 3 | -18/+11 | |
| * | | Infer correct expected type for generic struct fields | Florian Diebold | 2021-05-23 | 1 | -3/+15 | |
| * | | Record method call substs and use them in call info | Florian Diebold | 2021-05-23 | 2 | -7/+5 | |
| |/ | ||||||
* / | Correctly resolve crate name in use paths when import shadows itself | Lukas Tobias Wirth | 2021-05-23 | 1 | -1/+10 | |
|/ | ||||||
* | Give ‘unsafe’ semantic token modifier to unsafe traits | Aramis Razzaghipour | 2021-05-23 | 1 | -0/+4 | |
* | Paper over #8931 a bit more | Florian Diebold | 2021-05-23 | 1 | -2/+3 | |
* | Add test for #8931 and better checking | Florian Diebold | 2021-05-23 | 1 | -2/+2 | |
* | Add more docs | Aleksey Kladov | 2021-05-22 | 2 | -3/+10 | |
* | Rework obligation handling | Florian Diebold | 2021-05-21 | 1 | -4/+6 | |
* | Fix HIR expecting errors to unify with anything | Florian Diebold | 2021-05-21 | 1 | -6/+3 | |
* | Fix compilation of hir and ide crates | Florian Diebold | 2021-05-21 | 1 | -2/+2 | |
* | Simplify eager macro representation | Jonas Schievink | 2021-05-19 | 1 | -2/+2 | |
* | Merge #8813 | bors[bot] | 2021-05-16 | 1 | -1/+4 | |
|\ | ||||||
| * | Address final feedback | Jade | 2021-05-16 | 1 | -1/+1 | |
| * | Add more tests, refactor array lengths/consteval work | Jade | 2021-05-14 | 1 | -1/+4 | |
* | | Apply async semantic token modifier to async/await keywords | hi-rustin | 2021-05-14 | 1 | -0/+4 | |
|/ | ||||||
* | Correctly support SelfType when searching for usages | Lukas Wirth | 2021-05-08 | 1 | -0/+4 | |
* | internal: expose cfg attrs from hir::Crate | Aleksey Kladov | 2021-05-07 | 1 | -0/+5 | |
* | Merge #8745 | bors[bot] | 2021-05-06 | 1 | -0/+12 | |
|\ |