| Age | Commit message (Expand) | Author | Lines |
| 2024-07-23 | rename config::ConfigChange::other_errors to validation_errors | Ali Bektas | -6/+5 |
| 2024-07-22 | Add FIXME to root ratoml tests. | Ali Bektas | -9/+8 |
| 2024-07-22 | Apply changes to ratoml/fixes | Ali Bektas | -5/+9 |
| 2024-07-22 | Minor fixes for ratoml module | Ali Bektas | -115/+90 |
| 2024-07-21 | Auto merge of #17657 - Veykril:cfg-slim, r=lnicola | bors | -64/+77 |
| 2024-07-21 | Make `CfgExpr` slimmer | Lukas Wirth | -64/+77 |
| 2024-07-21 | Auto merge of #17656 - Veykril:flyimport-builtin-mod, r=Veykril | bors | -2/+28 |
| 2024-07-21 | fix: Allow flyimport to import primitive shadowing modules | Lukas Wirth | -2/+28 |
| 2024-07-21 | Auto merge of #17655 - Veykril:std-find-path, r=Veykril | bors | -224/+320 |
| 2024-07-21 | Optimize `find_path` for sysroot library search some more | Lukas Wirth | -98/+112 |
| 2024-07-21 | Fix visited module tracking not clearing itself on backtracking | Lukas Wirth | -46/+86 |
| 2024-07-21 | Use out parameter instead of return value for `find_path` choice | Lukas Wirth | -56/+53 |
| 2024-07-21 | Fix using wrong length for max_len arg | Lukas Wirth | -2/+7 |
| 2024-07-21 | Specialize `find_path` local search | Lukas Wirth | -28/+45 |
| 2024-07-21 | Optimize `find_path` choice selection | Lukas Wirth | -122/+145 |
| 2024-07-21 | Auto merge of #17653 - Veykril:std-find-path, r=Veykril | bors | -6/+69 |
| 2024-07-21 | Prefer standard library paths over shorter extern deps re-exports | Lukas Wirth | -6/+69 |
| 2024-07-21 | Auto merge of #17650 - ObsidianMinor:fix/17645, r=Veykril | bors | -5/+47 |
| 2024-07-20 | Fix path resolution for child mods of those expanded by `include!` | Sydney Acksman | -5/+47 |
| 2024-07-20 | Auto merge of #17649 - ShoyuVanilla:issue-17585, r=Veykril | bors | -0/+21 |
| 2024-07-21 | fix: Panic in debug profile for tuple deconstruct with arity mismatch | Shoyu Vanilla | -0/+21 |
| 2024-07-20 | Auto merge of #17646 - Veykril:dyn-parse, r=lnicola | bors | -70/+162 |
| 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 |