| Age | Commit message (Expand) | Author | Lines |
| 2024-11-04 | Auto merge of #132434 - tgross35:f128-tests, r=workingjubilee | bors | -11/+16 |
| 2024-11-03 | Enable `f128` tests on all non-buggy platforms 🎉 | Trevor Gross | -7/+12 |
| 2024-11-04 | Auto merge of #132581 - workingjubilee:rollup-4wj318p, r=workingjubilee | bors | -496/+1810 |
| 2024-11-03 | Update `compiler_builtins` to 0.1.138 and pin it | Trevor Gross | -4/+4 |
| 2024-11-03 | Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errors | Jubilee | -385/+363 |
| 2024-11-03 | Rollup merge of #132563 - frectonz:master, r=Amanieu | Jubilee | -1/+9 |
| 2024-11-03 | Rollup merge of #132560 - Urgau:tidy-license-deps, r=onur-ozkan | Jubilee | -14/+0 |
| 2024-11-03 | Rollup merge of #132521 - klensy:times, r=compiler-errors | Jubilee | -16/+10 |
| 2024-11-03 | Rollup merge of #132516 - taiki-e:asm-ui, r=workingjubilee | Jubilee | -50/+1387 |
| 2024-11-03 | Rollup merge of #126136 - Noratrieb:bootstrap-naming, r=onur-ozkan | Jubilee | -30/+41 |
| 2024-11-03 | Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnay | bors | -15/+37 |
| 2024-11-03 | compiler: Remove unused rustc_target from Cargo.tomls | Jubilee Young | -5/+0 |
| 2024-11-03 | compiler: Replace rustc_target with abi in symbol_mangling | Jubilee Young | -6/+3 |
| 2024-11-03 | compiler: Directly use rustc_abi in session | Jubilee Young | -2/+2 |
| 2024-11-03 | compiler: Directly use rustc_abi in lints | Jubilee Young | -7/+6 |
| 2024-11-03 | compiler: Directly use rustc_abi in ty_utils | Jubilee Young | -21/+19 |
| 2024-11-03 | compiler: Directly use rustc_abi in smir again | Jubilee Young | -58/+58 |
| 2024-11-03 | compiler: Directly use rustc_abi in mir_transform | Jubilee Young | -44/+45 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -102/+93 |
| 2024-11-03 | compiler: Directly use rustc_abi in hir_{analysis,typeck} | Jubilee Young | -56/+58 |
| 2024-11-03 | compiler: Directly use rustc_abi in const_eval | Jubilee Young | -32/+29 |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -52/+50 |
| 2024-11-03 | Auto merge of #132479 - compiler-errors:fx-feat-yeet, r=fee1-dead | bors | -1025/+370 |
| 2024-11-03 | Remove outdated tidy license fixmes | Urgau | -14/+0 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -68/+58 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -766/+286 |
| 2024-11-03 | Gate checking ~const bounds on const_trait_impl | Michael Goulet | -191/+26 |
| 2024-11-03 | Auto merge of #132542 - RalfJung:const_panic, r=tgross35 | bors | -129/+142 |
| 2024-11-03 | Modify `NonZero` documentation to reference the underlying integer type | frectonz | -1/+9 |
| 2024-11-03 | Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgr | bors | -99/+524 |
| 2024-11-03 | make time format parsing compiletime | klensy | -3/+3 |
| 2024-11-03 | replace manual time convertions with std ones | klensy | -13/+7 |
| 2024-11-03 | Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxu | bors | -90/+131 |
| 2024-11-03 | Rollup merge of #132550 - workingjubilee:rustc-abi-selects-borrowck-for-mono-... | Matthias Krüger | -30/+35 |
| 2024-11-03 | Rollup merge of #132543 - cyrgani:master, r=compiler-errors | Matthias Krüger | -12/+28 |
| 2024-11-03 | Rollup merge of #132540 - compiler-errors:gc, r=calebcartwright | Matthias Krüger | -6/+52 |
| 2024-11-03 | Rollup merge of #132537 - durin42:llvm-20-prelinklto, r=DianQK | Matthias Krüger | -7/+6 |
| 2024-11-03 | Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxu | Matthias Krüger | -3/+17 |
| 2024-11-03 | Rollup merge of #132523 - ranger-ross:test-issue-117446, r=compiler-errors | Matthias Krüger | -0/+57 |
| 2024-11-03 | Rollup merge of #132522 - senekor:consistenst-codegen-help, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-11-03 | Rollup merge of #132520 - matthiaskrgr:knobu, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-03 | Rollup merge of #132511 - RalfJung:const_arguments_as_str, r=dtolnay | Matthias Krüger | -5/+2 |
| 2024-11-03 | Rollup merge of #132503 - RalfJung:const-hash-map, r=Amanieu | Matthias Krüger | -16/+29 |
| 2024-11-03 | Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35 | Matthias Krüger | -2/+2 |
| 2024-11-03 | Rollup merge of #132437 - Zalathar:inline-mixed-regression, r=jieyouxu | Matthias Krüger | -0/+32 |
| 2024-11-03 | Rollup merge of #132393 - zedddie16:issue-131865-fix, r=tgross35 | Matthias Krüger | -0/+10 |
| 2024-11-03 | Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnay | Matthias Krüger | -16/+41 |
| 2024-11-03 | Rollup merge of #129329 - eduardosm:rc-from-mut-slice, r=dtolnay | Matthias Krüger | -0/+211 |
| 2024-11-03 | Call the target libdir target libdir | Nilstrieb | -30/+41 |
| 2024-11-03 | Move tests/ui/abi/riscv32e-registers.rs to tests/ui/asm/riscv | Taiki Endo | -162/+168 |