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