| Age | Commit message (Expand) | Author | Lines |
| 2024-08-07 | Auto merge of #17813 - roife:fix-issue-17803, r=Veykril | bors | -1/+24 |
| 2024-08-06 | fix: tyck for non-ADT types when searching refs for `Self` kw | roife | -1/+24 |
| 2024-08-06 | Include vendored crates in StaticIndex | Nicolas Guichard | -10/+36 |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with `[package.rep... | Vincent Esche | -1/+1 |
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' `[package.... | Vincent Esche | -1/+1 |
| 2024-08-05 | Auto merge of #17775 - ShoyuVanilla:segregate-diags, r=Veykril | bors | -4/+23 |
| 2024-08-05 | perf: Segregate syntax and semantic diagnostics | Shoyu Vanilla | -4/+23 |
| 2024-08-05 | Auto merge of #17784 - Young-Flash:block_with_label, r=Veykril | bors | -3/+31 |
| 2024-08-05 | Simplify | Lukas Wirth | -7/+1 |
| 2024-08-05 | Simplify FileDelegate | Lukas Wirth | -7/+7 |
| 2024-08-04 | test: add test case for inlay hint support for expr with label | Young-Flash | -0/+13 |
| 2024-08-01 | feat: support inlay hint for more expr with label | Young-Flash | -3/+24 |
| 2024-07-29 | Auto merge of #17707 - Veykril:proc-macro-err-cleanup, r=Veykril | bors | -63/+0 |
| 2024-07-28 | Fix for #17497 - Invalid RA diagnostic error: expected 2 arguments, found 1 | Francis McKenzie | -1/+1 |
| 2024-07-26 | Internal: Cleanup proc-macro error handling | Lukas Wirth | -63/+0 |
| 2024-07-22 | internal: Shrink size of `Binding` | Lukas Wirth | -11/+21 |
| 2024-07-22 | Auto merge of #17542 - roife:fix-issue-17517, r=Veykril | bors | -179/+1182 |
| 2024-07-21 | fix: Allow flyimport to import primitive shadowing modules | Lukas Wirth | -1/+3 |
| 2024-07-20 | Fix some typos | Laurențiu Nicola | -1/+2 |
| 2024-07-20 | minor: tweak comment | Young-Flash | -1/+2 |
| 2024-07-20 | internal: add test case for inlay hint support for block expr with lifetime l... | Young-Flash | -0/+23 |
| 2024-07-20 | feat: add inlay hint support for block expr with lifetime label | Young-Flash | -1/+8 |
| 2024-07-20 | internal: move NavigationTarget::from_expr to goto_definition | roife | -27/+33 |
| 2024-07-20 | fix: sort references in tests | roife | -22/+97 |
| 2024-07-20 | fix: handle highlightings inside macro calls & only highlight kws in current ... | roife | -220/+278 |
| 2024-07-20 | fix: ensure that highlight_related works for macro_expr | roife | -6/+13 |
| 2024-07-20 | use token_ancestors_with_macros to simplify goto-def on kw | roife | -83/+45 |
| 2024-07-20 | fix: navigate to label directly when perform 'goto-def' on control-flow kw | roife | -3/+3 |
| 2024-07-20 | feat: find references on control-flow kws | roife | -1/+253 |
| 2024-07-20 | fix: keyword highlighting in macro expansion | roife | -0/+133 |
| 2024-07-20 | fix: incorrect highlighting of try blocks with control flow kws | roife | -123/+215 |
| 2024-07-20 | fix: ensure that goto-def works on fn/try/async kw | roife | -3/+9 |
| 2024-07-20 | feat: goto-def on keywords | roife | -7/+419 |
| 2024-07-19 | Reduce maximum LRU size to 2^16 entries, reducing memory footprint of LRU ent... | Lukas Wirth | -3/+3 |
| 2024-07-18 | Update test fixtures | Lukas Wirth | -116/+116 |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -206/+245 |
| 2024-07-17 | Add always disabled gen parse support | Lukas Wirth | -2/+3 |
| 2024-07-16 | Remove Name::to_smol_str | Lukas Wirth | -22/+30 |
| 2024-07-16 | More symbol usage | Lukas Wirth | -11/+14 |
| 2024-07-16 | Use symbol in cfg | Lukas Wirth | -4/+4 |
| 2024-07-15 | Auto merge of #17587 - joshka:jm/edit-name-after-refactor, r=Veykril | bors | -5/+5 |
| 2024-07-14 | Use statics + clone instead of const until const can access statics | Lukas Wirth | -12/+3 |
| 2024-07-12 | Trigger VSCode to rename after extract variable assist is applied | bors | -5/+5 |
| 2024-07-12 | Use Symbol in Name | Lukas Wirth | -21/+13 |
| 2024-07-10 | Auto merge of #17572 - beetrees:f16-f128, r=Veykril | bors | -7/+96 |
| 2024-07-10 | Auto merge of #17544 - MikeWalrus:inlay-hint-generic-param-name, r=Veykril | bors | -10/+363 |
| 2024-07-10 | Add `f16` and `f128` support | beetrees | -7/+96 |
| 2024-07-08 | fix: Fix double rounding of `f32` literals | beetrees | -0/+22 |
| 2024-07-08 | feat: add inlay hints for generic parameters | Liao Junxuan | -10/+363 |