| Age | Commit message (Expand) | Author | Lines |
| 2024-10-08 | Use throw intrinsic from stdarch in wasm libunwind | Noa | -16/+11 |
| 2024-10-08 | Auto merge of #131404 - matthiaskrgr:rollup-z0dawoo, r=matthiaskrgr | bors | -347/+219 |
| 2024-10-08 | Rollup merge of #131395 - bjorn3:bjorn3_mailmap, r=lqd | Matthias Krüger | -0/+1 |
| 2024-10-08 | Rollup merge of #131392 - jieyouxu:remove-legacy-directive-check, r=Urgau | Matthias Krüger | -93/+48 |
| 2024-10-08 | Rollup merge of #131348 - nnethercote:rustc_infer-more-cleanups, r=lcnr | Matthias Krüger | -254/+170 |
| 2024-10-08 | Auto merge of #131399 - lnicola:sync-from-ra, r=lnicola | bors | -666/+1377 |
| 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 | Add a mailmap entry for bjorn3 | bjorn3 | -0/+1 |
| 2024-10-08 | Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddle | bors | -115/+1 |
| 2024-10-08 | Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGET | Laurențiu Nicola | -3/+3 |
| 2024-10-08 | Drop compiletest legacy directive checks | 许杰友 Jieyou Xu (Joe) | -93/+48 |
| 2024-10-08 | Auto merge of #126733 - ZhuUx:llvm-19-adapt, r=Zalathar | bors | -572/+573 |
| 2024-10-08 | Remove unnecessary `return` keyword. | Nicholas Nethercote | -1/+1 |
| 2024-10-08 | Use `Default` more in `InferCtxtInner`. | Nicholas Nethercote | -18/+7 |
| 2024-10-08 | Downgrade a `&mut self` to `&self`. | Nicholas Nethercote | -1/+1 |
| 2024-10-08 | Remove `Deref`/`DerefMut` impls for `RegionConstraintCollector`. | Nicholas Nethercote | -32/+18 |
| 2024-10-08 | Remove unnecessary lifetime from `LeakCheck`. | Nicholas Nethercote | -32/+22 |
| 2024-10-08 | Inline and remove `RegionConstraintStorage::remove_constraint_entry`. | Nicholas Nethercote | -24/+20 |
| 2024-10-08 | Inline and remove `RegionConstraintCollector::into_infos_and_data`. | Nicholas Nethercote | -32/+18 |
| 2024-10-08 | Improve formatting of some comments. | Nicholas Nethercote | -53/+50 |
| 2024-10-08 | Add a useful comment about `InferOk`. | Nicholas Nethercote | -0/+7 |
| 2024-10-08 | Remove `OutlivesEnvironmentBuilder`. | Nicholas Nethercote | -61/+26 |
| 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 |