| Age | Commit message (Expand) | Author | Lines |
| 2024-07-21 | Optimize `find_path` choice selection | Lukas Wirth | -122/+145 |
| 2024-07-21 | Prefer standard library paths over shorter extern deps re-exports | Lukas Wirth | -6/+69 |
| 2024-07-20 | Add missing dyn parse special cases in 2015 edition | Lukas Wirth | -70/+162 |
| 2024-07-20 | Auto merge of #17641 - nyurik:optimize-refs, r=Veykril | bors | -12/+12 |
| 2024-07-20 | Keep references in format! when the target is unsized | Lukas Wirth | -1/+1 |
| 2024-07-20 | Auto merge of #17642 - lnicola:typos, r=lnicola | bors | -3/+2 |
| 2024-07-20 | Fix some typos | Laurențiu Nicola | -3/+2 |
| 2024-07-20 | Auto merge of #17635 - Young-Flash:block_exp, r=lnicola | bors | -1/+32 |
| 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-19 | Auto merge of #17639 - Veykril:salsa-perf, r=Veykril | bors | -403/+1241 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -13/+13 |
| 2024-07-19 | Add back equality check that went missing | Lukas Wirth | -1/+8 |
| 2024-07-19 | Auto merge of #17640 - Veykril:parse-dyn, r=Veykril | bors | -23/+180 |
| 2024-07-19 | Fix edition used for include macro parsing | Lukas Wirth | -13/+17 |
| 2024-07-19 | Parse contextual dyn keyword properly in edition 2015 | Lukas Wirth | -11/+164 |
| 2024-07-19 | Drop an unnecessary `Arc::clone` | Lukas Wirth | -1/+1 |
| 2024-07-19 | Regenerate files | Lukas Wirth | -2/+8 |
| 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 #17637 - jjoeldaniel:master, r=Veykril | bors | -14/+0 |
| 2024-07-19 | Auto merge of #17622 - roife:fix-issue-17602, r=Veykril | bors | -5/+82 |
| 2024-07-19 | remove rust-analyzer.openFAQ | Joel Daniel Rico | -19/+0 |
| 2024-07-19 | Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykril | bors | -1425/+2642 |
| 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 | -172/+185 |
| 2024-07-19 | Auto merge of #17634 - lnicola:fix-xtask-install, r=lnicola | bors | -2/+2 |
| 2024-07-19 | Make xtask install work again | Laurențiu Nicola | -2/+2 |
| 2024-07-18 | Auto merge of #17246 - davidbarsky:david/move-rust-project-generation-to-serv... | bors | -169/+877 |
| 2024-07-18 | feature: move `linked_projects` discovery to the rust-analyzer server | David Barsky | -169/+877 |
| 2024-07-18 | Rewrite inline parser test infra to generated proper rust test cases | Lukas Wirth | -163/+955 |
| 2024-07-18 | Update test fixtures | Lukas Wirth | -195/+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 | -757/+816 |
| 2024-07-17 | string is not a keyword | Lukas Wirth | -5/+13 |
| 2024-07-17 | Add always disabled gen parse support | Lukas Wirth | -55/+376 |
| 2024-07-17 | Derive kinds information from ungrammar file | Lukas Wirth | -704/+434 |
| 2024-07-17 | Auto merge of #17616 - Veykril:config-param-hints, r=Veykril | bors | -6/+6 |
| 2024-07-17 | Fix incorrect generic parameter hint defaults | Lukas Wirth | -6/+6 |
| 2024-07-17 | Auto merge of #17614 - lnicola:build-scripts-override-docs, r=lnicola | bors | -3/+3 |
| 2024-07-17 | Add --keep-going to rust-analyzer.cargo.buildScripts.overrideCommand docs | Laurențiu Nicola | -3/+3 |