| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-07-07 | HasGenericArgs syntax trait | Lukas Wirth | -1/+1 |
| 2024-07-07 | fix: Fix callHierarchy LSP violation | Lukas Wirth | -29/+181 |
| 2024-07-07 | Update hover test fixture | Lukas Wirth | -3/+14 |
| 2024-07-07 | Fix stop_watch on linux | Lukas Wirth | -1/+0 |
| 2024-07-07 | Drop unused profile things | Lukas Wirth | -3/+0 |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre... | Lukas Wirth | -1/+1 |
| 2024-06-30 | Fix expression scope calculation when within macro expansions | Lukas Wirth | -6/+25 |
| 2024-06-24 | Enum variants are not generic def ids | Lukas Wirth | -10/+7 |
| 2024-06-20 | Auto merge of #17419 - ishanjain28:filter_builtin_macro_expansion, r=Veykril | bors | -3/+27 |
| 2024-06-20 | Invert matching on builtin macros in expand_allowed_builtins | Lukas Wirth | -4/+4 |
| 2024-06-19 | updated tests | Ishan Jain | -17/+14 |
| 2024-06-19 | Auto merge of #17426 - roife:fix-issue-17420, r=Veykril | bors | -1/+21 |
| 2024-06-16 | docs: document omission heuristics for parameter inlay hints | Lunaphied | -0/+17 |
| 2024-06-15 | fix: handle character boundaries for wide chars in extend_selection | roife | -1/+21 |
| 2024-06-15 | Created expand_allowed_builtins, updated expand_macro to call this function | Ishan Jain | -3/+4 |
| 2024-06-14 | added tests | Ishan Jain | -0/+26 |
| 2024-06-11 | Auto merge of #17394 - Veykril:recurse-fix, r=Veykril | bors | -0/+21 |
| 2024-06-11 | fix: Fix `HirDisplay` stackoverflow for parameter Self defaults | Lukas Wirth | -0/+21 |
| 2024-06-11 | feat: add hover config for showing container bounds | roife | -0/+1 |
| 2024-06-11 | Auto merge of #17374 - Veykril:configs, r=Veykril | bors | -13/+8 |
| 2024-06-11 | Simplify some config serialization stuff | Lukas Wirth | -12/+7 |