| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-10-15 | line-index method to allow clamping column to line length | Johannes Altmanninger | -1/+32 |
| 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 | minor: `ra-salsa` in `profile.dev.package` | Shoyu Vanilla | -1/+1 |
| 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 | -538/+540 |
| 2024-10-14 | chore: rename salsa to ra_salsa | David Barsky | -538/+540 |
| 2024-10-14 | internal: switch remaining OpQueues to use named structs | David Barsky | -10/+23 |
| 2024-10-14 | Auto merge of #18291 - roife:fix-issue-18212, r=Veykril | bors | -20/+141 |
| 2024-10-14 | Auto merge of #18275 - darichey:fix-test-case-hang, r=Veykril | bors | -2/+5 |
| 2024-10-14 | Auto merge of #18265 - kouhe3:master, r=Veykril | bors | -0/+30 |
| 2024-10-14 | Auto merge of #18252 - ShoyuVanilla:issue-15799, r=Veykril | bors | -1/+37 |
| 2024-10-14 | Auto merge of #18242 - Veykril:veykril/push-tnynzqsmtnqw, r=Veykril | bors | -185/+174 |
| 2024-10-14 | Auto merge of #18229 - mrkajetanp:rustfmt-path, r=Veykril | bors | -3/+3 |
| 2024-10-14 | Auto merge of #18217 - ChayimFriedman2:cast-unknown-ptr, r=Veykril | bors | -25/+48 |
| 2024-10-14 | Auto merge of #18152 - CryZe:highlight-async-block-exit-points, r=Veykril | bors | -73/+101 |
| 2024-10-14 | Auto merge of #18226 - SabrinaJewson:fix-impl-use, r=Veykril | bors | -1/+29 |
| 2024-10-13 | feat: respect references.exclude_tests in call-hierarchy | roife | -20/+141 |
| 2024-10-12 | Auto merge of #18281 - darichey:async-subprocess, r=lnicola | bors | -32/+83 |
| 2024-10-12 | Fix panic when json project has relative buildfile paths | David Richey | -1/+1 |
| 2024-10-10 | Run subprocesses async in vscode extension | David Richey | -32/+83 |
| 2024-10-09 | Skip #[test_case] expansion | David Richey | -2/+5 |
| 2024-10-09 | Auto merge of #18245 - boattime:master, r=davidbarsky | bors | -2/+2 |
| 2024-10-09 | Auto merge of #18247 - jhgg:lsp/fix-something-to-resolve, r=Veykril | bors | -7/+7 |
| 2024-10-09 | Auto merge of #18246 - ChayimFriedman2:fix-18238, r=Veykril | bors | -1/+34 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+6 |
| 2024-10-08 | Only Highlight Exit Points on `async` Token | Christopher Serr | -7/+13 |
| 2024-10-08 | include fn prefix for all callable defs | Jake | -36/+29 |
| 2024-10-08 | hir-ty: change struct constructor formatting. | Jake | -53/+54 |
| 2024-10-08 | Merge from rust-lang/rust | Laurențiu Nicola | -0/+7 |
| 2024-10-08 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-10-08 | Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGET | Laurențiu Nicola | -3/+3 |
| 2024-10-08 | prettier format | kouhe3 | -14/+13 |
| 2024-10-08 | semicolon | kouhe3 | -1/+1 |
| 2024-10-08 | fix array sourceMap | kouhe3 | -9/+19 |
| 2024-10-08 | lldbdap env dict to string | kouhe3 | -2/+3 |