| Age | Commit message (Expand) | Author | Lines |
| 2024-07-25 | Remove unused trace module | Lukas Wirth | -127/+46 |
| 2024-07-25 | Auto merge of #17676 - winstxnhdw:precise-capturing, r=Veykril | bors | -89/+237 |
| 2024-07-25 | fix: handle new `TypeBoundKind` variant | Winston H. | -0/+1 |
| 2024-07-25 | Auto merge of #17697 - Veykril:cargo-env, r=Veykril | bors | -2/+14 |
| 2024-07-25 | fix: Support new cargo config get env format | Lukas Wirth | -2/+14 |
| 2024-07-25 | Make legacy_const_generics_indices thin by double boxing as its seldom used | Lukas Wirth | -8/+9 |
| 2024-07-25 | Reduce size of TypeRef by 8 bytes | Lukas Wirth | -9/+9 |
| 2024-07-25 | Fix incorrect handling of cfg'd varargs | Lukas Wirth | -16/+37 |
| 2024-07-25 | Remove Params and Fields from AstIdMap | Lukas Wirth | -449/+494 |
| 2024-07-25 | Generate From impls for Any* nodes | Lukas Wirth | -19/+634 |
| 2024-07-25 | fix: temporarily use `ast::GenericParamList` | winstxnhdw | -0/+4 |
| 2024-07-25 | Fix and enable unsafe_op_in_unsafe_fn | Laurențiu Nicola | -30/+29 |
| 2024-07-24 | Auto merge of #17674 - davidbarsky:david/add-more-information-to-status-comma... | bors | -0/+7 |
| 2024-07-24 | Auto merge of #17610 - regexident:impl-all_in_module, r=Veykril | bors | -0/+4 |
| 2024-07-24 | Auto merge of #17661 - alibektas:read_ratoml_on_startup, r=Veykril | bors | -8/+42 |
| 2024-07-24 | fix: `use` cannot have optional generics | Winston H. | -1/+1 |
| 2024-07-23 | fix: move `use` parsing to outer match arm | winstxnhdw | -18/+19 |
| 2024-07-23 | chore: update codegens | winstxnhdw | -89/+220 |
| 2024-07-23 | feat: add arm for `use` type bound | winstxnhdw | -0/+6 |
| 2024-07-23 | feat: add `use` type bound grammar | winstxnhdw | -0/+5 |
| 2024-07-23 | Auto merge of #17395 - davidbarsky:david/remove-unindexed-project-notificatio... | bors | -366/+14 |
| 2024-07-23 | internal: remove UnindexedProject notification | David Barsky | -366/+14 |
| 2024-07-23 | Auto merge of #17483 - alibektas:ratoml/fixes, r=alibektas | bors | -115/+92 |
| 2024-07-23 | rename config::ConfigChange::other_errors to validation_errors | Ali Bektas | -6/+5 |
| 2024-07-23 | minor changes | Ali Bektas | -6/+8 |
| 2024-07-23 | Add method `Impl::all_in_module(…)` for supporting more localized querying | Vincent Esche | -0/+4 |
| 2024-07-23 | Remove lens.forceCustomCommands config | PaulDotSH | -23/+2 |
| 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 | Auto merge of #17667 - Veykril:r-a-component-override, r=Veykril | bors | -18/+44 |
| 2024-07-22 | Remove incorrect never! invocations | Lukas Wirth | -3/+2 |
| 2024-07-22 | Use rustup rust-analyzer component when there is a toolchain file override fo... | Lukas Wirth | -18/+44 |
| 2024-07-22 | Auto merge of #17647 - joshka:jm/rename-commands, r=Veykril | bors | -9/+9 |
| 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 |