| Age | Commit message (Expand) | Author | Lines |
| 2024-06-09 | feat: Compute native diagnostics in parallel | Lukas Wirth | -26/+73 |
| 2024-06-09 | internal: better print style for hir | Young-Flash | -2/+16 |
| 2024-06-08 | Auto merge of #17365 - DropDemBits:diagnostic-snippet-cap, r=Veykril | bors | -6/+13 |
| 2024-06-08 | Auto merge of #17368 - Veykril:dist-fix, r=Veykril | bors | -5/+3 |
| 2024-06-08 | fix: Fix generated markers not being patchable in package.json | Lukas Wirth | -5/+3 |
| 2024-06-07 | internal: Expose snippet capability to diagnostic quickfixes | DropDemBits | -6/+13 |
| 2024-06-07 | Auto merge of #17359 - Veykril:status-bar, r=Veykril | bors | -24/+46 |
| 2024-06-07 | Add version info to status bar item | Lukas Wirth | -24/+46 |
| 2024-06-07 | fix: Fix renaming imports of foreign items touching foreign sources | Lukas Wirth | -11/+30 |
| 2024-06-07 | Auto merge of #17058 - alibektas:13529/ratoml, r=Veykril | bors | -541/+2099 |
| 2024-06-07 | Auto merge of #17308 - mathew-horner:prefer-workspace, r=Veykril | bors | -1/+46 |
| 2024-06-07 | Fix processing of ratoml files | Lukas Wirth | -166/+115 |
| 2024-06-06 | chore: Prefer tracing span shorthand macros | Wilfred Hughes | -275/+240 |
| 2024-06-06 | fix: incorrect formatting of hover actions | roife | -2/+2 |
| 2024-06-06 | Auto merge of #17352 - roife:fix-issue-17338, r=Veykril | bors | -1/+30 |
| 2024-06-06 | test: add regression test for prelude shadowing in block modules | roife | -0/+24 |
| 2024-06-06 | fix: do not resolve prelude within block modules | roife | -1/+6 |
| 2024-06-06 | Fix file loading of r-a toml files | Lukas Wirth | -90/+37 |
| 2024-06-06 | Auto merge of #17346 - ChosenName:master, r=Veykril | bors | -1399/+2221 |
| 2024-06-06 | Auto merge of #17350 - Wilfred:mark_missing_file_unused, r=Veykril | bors | -10/+2 |
| 2024-06-05 | fix: Highlight unlinked files consistently with inactive files | Wilfred Hughes | -10/+2 |
| 2024-06-05 | chore: Update Cargo.lock to avoid yanked version | Wilfred Hughes | -2/+2 |
| 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 | Auto merge of #17348 - regexident:fix-type-or-const-param-source, r=Veykril | bors | -2/+2 |
| 2024-06-05 | Resolve #17344 by using `.get(…)` instead of `[…]` in `TypeOrConstParam::... | Vincent Esche | -2/+2 |
| 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-05 | Add debug info to invalid offset error | Lukas Wirth | -2/+3 |
| 2024-06-04 | fmt | ChosenName | -4/+4 |
| 2024-06-04 | fmt | ChosenName | -5/+4 |
| 2024-06-04 | Update dist.rs | ChosenName | -2/+5 |
| 2024-06-04 | Update config.rs | ChosenName | -2/+4 |
| 2024-06-04 | fmt | ChosenName | -2/+6 |
| 2024-06-04 | Fix typos | ChosenName | -2/+2 |
| 2024-06-04 | Update config.rs | ChosenName | -6/+14 |
| 2024-06-04 | Update package.json | ChosenName | -1392/+2198 |
| 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 | 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 |