| Age | Commit message (Expand) | Author | Lines |
| 2024-08-05 | add msvc note to manual | Joel Daniel Rico | -0/+6 |
| 2024-07-26 | Auto merge of #17709 - Young-Flash:hover_tooltip, r=Veykril | bors | -6/+11 |
| 2024-07-26 | fix: tweak hover/tooltip links | Young-Flash | -6/+11 |
| 2024-07-26 | Auto merge of #17706 - Veykril:fragment-include-fix, r=Veykril | bors | -3/+18 |
| 2024-07-26 | fix: Fix includes not working with expr fragment inputs | Lukas Wirth | -3/+18 |
| 2024-07-25 | Auto merge of #17698 - Veykril:remove-trace, r=Veykril | bors | -127/+46 |
| 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 | Auto merge of #17695 - Veykril:typeref-size, r=Veykril | bors | -17/+18 |
| 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 | Auto merge of #17693 - Veykril:astidmap, r=Veykril | bors | -466/+1147 |
| 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 | Auto merge of #17690 - lnicola:unsafe_op_in_unsafe_fn, r=lnicola | bors | -30/+29 |
| 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 | Auto merge of #17675 - PaulDotSH:remove-lens-force-custom-commands-config, r=... | bors | -23/+2 |
| 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 | Auto merge of #17671 - Veykril:binding-size, r=Veykril | bors | -56/+94 |
| 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 |