about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-07-23rename config::ConfigChange::other_errors to validation_errorsAli Bektas-6/+5
2024-07-22Add FIXME to root ratoml tests.Ali Bektas-9/+8
2024-07-22Apply changes to ratoml/fixesAli Bektas-5/+9
2024-07-22Minor fixes for ratoml moduleAli Bektas-115/+90
2024-07-21Auto merge of #17657 - Veykril:cfg-slim, r=lnicolabors-64/+77
2024-07-21Make `CfgExpr` slimmerLukas Wirth-64/+77
2024-07-21Auto merge of #17656 - Veykril:flyimport-builtin-mod, r=Veykrilbors-2/+28
2024-07-21fix: Allow flyimport to import primitive shadowing modulesLukas Wirth-2/+28
2024-07-21Auto merge of #17655 - Veykril:std-find-path, r=Veykrilbors-224/+320
2024-07-21Optimize `find_path` for sysroot library search some moreLukas Wirth-98/+112
2024-07-21Fix visited module tracking not clearing itself on backtrackingLukas Wirth-46/+86
2024-07-21Use out parameter instead of return value for `find_path` choiceLukas Wirth-56/+53
2024-07-21Fix using wrong length for max_len argLukas Wirth-2/+7
2024-07-21Specialize `find_path` local searchLukas Wirth-28/+45
2024-07-21Optimize `find_path` choice selectionLukas Wirth-122/+145
2024-07-21Auto merge of #17653 - Veykril:std-find-path, r=Veykrilbors-6/+69
2024-07-21Prefer standard library paths over shorter extern deps re-exportsLukas Wirth-6/+69
2024-07-21Auto merge of #17650 - ObsidianMinor:fix/17645, r=Veykrilbors-5/+47
2024-07-20Fix path resolution for child mods of those expanded by `include!`Sydney Acksman-5/+47
2024-07-20Auto merge of #17649 - ShoyuVanilla:issue-17585, r=Veykrilbors-0/+21
2024-07-21fix: Panic in debug profile for tuple deconstruct with arity mismatchShoyu Vanilla-0/+21
2024-07-20Auto merge of #17646 - Veykril:dyn-parse, r=lnicolabors-70/+162
2024-07-20Add missing dyn parse special cases in 2015 editionLukas Wirth-70/+162
2024-07-20Auto merge of #17641 - nyurik:optimize-refs, r=Veykrilbors-12/+12
2024-07-20Keep references in format! when the target is unsizedLukas Wirth-1/+1
2024-07-20Auto merge of #17642 - lnicola:typos, r=lnicolabors-3/+2
2024-07-20Fix some typosLaurențiu Nicola-3/+2
2024-07-20Auto merge of #17635 - Young-Flash:block_exp, r=lnicolabors-1/+32
2024-07-20minor: tweak commentYoung-Flash-1/+2
2024-07-20internal: add test case for inlay hint support for block expr with lifetime l...Young-Flash-0/+23
2024-07-20feat: add inlay hint support for block expr with lifetime labelYoung-Flash-1/+8
2024-07-19Auto merge of #17639 - Veykril:salsa-perf, r=Veykrilbors-403/+1241
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-13/+13
2024-07-19Add back equality check that went missingLukas Wirth-1/+8
2024-07-19Auto merge of #17640 - Veykril:parse-dyn, r=Veykrilbors-23/+180
2024-07-19Fix edition used for include macro parsingLukas Wirth-13/+17
2024-07-19Parse contextual dyn keyword properly in edition 2015Lukas Wirth-11/+164
2024-07-19Drop an unnecessary `Arc::clone`Lukas Wirth-1/+1
2024-07-19Regenerate filesLukas Wirth-2/+8
2024-07-19Make LRU opt-inLukas Wirth-342/+1159
2024-07-19Remove duplicate information from interned::SlotLukas Wirth-11/+18
2024-07-19Auto merge of #17638 - Veykril:salsa-perf, r=Veykrilbors-35/+28
2024-07-19Reduce maximum LRU size to 2^16 entries, reducing memory footprint of LRU ent...Lukas Wirth-49/+50
2024-07-19perf: Reduce memory usage of salsa slots by 8 bytesLukas Wirth-35/+28
2024-07-19Auto merge of #17637 - jjoeldaniel:master, r=Veykrilbors-14/+0
2024-07-19Auto merge of #17622 - roife:fix-issue-17602, r=Veykrilbors-5/+82
2024-07-19remove rust-analyzer.openFAQJoel Daniel Rico-19/+0
2024-07-19Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykrilbors-1425/+2642
2024-07-19Test macros doing edition dependent parsingLukas Wirth-62/+92
2024-07-19Prevent generated runner module from being format checkedLukas Wirth-0/+1