| Age | Commit message (Expand) | Author | Lines |
| 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 #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 |
| 2024-11-03 | Fix typo in tests/auxiliary/minicore.rs | Taiki Endo | -1/+1 |
| 2024-11-03 | Auto merge of #132419 - durin42:llvm-20-type-test-thing, r=cuviper | bors | -3/+3 |
| 2024-11-03 | add const_panic macro to make it easier to fall back to non-formatting panic ... | Ralf Jung | -129/+142 |
| 2024-11-03 | stabilize const_arguments_as_str | Ralf Jung | -5/+2 |
| 2024-11-03 | Auto merge of #132526 - bjorn3:sync_cg_clif-2024-11-02, r=bjorn3 | bors | -269/+167 |
| 2024-11-02 | compiler: Add rustc_abi to _sanitizers | Jubilee Young | -6/+7 |
| 2024-11-02 | compiler: Add rustc_abi to _monomorphize | Jubilee Young | -1/+3 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _trait_selection | Jubilee Young | -10/+10 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _hir | Jubilee Young | -5/+7 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _borrowck | Jubilee Young | -8/+8 |
| 2024-11-03 | Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu | bors | -106/+0 |
| 2024-11-02 | Auto merge of #125579 - Noratrieb:print-host, r=davidtwco | bors | -171/+180 |
| 2024-11-02 | add and update some crashtests | cyrgani | -12/+28 |
| 2024-11-02 | Add `--print host-triple` | Noratrieb | -3/+13 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -168/+167 |
| 2024-11-02 | move deployment-target tests to print-request | Nilstrieb | -0/+0 |
| 2024-11-02 | Do not format generic consts | Michael Goulet | -6/+52 |