about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-07Fix processing of ratoml filesLukas Wirth-166/+115
2024-06-06Fix file loading of r-a toml filesLukas Wirth-90/+37
2024-06-05Keep config diagnostics across changesLukas Wirth-100/+213
2024-06-05Diagnose most incorrect ra-toml config errorsLukas Wirth-25/+135
2024-06-05Fix local configs allowing to contain global changesLukas Wirth-15/+17
2024-06-05Shuffle around some of the configs between the levelsLukas Wirth-315/+278
2024-06-05Apply requested changes round 3Ali Bektas-31/+36
2024-06-05Apply requested changes round 2Ali Bektas-1269/+1159
2024-06-05Apply suggested changesAli Bektas-299/+1878
2024-06-04Auto merge of #17004 - Veykril:ide-macro-caching, r=Veykrilbors-361/+476
2024-06-04Use dyn cache for Semantics macro resolutionLukas Wirth-41/+44
2024-06-04Cache parse trees in `Semantics`Lukas Wirth-4/+22
2024-06-04Cache `file_to_def` in `SourceToDefCtx`Lukas Wirth-28/+40
2024-06-04Try caching macro calls more aggressivelyLukas Wirth-303/+385
2024-06-04Auto merge of #17341 - Veykril:inert-attr, r=Veykrilbors-162/+155
2024-06-04Cleanup some inert attribute stuffLukas Wirth-162/+155
2024-06-04Auto merge of #17282 - jkelleyrtp:jk/filter-by-underscorte, r=Veykrilbors-1/+29
2024-06-04Recognize `__` prefixes for symbol search queryLukas Wirth-16/+8
2024-06-03Auto merge of #17340 - Veykril:find-path2, r=Veykrilbors-214/+180
2024-06-03Add fuel to `find_path`Lukas Wirth-1/+15
2024-06-03Remove an allocation in `find_path::find_local_import_locations`Lukas Wirth-23/+17
2024-06-03SimplifyLukas Wirth-33/+31
2024-06-03DeduplicateLukas Wirth-30/+20
2024-06-03Fix find_path search not reducing scope appropriately for foreign itemsLukas Wirth-12/+18
2024-06-03SimplifyLukas Wirth-149/+113
2024-06-03Auto merge of #17329 - Nilstrieb:rustc_deprecated_safe_2024, r=Veykrilbors-0/+23
2024-06-03Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykrilbors-79/+71
2024-06-03Auto merge of #17312 - regexident:function-fn-ptr-type, r=Veykrilbors-0/+8
2024-06-03Auto merge of #17333 - DropDemBits:extract-format-args-snippet-cap, r=Veykrilbors-68/+189
2024-06-02Auto merge of #17337 - Veykril:assert-info, r=Veykrilbors-1/+1
2024-06-02Add path info to `AbsPathBuf::assert`'s assertLukas Wirth-1/+1
2024-06-02fix typos & formattingDropDemBits-3/+7
2024-06-02Make `extract_expressions_from_format_string` only use snippets when availableDropDemBits-55/+98
2024-06-02Add `ast::Expr::parse`DropDemBits-0/+32
2024-06-02minor: tidy up `Parse` a little bitDropDemBits-11/+10
2024-06-02Add `tt_from_syntax`DropDemBits-2/+45
2024-06-02Don't mark `#[rustc_deprecated_safe_2024]` functions as unsafeNilstrieb-0/+23
2024-06-02Auto merge of #17328 - Veykril:derive-helper-completions, r=Veykrilbors-98/+209
2024-06-02feat: Enable completions within derive helper attributesLukas Wirth-98/+209
2024-06-01Auto merge of #17326 - Veykril:fix-attr-derive-container, r=Veykrilbors-40/+48
2024-06-01fix: Fix container search failing for tokens originating within derive attrib...Lukas Wirth-40/+48
2024-06-01Auto merge of #17302 - mladedav:dm/fix-clear, r=Veykrilbors-13/+30
2024-06-01Move state trackig of diagnostic clearing inside `FlycheckActor`David Mládek-41/+31
2024-06-01Auto merge of #17278 - chenx97:flycheck-process-wrap, r=lnicolabors-45/+73
2024-05-31Auto merge of #17319 - LukeFranceschini:patch-1, r=lnicolabors-1/+1
2024-05-31docs: Missing word typoLuke Franceschini-1/+1
2024-05-31minor: replace command-group with process-wrapHenry Chen-45/+73
2024-05-30fix: formatting in `handlers/unresolved_method.rs`Hamir Mahal-2/+1
2024-05-30style: simplify string interpolationHamir Mahal-78/+71
2024-05-29Add `Function::fn_ptr_type(…)` for obtaining name-erased function typeVincent Esche-0/+8