about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-02-03Move path completions for patterns into pattern moduleLukas Wirth-51/+215
2022-02-03Cleanup PathCompletionContext qualifier handlingLukas Wirth-91/+89
2022-02-03Add missing test for use completionsLukas Wirth-0/+19
2022-02-03Add completion module tailored towards visibility modifiersLukas Wirth-38/+76
2022-02-03Add completion module tailored towards use treesLukas Wirth-164/+269
2022-02-03Move attribute path completions into attribute completion moduleLukas Wirth-107/+139
2022-02-03Fix assoc type shorthand from method boundsFlorian Diebold-67/+107
2022-02-02Merge #11394bors[bot]-135/+199
2022-02-02Fix test fixtureLukas Wirth-1/+1
2022-02-02Merge #11395bors[bot]-55/+74
2022-02-02fix: Fix and re-enable format string completionsLukas Wirth-55/+74
2022-02-02Cleanup `Completions` api a bitLukas Wirth-77/+70
2022-02-02Fix generate_function assist trying to use name-ref like keywords for namesLukas Wirth-1/+10
2022-02-02feat: Deprioritize completions of private but editable definitionsLukas Wirth-58/+120
2022-02-01Merge #11322bors[bot]-29/+254
2022-02-01rollup matchJeroen Vannevel-6/+3
2022-02-01fix: Complete functions and methods from block level implsLukas Wirth-72/+160
2022-02-01minor: Add some debug traces for cfg fetchingLukas Wirth-26/+43
2022-02-01Deprioritize ops function completions for non-method callsLukas Wirth-9/+30
2022-02-01better comparisonJeroen Vannevel-3/+1
2022-02-01removed redundant testJeroen Vannevel-31/+0
2022-02-01added FIXMEJeroen Vannevel-0/+1
2022-02-01don't tear bodyJeroen Vannevel-2/+26
2022-02-01no longer support comments on their ownJeroen Vannevel-34/+16
2022-01-31fix: Fix proc-macro server not using the supplied span in Ident::newLukas Wirth-48/+8
2022-01-31Make more precise range macro upmappingLukas Wirth-80/+80
2022-01-31Fix token ascension single token check being invertedLukas Wirth-10/+12
2022-01-31Merge #11182bors[bot]-30/+38
2022-01-31Complete local fn and closure params from surrounding locals scopeLukas Wirth-88/+199
2022-01-30Fix cfg_attr invalidating derive identifier IDE functionalityLukas Wirth-15/+14
2022-01-30Reduce allocations in attribute collectionLukas Wirth-70/+61
2022-01-30Merge #11356bors[bot]-9/+32
2022-01-28Add Keyword Return Type HighlightingDaniel Conley-10/+99
2022-01-28Use `compare_exchange_weak` in `limit::Limit::check`Maybe Waffle-1/+1
2022-01-28Add a way to disable dll copying for users of proc_macro_srv libraryvlad20012-0/+4
2022-01-28Rollback env vars changed by a proc macrovlad20012-9/+32
2022-01-28feat: Honor recursion limit configurationMaybe Waffle-15/+54
2022-01-28Use `crate_limits` query in macro expansionMaybe Waffle-7/+12
2022-01-28Add `crate_limits` query to `SourceDatabase`Maybe Waffle-0/+15
2022-01-27Merge #11353bors[bot]-0/+28
2022-01-27More correct `$crate` handling in eager macrosJonas Schievink-3/+74
2022-01-27Set current working directory for procedural macrosvlad20012-0/+28
2022-01-26Fix merge commit check for git 2.35Jonas Schievink-4/+3
2022-01-26Fix resolution of eager macro contentsJonas Schievink-305/+375
2022-01-25Merge #11281bors[bot]-33/+275
2022-01-24Make syntax bridge fully infallibleJonas Schievink-31/+18
2022-01-23fix: don't panic in semantics due to `cfg_attr` disrupting offsetsLukas Wirth-1/+7
2022-01-22fixed whitespaceJeroen Vannevel-15/+13
2022-01-22whitespaceJeroen Vannevel-1/+1
2022-01-22generated docsJeroen Vannevel-0/+2