| Age | Commit message (Expand) | Author | Lines |
| 2024-10-14 | feat: handle self-param outside of methods when renaming | roife | -12/+41 |
| 2024-10-12 | Auto merge of #18281 - darichey:async-subprocess, r=lnicola | bors | -32/+83 |
| 2024-10-12 | Auto merge of #18289 - darichey:fix-relative-buildfiles, r=lnicola | bors | -1/+1 |
| 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 | 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-09 | Auto merge of #18269 - jhgg:hir-ty/change-struct-constructor-formatting, r=fl... | bors | -71/+65 |
| 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 | Auto merge of #18267 - lnicola:sync-from-rust, r=lnicola | bors | -17325/+34070 |
| 2024-10-08 | Merge from rust-lang/rust | Laurențiu Nicola | -17324/+34069 |
| 2024-10-08 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-10-08 | Auto merge of #18266 - lnicola:macos-13, r=lnicola | bors | -3/+3 |
| 2024-10-08 | Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGET | Laurențiu Nicola | -3/+3 |
| 2024-10-08 | Auto merge of #126733 - ZhuUx:llvm-19-adapt, r=Zalathar | bors | -572/+573 |
| 2024-10-08 | Auto merge of #131387 - Zalathar:rollup-kprp512, r=Zalathar | bors | -59/+204 |
| 2024-10-08 | coverage. Warn about too many test vectors | zhuyunxing | -1/+17 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -488/+493 |
| 2024-10-08 | coverage. MCDC ConditionId start from 0 to keep with llvm 19 | zhuyunxing | -31/+27 |
| 2024-10-08 | coverage. Disable supporting mcdc on llvm-18 | zhuyunxing | -54/+38 |
| 2024-10-08 | Rollup merge of #131385 - jieyouxu:unvac, r=jieyouxu | Stuart Cook | -1/+0 |
| 2024-10-08 | Rollup merge of #131379 - ehuss:fix-utf8-bom, r=jieyouxu | Stuart Cook | -3/+1 |
| 2024-10-08 | Rollup merge of #131370 - notriddle:notriddle/screaming-camel-case, r=Guillau... | Stuart Cook | -1/+15 |
| 2024-10-08 | Rollup merge of #131369 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 2024-10-08 | Rollup merge of #131355 - clubby789:old-tests, r=jieyouxu | Stuart Cook | -53/+166 |
| 2024-10-08 | Rollup merge of #131170 - madsmtm:target-info-esp32-vendor, r=workingjubilee | Stuart Cook | -0/+3 |
| 2024-10-08 | Rollup merge of #130824 - Darksonn:fix-function-return, r=wesleywiser | Stuart Cook | -1/+19 |
| 2024-10-08 | Auto merge of #130251 - saethlin:ptr-offset-preconditions, r=Amanieu | bors | -5/+188 |
| 2024-10-07 | Remove myself from vacation | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-10-07 | Fix utf8-bom test | Eric Huss | -3/+1 |
| 2024-10-07 | Auto merge of #131343 - compiler-errors:remove-combine-fields, r=lcnr | bors | -281/+168 |
| 2024-10-07 | Add comment to describe camelcase line break | Michael Howell | -0/+10 |
| 2024-10-07 | Auto merge of #131372 - workingjubilee:rollup-4tyqgx2, r=workingjubilee | bors | -703/+254 |
| 2024-10-07 | Rollup merge of #131367 - compiler-errors:unboxy, r=lqd | Jubilee | -0/+1 |
| 2024-10-07 | Rollup merge of #131359 - practicalrs:fix_used_underscore_binding, r=jieyouxu | Jubilee | -3/+3 |
| 2024-10-07 | Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=Kobzol | Jubilee | -619/+29 |
| 2024-10-07 | Rollup merge of #131225 - nnethercote:rustc_borrowck-mm, r=lqd | Jubilee | -70/+58 |
| 2024-10-07 | Rollup merge of #130899 - bjorn3:wasi_bootstrap_fixes, r=davidtwco | Jubilee | -8/+27 |
| 2024-10-07 | Rollup merge of #130479 - onur-ozkan:llvm-bitcode-linker-multiple-candidates,... | Jubilee | -2/+5 |
| 2024-10-07 | Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelix | Jubilee | -1/+131 |
| 2024-10-07 | rustdoc: improve `<wbr>`-insertion for SCREAMING_CAMEL_CASE | Michael Howell | -1/+5 |
| 2024-10-07 | Update books | rustbot | -0/+0 |
| 2024-10-07 | Add test for issue 30867 | clubby789 | -0/+14 |
| 2024-10-07 | Add test for issue 30472 | clubby789 | -0/+32 |
| 2024-10-07 | Add test for issue 28994 | clubby789 | -0/+22 |
| 2024-10-07 | Migrate `emit-to-stdout` to new run-make | clubby789 | -55/+76 |
| 2024-10-07 | Add stdio configuring to run-make Rustc | clubby789 | -0/+24 |
| 2024-10-07 | Test for issue 23600 | clubby789 | -1/+1 |