| Age | Commit message (Expand) | Author | Lines |
| 2024-11-04 | Remove `ToUniverseInfo` impl for `CanonicalQueryInput<CustomTypeOp>`. | Nicholas Nethercote | -9/+0 |
| 2024-11-04 | Merge `UniverseInfo` and `UniverseInfoInner`. | Nicholas Nethercote | -25/+13 |
| 2024-11-04 | Tidy up comments and some formatting. | Nicholas Nethercote | -78/+92 |
| 2024-11-04 | Move some `use` declarations. | Nicholas Nethercote | -13/+12 |
| 2024-11-04 | Reduce visibilities. | Nicholas Nethercote | -21/+23 |
| 2024-11-03 | Auto merge of #132542 - RalfJung:const_panic, r=tgross35 | bors | -129/+142 |
| 2024-11-03 | Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgr | bors | -99/+524 |
| 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 | 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 |
| 2024-11-02 | Auto merge of #132147 - estebank:long-types-2, r=davidtwco | bors | -227/+487 |
| 2024-11-02 | PassWrapper: adapt for llvm/llvm-project@5445edb5d | Augie Fackler | -7/+6 |
| 2024-11-02 | Rustdoc: added brief colon explanation | tuturuu | -0/+10 |
| 2024-11-02 | PassWrapper: adapt for llvm/llvm-project@b01e2a8b5620466c3b80cc6f049efbc90b9d... | Augie Fackler | -3/+3 |
| 2024-11-02 | fix tests | Esteban Küber | -10/+11 |
| 2024-11-02 | Auto merge of #132512 - workingjubilee:update-miri-for-rustc-abi, r=RalfJung | bors | -485/+526 |
| 2024-11-02 | Use opt functions to not ICE in fallback suggestion | Michael Goulet | -3/+17 |
| 2024-11-02 | Update tidy license exceptions and allowed dependencies | bjorn3 | -5/+2 |
| 2024-11-02 | Merge commit '5b1246bb4bed72fd0bb8fa497d8e5ed2c7f3515c' into sync_cg_clif-202... | bjorn3 | -264/+165 |
| 2024-11-02 | Rustup to rustc 1.84.0-nightly (705cfe0e9 2024-11-01) | bjorn3 | -1/+1 |
| 2024-11-02 | Auto merge of #132513 - matthiaskrgr:rollup-y98jvsl, r=matthiaskrgr | bors | -38/+173 |