| Age | Commit message (Expand) | Author | Lines |
| 2024-10-22 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 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 #18359 - Daanoz:support-initializeStopped, r=Veykril | bors | -1/+17 |
| 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 | -178/+179 |
| 2024-10-21 | Fix recursive_adt fixture | Lukas Wirth | -6/+8 |
| 2024-10-21 | Update rustc-hash to version 2 | Noratrieb | -31/+34 |
| 2024-10-21 | feat: support initializeStopped setting | Daan Sieben | -1/+17 |
| 2024-10-20 | Auto merge of #18354 - roife:safe-kw-2, r=lnicola | bors | -11/+11 |
| 2024-10-21 | fix: classify `safe` as a contextual kw | roife | -11/+11 |
| 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 | Update Cargo.lock | Chayim Refael Friedman | -5/+5 |
| 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-19 | Auto merge of #18336 - xuwaters:patch-1, r=lnicola | bors | -1/+1 |
| 2024-10-19 | Auto merge of #18335 - SomeoneToIgnore:editorconfig-glob, r=lnicola | bors | -1/+1 |
| 2024-10-18 | Increase TOKEN_LIMIT for hir-expand | Wei Xu | -1/+1 |
| 2024-10-19 | Fix editorconfig glob | Kirill Bulatov | -1/+1 |
| 2024-10-18 | style: fix typos | David Kurilla | -3/+3 |
| 2024-10-18 | docs: create setup documentation | David Kurilla | -0/+63 |
| 2024-10-18 | Clamp Position::character to line length | Johannes Altmanninger | -3/+11 |
| 2024-10-18 | vscode: update some dependencies | David Barsky | -138/+1401 |
| 2024-10-18 | Auto merge of #18320 - davidbarsky:davidbarsky/fix-lldb-dap-calling-rustc, r=... | bors | -16/+27 |
| 2024-10-18 | Auto merge of #18243 - krobelus:clamp-position-character, r=Veykril | bors | -1/+32 |
| 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 | -8/+13 |
| 2024-10-17 | internal: fix lldb-dap unconditionally calling rustc | David Barsky | -16/+27 |
| 2024-10-17 | Re-use code for wrapping/unwrapping return types | Giga Bowser | -3488/+3305 |
| 2024-10-17 | Bump rustc crates | Laurențiu Nicola | -19/+20 |
| 2024-10-17 | Merge from rust-lang/rust | Laurențiu Nicola | -0/+6 |
| 2024-10-17 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-10-17 | Bump version of scip crate | Varun Gandhi | -7/+7 |
| 2024-10-16 | internal: Use local time when formatting logs | Wilfred Hughes | -1/+32 |