| Age | Commit message (Expand) | Author | Lines |
| 2024-07-22 | internal: add more output to the status command | David Barsky | -0/+7 |
| 2024-07-22 | internal: Shrink size of `Binding` | Lukas Wirth | -56/+94 |
| 2024-07-22 | Auto merge of #17670 - Veykril:mem, r=Veykril | bors | -26/+19 |
| 2024-07-22 | LRU `body_with_source_map` query | Lukas Wirth | -26/+19 |
| 2024-07-22 | Auto merge of #17668 - Veykril:incorrect-nevers, r=Veykril | bors | -3/+2 |
| 2024-07-22 | Auto merge of #17542 - roife:fix-issue-17517, r=Veykril | bors | -194/+1209 |
| 2024-07-22 | Auto merge of #17586 - ShoyuVanilla:tuple-arg-macro-rest, r=Veykril | bors | -5/+108 |
| 2024-07-22 | Remove incorrect never! invocations | Lukas Wirth | -3/+2 |
| 2024-07-22 | Auto merge of #17647 - joshka:jm/rename-commands, r=Veykril | bors | -7/+7 |
| 2024-07-22 | Auto merge of #17666 - Veykril:simplify, r=Veykril | bors | -139/+65 |
| 2024-07-22 | Simplify | Lukas Wirth | -139/+65 |
| 2024-07-22 | Auto merge of #17660 - ObsidianMinor:fix/17645, r=Veykril | bors | -1/+71 |
| 2024-07-22 | Auto merge of #17658 - alibektas:rename_get_field, r=Veykril | bors | -3/+3 |
| 2024-07-22 | Read rust-analyzer.toml files on startup | Ali Bektas | -8/+40 |
| 2024-07-21 | Fix more path resolution for included submodules | Sydney Acksman | -1/+71 |
| 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 | Rename `config::get_field` to `config::get_field_json` | Ali Bektas | -3/+3 |
| 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 | Allow deprecated temporarily to unblock version bump | Mark Rousskov | -0/+1 |
| 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 | Rename rust-analyzer commands | Josh McKinney | -7/+7 |
| 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 | Fix some typos | Laurențiu Nicola | -3/+2 |
| 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 | -402/+1239 |
| 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 | Fix edition used for include macro parsing | Lukas Wirth | -11/+15 |
| 2024-07-19 | Parse contextual dyn keyword properly in edition 2015 | Lukas Wirth | -11/+164 |