| Age | Commit message (Expand) | Author | Lines |
| 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 | -138/+242 |
| 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 | Drop an unnecessary `Arc::clone` | Lukas Wirth | -1/+1 |
| 2024-07-19 | Regenerate files | Lukas Wirth | -1/+6 |
| 2024-07-19 | Make LRU opt-in | Lukas Wirth | -342/+1159 |
| 2024-07-19 | Remove duplicate information from interned::Slot | Lukas Wirth | -11/+18 |
| 2024-07-19 | Auto merge of #17638 - Veykril:salsa-perf, r=Veykril | bors | -35/+28 |
| 2024-07-19 | Reduce maximum LRU size to 2^16 entries, reducing memory footprint of LRU ent... | Lukas Wirth | -49/+50 |
| 2024-07-19 | perf: Reduce memory usage of salsa slots by 8 bytes | Lukas Wirth | -35/+28 |
| 2024-07-19 | Auto merge of #17622 - roife:fix-issue-17602, r=Veykril | bors | -5/+82 |
| 2024-07-19 | Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykril | bors | -1369/+2494 |
| 2024-07-19 | Test macros doing edition dependent parsing | Lukas Wirth | -62/+92 |
| 2024-07-19 | Prevent generated runner module from being format checked | Lukas Wirth | -0/+1 |
| 2024-07-19 | Parse `try` as a keyword only in edition 2018 and up | Lukas Wirth | -42/+24 |
| 2024-07-19 | Add basic edition inline parser test support | Lukas Wirth | -153/+131 |
| 2024-07-18 | Auto merge of #17246 - davidbarsky:david/move-rust-project-generation-to-serv... | bors | -105/+680 |
| 2024-07-18 | feature: move `linked_projects` discovery to the rust-analyzer server | David Barsky | -105/+680 |
| 2024-07-18 | Rewrite inline parser test infra to generated proper rust test cases | Lukas Wirth | -109/+839 |
| 2024-07-18 | Update test fixtures | Lukas Wirth | -190/+301 |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -822/+1115 |
| 2024-07-18 | fix: handle synonymous imports in 'merge imports' | roife | -5/+82 |
| 2024-07-17 | Auto merge of #17618 - Veykril:rustc_skip_during_method_dispatch, r=Veykril | bors | -17/+94 |
| 2024-07-17 | Support rustc_skip_during_method_dispatch | Lukas Wirth | -17/+94 |
| 2024-07-17 | Auto merge of #17617 - Veykril:grammar-kind-gen, r=Veykril | bors | -497/+632 |
| 2024-07-17 | string is not a keyword | Lukas Wirth | -5/+12 |
| 2024-07-17 | Add always disabled gen parse support | Lukas Wirth | -53/+372 |
| 2024-07-17 | Derive kinds information from ungrammar file | Lukas Wirth | -444/+253 |
| 2024-07-17 | Auto merge of #17616 - Veykril:config-param-hints, r=Veykril | bors | -2/+2 |
| 2024-07-17 | Fix incorrect generic parameter hint defaults | Lukas Wirth | -2/+2 |
| 2024-07-17 | Add --keep-going to rust-analyzer.cargo.buildScripts.overrideCommand docs | Laurențiu Nicola | -1/+1 |
| 2024-07-16 | Auto merge of #17611 - Veykril:macro-arg-no-call, r=Veykril | bors | -3/+10 |
| 2024-07-16 | Don't call macro_arg directly in `ExpandDatabase::syntax_context` | Lukas Wirth | -3/+10 |
| 2024-07-16 | Auto merge of #17609 - lnicola:sync-from-rust, r=lnicola | bors | -4/+3 |
| 2024-07-16 | Merge from rust-lang/rust | Laurențiu Nicola | -4/+3 |
| 2024-07-16 | Set RUSTC_SYSROOT for runnables | Lukas Wirth | -3/+22 |
| 2024-07-16 | Auto merge of #127617 - lnicola:sync-from-ra, r=lnicola | bors | -4609/+6617 |
| 2024-07-16 | Remove Name::to_smol_str | Lukas Wirth | -190/+287 |
| 2024-07-16 | More symbol usage | Lukas Wirth | -303/+387 |
| 2024-07-16 | Use symbol in cfg | Lukas Wirth | -90/+143 |
| 2024-07-16 | Switch token trees to use Symbols | Lukas Wirth | -397/+587 |
| 2024-07-16 | Use re-exported Idx and IndexVec in pat_analysis | Laurențiu Nicola | -3/+2 |