| Age | Commit message (Expand) | Author | Lines |
| 2024-10-22 | Fix new nightly lints | Lukas Wirth | -49/+79 |
| 2024-10-22 | tests: Add `lsif_contains_generated_constant` test | Johann Hemmann | -15/+198 |
| 2024-10-22 | Cleanup file structure proto handling | Lukas Wirth | -10/+3 |
| 2024-10-22 | Auto merge of #18362 - duncpro:goto-def-ranges, r=Veykril | bors | -17/+139 |
| 2024-10-22 | tidy | Duncan Proctor | -15/+27 |
| 2024-10-22 | Replace some LayoutError variants with the rustc_abi errors | Laurențiu Nicola | -11/+9 |
| 2024-10-22 | Merge from rust-lang/rust | Laurențiu Nicola | -5/+4 |
| 2024-10-22 | goto definition on RangeFrom, RangeFull, RangeTo, and RangeToInclusive links ... | Duncan Proctor | -36/+65 |
| 2024-10-21 | Move explicit range handling out of goto_definition, use OperatorClass instead | duncanproctor | -53/+70 |
| 2024-10-21 | Auto merge of #18360 - roife:safe-kw-3, r=Veykril | bors | -54/+146 |
| 2024-10-22 | minor: refactor completions in item_list | roife | -27/+24 |
| 2024-10-21 | GotoDefinition on a Range or InclusiveRange operator will link to the struct ... | duncanproctor | -4/+68 |
| 2024-10-21 | Auto merge of #18361 - Veykril:veykril/push-uzsokssoyznx, r=Veykril | bors | -41/+125 |
| 2024-10-21 | fix: Fix token downmapping failing for include! inputs | Lukas Wirth | -41/+125 |
| 2024-10-21 | feat: better completions for extern blcoks | roife | -18/+104 |
| 2024-10-21 | refactor add_keywords in ide-completions for clarity | roife | -47/+56 |
| 2024-10-21 | Auto merge of #18294 - Giga-Bowser:master, r=Veykril | bors | -2387/+4718 |
| 2024-10-21 | Auto merge of #18337 - dqkqd:issue-18287, r=Veykril | bors | -4/+20 |
| 2024-10-21 | fix: private items are shown in completions for modules in fn body | Khanh Duong Quoc | -4/+20 |
| 2024-10-21 | fix: FIx mbe bench tests being iteration order dependent | Lukas Wirth | -5/+8 |
| 2024-10-21 | Update ide tests | Lukas Wirth | -134/+135 |
| 2024-10-21 | Fix recursive_adt fixture | Lukas Wirth | -6/+8 |
| 2024-10-21 | Update rustc-hash to version 2 | Noratrieb | -6/+3 |
| 2024-10-21 | fix: classify `safe` as a contextual kw | roife | -10/+10 |
| 2024-10-20 | Store patterns desugared from destructuring assignments in source map | Chayim Refael Friedman | -174/+280 |
| 2024-10-20 | Handle destructuring assignments uniformly | Chayim Refael Friedman | -707/+886 |
| 2024-10-20 | Remove now-incorrect code | Chayim Refael Friedman | -8/+0 |
| 2024-10-20 | fix: do not emit unsafe diagnositcs for safe statics in extern blocks | roife | -3/+62 |
| 2024-10-20 | feat: initial support for safe_kw in extern blocks | roife | -9/+264 |
| 2024-10-20 | Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicola | Stuart Cook | -5/+4 |
| 2024-10-19 | rust-analyzer: Nest `LayoutCalculatorError` in `hir_ty::LayoutError` | Jubilee Young | -5/+4 |
| 2024-10-19 | Combine entry points for wrapping/unwrapping return types | Giga Bowser | -426/+592 |
| 2024-10-18 | Increase TOKEN_LIMIT for hir-expand | Wei Xu | -1/+1 |
| 2024-10-18 | Clamp Position::character to line length | Johannes Altmanninger | -2/+10 |
| 2024-10-18 | Auto merge of #18331 - Veykril:veykril/push-tsolukqqyllz, r=Veykril | bors | -1/+11 |
| 2024-10-18 | internal: Add more trivially `Sized` types to `is_sized` check | Lukas Wirth | -1/+11 |
| 2024-10-18 | fix: Fix CI running analysis-stats incorrectly against the standard libraries | Lukas Wirth | -5/+10 |
| 2024-10-17 | Re-use code for wrapping/unwrapping return types | Giga Bowser | -3488/+3305 |
| 2024-10-17 | Bump rustc crates | Laurențiu Nicola | -2/+3 |
| 2024-10-17 | Merge from rust-lang/rust | Laurențiu Nicola | -0/+6 |
| 2024-10-17 | Bump version of scip crate | Varun Gandhi | -1/+1 |
| 2024-10-16 | internal: Use local time when formatting logs | Wilfred Hughes | -1/+5 |
| 2024-10-15 | Auto merge of #18278 - ShoyuVanilla:never-place, r=Veykril | bors | -102/+637 |
| 2024-10-15 | fix: autofix for missing wrapped unit in return expr | roife | -0/+38 |
| 2024-10-15 | Do not consider match/let/ref of place that evaluates to ! to diverge, disall... | Shoyu Vanilla | -102/+637 |
| 2024-10-14 | Auto merge of #18292 - roife:fix-issue-17427, r=Veykril | bors | -12/+41 |
| 2024-10-14 | feat: handle self-param outside of methods when renaming | roife | -12/+41 |
| 2024-10-14 | Auto merge of #18239 - davidbarsky:davidbarsky/push-lswkwuyrpuqv, r=davidbarsky | bors | -535/+537 |
| 2024-10-14 | chore: rename salsa to ra_salsa | David Barsky | -535/+537 |
| 2024-10-14 | internal: switch remaining OpQueues to use named structs | David Barsky | -10/+23 |