aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
* Merge #9218bors[bot]2021-06-113-11/+215
|\ | | | | | | | | | | | | | | 9218: Item search now respects trait impl items r=Veykril a=Veykril Fixes #2977 Co-authored-by: Lukas Wirth <[email protected]>
| * Item search now respects trait impl itemsLukas Wirth2021-06-113-11/+215
| |
* | Merge #9217bors[bot]2021-06-1141-676/+815
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 9217: internal: Don't stringify and reparse `cfg_attr`-gated attributes r=jonas-schievink a=jonas-schievink Bumps ungrammar to include https://github.com/rust-analyzer/ungrammar/pull/33 bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Don't stringify `cfg_attr`-gated attributesJonas Schievink2021-06-111-4/+18
| | | | | | | | | | | | This preserves the assigned `TokenId`s
| * | Update ungrammarJonas Schievink2021-06-1140-672/+797
| | |
* | | Merge #9216bors[bot]2021-06-112-18/+21
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | 9216: fix: Don't allow lookup by self for unprefixed self access completions r=Veykril a=Veykril Fixes #9211 bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | Don't allow lookup by self for unprefixed self access completionsLukas Wirth2021-06-112-18/+21
| |/
* | Merge #9215bors[bot]2021-06-111-2/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | 9215: change visibility for use and macro items r=jonas-schievink a=Maan2003 Co-authored-by: Maan2003 <[email protected]>
| * | change visibility for use and macro itemsMaan20032021-06-111-2/+9
| | |
* | | Merge #9192bors[bot]2021-06-118-79/+130
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9192: internal: Build test-macros in a build script r=jonas-schievink a=jonas-schievink This build the test-proc-macros in `proc_macro_test` in a build script, and copies the artifact to `OUT_DIR`. This should make it available throughout all of rust-analyzer at no cost other than depending on `proc_macro_test`, fixing https://github.com/rust-analyzer/rust-analyzer/issues/9067. This hopefully will let us later write inline tests that utilize proc macros, which makes my life fixing proc macro bugs easier. Opening this as a sort of RFC, because I'm not totally sure this approach is the best. Co-authored-by: Jonas Schievink <[email protected]>
| * | | Try to fix unique file names on WindowsJonas Schievink2021-06-091-4/+7
| | | |
| * | | Build test-macros in a build scriptJonas Schievink2021-06-097-75/+123
| | | |
* | | | Don't suggest Remove unused param in trait implsMaan20032021-06-111-1/+29
| |/ / |/| |
* | | Only prefill caches in the completion benchmarkKirill Bulatov2021-06-115-5/+21
| | |
* | | Fix visibility issuesKirill Bulatov2021-06-111-5/+5
| | |
* | | Prime caches on workspace loadKirill Bulatov2021-06-112-2/+3
| | |
* | | Populate import maps eagerlyKirill Bulatov2021-06-101-3/+4
| | |
* | | Reduce fst_path callsKirill Bulatov2021-06-101-11/+5
| | |
* | | Add more profiling for flyimportsKirill Bulatov2021-06-106-71/+92
| | |
* | | Merge #9202bors[bot]2021-06-102-0/+19
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9202: feat: Make `MemoryUsage` work on Windows r=jonas-schievink a=jonas-schievink Unfortunately there is no convenient API for heap statistics, so this instead uses the Commit Charge value, which is the amount of memory that needs to be allocated either in physical RAM or in the page file. This approximation seems to be good enough to find queries that waste a large amount of memory, but it should generally be expected to be off by several MB. bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | | Make `MemoryUsage` work on WindowsJonas Schievink2021-06-102-0/+19
| | | |
* | | | Don't classify attributes on macro-calls are the macro itselfLukas Wirth2021-06-092-5/+23
| |_|/ |/| |
* | | Merge #9195bors[bot]2021-06-091-208/+178
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 9195: minor: Simplify r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | SimplifyLukas Wirth2021-06-091-208/+178
| |/
* | Remove unnecessary duplicationLukas Wirth2021-06-091-56/+8
| |
* | Implement dummy expansions for builtin attributesLukas Wirth2021-06-0910-11/+176
|/
* Merge #9191bors[bot]2021-06-093-2/+20
|\ | | | | | | | | | | | | | | 9191: fix: Don't descend MacroCall TokenTree delimiters r=jonas-schievink a=Veykril Fixes #9190 Co-authored-by: Lukas Wirth <[email protected]>
| * Don't descend MacroCall TokenTree delimitersLukas Wirth2021-06-093-2/+20
| |
* | Merge #9186bors[bot]2021-06-081-20/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 9186: fix: Prefer attr macros in "expand macro recursively" r=jonas-schievink a=jonas-schievink This allows expanding attribute macros on fn-like macro invocations bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Prefer attr macros in "expand macro recursively"Jonas Schievink2021-06-081-20/+14
| | |
* | | Merge #9183bors[bot]2021-06-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9183: Fix typo r=lnicola a=phynalle Co-authored-by: phynalle <[email protected]>
| * | | Fix typophynalle2021-06-081-1/+1
| | |/ | |/|
* | | Merge #9187bors[bot]2021-06-083-8/+30
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | 9187: fix: Fix edge case for ImportGranularity guessing r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | Fix edge case for ImportGranularity guessingLukas Wirth2021-06-083-8/+30
| |/
| |
| \
*-. \ Merge #9181 #9182bors[bot]2021-06-0810-59/+219
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9181: Don't complete values in type position r=jonas-schievink a=Veykril Will add some proper tests in a bit 9182: fix: don't complete derive macros as fn-like macros r=jonas-schievink a=jonas-schievink Part of https://github.com/rust-analyzer/rust-analyzer/issues/8518 bors r+ Co-authored-by: Lukas Wirth <[email protected]> Co-authored-by: Jonas Schievink <[email protected]>
| | * | fix: don't complete derive macros as fn-like macrosJonas Schievink2021-06-084-4/+88
| | |/
| * | Add tests checking no value completion in type posLukas Wirth2021-06-083-0/+55
| | |
| * | Don't complete values in type positionLukas Wirth2021-06-088-55/+76
| |/
* / source_to_def: skip items with no defJonas Schievink2021-06-081-50/+56
|/
* Merge #9171bors[bot]2021-06-075-36/+33
|\ | | | | | | | | | | | | | | 9171: internal: simplify r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * simplifyLukas Wirth2021-06-075-36/+33
| |
* | Merge #9170bors[bot]2021-06-077-90/+32
|\| | | | | | | | | | | | | | | 9170: internal: Remove unnecessary `completion::macro_in_item_position` module r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * Remove unnecessary completion::macro_in_item_positionLukas Wirth2021-06-076-72/+17
| |
| * Reorder CompletionContext fieldsLukas Wirth2021-06-072-18/+15
| |
* | Merge #9169bors[bot]2021-06-078-30/+170
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 9169: internal: steps towards attribute macro token mapping r=jonas-schievink a=jonas-schievink This doesn't work yet, but we seem to be getting a bit further along (for example, we now stop highlighting `use` items inside item with attribute macros as if they were written verbatim). bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Attempt to track attr macros during highlightingJonas Schievink2021-06-072-0/+40
| | |
| * | Make "expand macro" command work with attribute macrosJonas Schievink2021-06-072-7/+43
| | |
| * | Handle attribute macros in `descend_into_macros`Jonas Schievink2021-06-066-23/+87
| | |
* | | Merge #9144bors[bot]2021-06-071-15/+337
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | 9144: Extend convert_tuple_struct_to_named_struct to also apply to enum tuple variants r=matklad a=joshuawarner32 This is largely copied and adapted from the existing `convert_tuple_struct_to_named_struct` code. Not sure if maybe some of this code can/should be shared between those two assists - but the differences are significant enough to make it at least seem like a non-trivial refactor. Co-authored-by: Joshua Warner <[email protected]>
| * | fmtJoshua Warner2021-06-061-3/+12
| | |