| Age | Commit message (Expand) | Author | Lines |
| 2024-08-16 | Rollup merge of #129086 - slanterns:is_none_or, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-08-14 | rust-analyzer: use in-tree pattern_analysis crate | Nadrieril | -2/+4 |
| 2024-08-15 | fix r-a | Slanterns | -1/+1 |
| 2024-08-13 | Merge from rust-lang/rust | Laurențiu Nicola | -0/+2 |
| 2024-08-13 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-08-13 | Bump `rustc_pattern_analysis` | Shoyu Vanilla | -32/+30 |
| 2024-08-13 | Temporarily remove non-working test case | Shoyu Vanilla | -12/+2 |
| 2024-08-13 | feat: `min-exhaustive-patterns | Shoyu Vanilla | -15/+131 |
| 2024-08-13 | Auto merge of #17876 - Veykril:semantics-include-simplify, r=Veykril | bors | -88/+18 |
| 2024-08-13 | Remove unreachable logic for include token mapping | Lukas Wirth | -88/+18 |
| 2024-08-13 | Auto merge of #17867 - ShoyuVanilla:issue-17854, r=Veykril | bors | -2/+27 |
| 2024-08-12 | fix: Trailing excess comma in "Convert to named struct" assist | Shoyu Vanilla | -2/+27 |
| 2024-08-12 | fix: Missing non-exhaustive let diagnostics inside async or unsafe block | Shoyu Vanilla | -2/+46 |
| 2024-08-12 | Auto merge of #17864 - Veykril:lsif, r=Veykril | bors | -5/+16 |
| 2024-08-12 | Build and run build scripts in lsif command | Lukas Wirth | -5/+16 |
| 2024-08-12 | Auto merge of #17863 - Veykril:include-diags, r=Veykril | bors | -56/+93 |
| 2024-08-12 | Resolve included files to their calling modules in IDE layer | Lukas Wirth | -56/+93 |
| 2024-08-12 | Auto merge of #17861 - Veykril:bump-lock, r=Veykril | bors | -134/+161 |
| 2024-08-12 | Allow new license combination | Lukas Wirth | -0/+1 |
| 2024-08-12 | Only keep lib/ in publish-libs | Laurențiu Nicola | -3/+2 |
| 2024-08-12 | Auto merge of #17850 - Veykril:rust-analyzer-crate, r=Veykril | bors | -27/+71 |
| 2024-08-12 | Auto merge of #17860 - Veykril:publish-libs, r=Veykril | bors | -2/+2 |
| 2024-08-12 | internal: Reply to requests with defaults when vfs is still loading | Lukas Wirth | -27/+71 |
| 2024-08-12 | fix: Fix publish libs workflow | Lukas Wirth | -2/+2 |
| 2024-08-12 | minor: Bump lockfile | Lukas Wirth | -134/+160 |
| 2024-08-12 | Auto merge of #17843 - mo8it:flycheck, r=Veykril | bors | -36/+38 |
| 2024-08-12 | Auto merge of #17842 - mo8it:crossbeam-channel, r=Veykril | bors | -34/+41 |
| 2024-08-12 | Auto merge of #17859 - Veykril:rustc_deprecated_safe_2024, r=Veykril | bors | -19/+44 |
| 2024-08-12 | fix: Correctly support `#[rustc_deprecated_safe_2024]` | Lukas Wirth | -19/+44 |
| 2024-08-12 | Use the send method | mo8it | -31/+23 |
| 2024-08-12 | Add more track_caller | mo8it | -1/+3 |
| 2024-08-12 | Add track_caller | mo8it | -0/+1 |
| 2024-08-12 | Revert "Remove unneeded `send` method" | mo8it | -28/+32 |
| 2024-08-12 | Auto merge of #17833 - edevil:fix_expansion_limit, r=Veykril | bors | -2/+8 |
| 2024-08-12 | Auto merge of #17845 - ShoyuVanilla:tait, r=Veykril | bors | -188/+288 |
| 2024-08-11 | Fix deadlock | mo8it | -0/+6 |
| 2024-08-10 | Auto merge of #17844 - Veykril:find-path-std-fix, r=Veykril | bors | -104/+124 |
| 2024-08-10 | Add comments regarding workspace structure change querying | Lukas Wirth | -0/+8 |
| 2024-08-10 | Move some stuff | Lukas Wirth | -60/+50 |
| 2024-08-10 | Fixes in various places | Nadrieril | -0/+2 |
| 2024-08-10 | fix: Fix find_path not respecting non-std preference config correctly | Lukas Wirth | -104/+124 |
| 2024-08-10 | feat: Implement TAIT | Shoyu Vanilla | -188/+288 |
| 2024-08-10 | Avoid the overhead of select! when possible | mo8it | -3/+6 |
| 2024-08-10 | Use select_biased | mo8it | -7/+8 |
| 2024-08-10 | Simplify `check_command` while avoiding allocations | mo8it | -26/+24 |
| 2024-08-09 | Remove unneeded `send` method | mo8it | -32/+28 |
| 2024-08-09 | Use crossbeam-channel from the workspace | mo8it | -13/+13 |
| 2024-08-09 | Use Sender instead of boxed closure in vfs | mo8it | -31/+38 |
| 2024-08-09 | Use Sender directly instead of a boxed closure | mo8it | -7/+6 |
| 2024-08-09 | minor: log error when sysroot can't be discovered | winstxnhdw | -4/+4 |