| 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 #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgr | bors | -39/+47 |
| 2024-11-03 | Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxu | bors | -90/+92 |
| 2024-11-03 | Rollup merge of #132550 - workingjubilee:rustc-abi-selects-borrowck-for-mono-... | Matthias Krüger | -28/+30 |
| 2024-11-03 | Rollup merge of #132540 - compiler-errors:gc, r=calebcartwright | Matthias Krüger | -0/+6 |
| 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/+4 |
| 2024-11-03 | Rollup merge of #132522 - senekor:consistenst-codegen-help, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-11-03 | Auto merge of #132419 - durin42:llvm-20-type-test-thing, r=cuviper | bors | -3/+3 |
| 2024-11-03 | Auto merge of #132526 - bjorn3:sync_cg_clif-2024-11-02, r=bjorn3 | bors | -264/+165 |
| 2024-11-02 | compiler: Add rustc_abi to _sanitizers | Jubilee Young | -6/+6 |
| 2024-11-02 | compiler: Add rustc_abi to _monomorphize | Jubilee Young | -1/+2 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _trait_selection | Jubilee Young | -9/+9 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _hir | Jubilee Young | -5/+6 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _borrowck | Jubilee Young | -7/+7 |
| 2024-11-02 | Auto merge of #125579 - Noratrieb:print-host, r=davidtwco | bors | -142/+144 |
| 2024-11-02 | Add `--print host-triple` | Noratrieb | -0/+3 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -142/+141 |
| 2024-11-02 | Do not format generic consts | Michael Goulet | -0/+6 |
| 2024-11-02 | Auto merge of #132147 - estebank:long-types-2, r=davidtwco | bors | -30/+195 |
| 2024-11-02 | PassWrapper: adapt for llvm/llvm-project@5445edb5d | Augie Fackler | -7/+6 |
| 2024-11-02 | PassWrapper: adapt for llvm/llvm-project@b01e2a8b5620466c3b80cc6f049efbc90b9d... | Augie Fackler | -3/+3 |
| 2024-11-02 | Use opt functions to not ICE in fallback suggestion | Michael Goulet | -3/+4 |
| 2024-11-02 | Merge commit '5b1246bb4bed72fd0bb8fa497d8e5ed2c7f3515c' into sync_cg_clif-202... | bjorn3 | -264/+165 |
| 2024-11-02 | Port most of `LLVMRustPrintTargetCPUs` to Rust | Zalathar | -76/+70 |
| 2024-11-02 | Use a dedicated safe wrapper for `LLVMRustGetHostCPUName` | Zalathar | -15/+23 |
| 2024-11-02 | make codegen help output more consistent | Remo Senekowitsch | -1/+1 |
| 2024-11-02 | Rollup merge of #132488 - compiler-errors:more-fixmes-bye, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-11-02 | Rollup merge of #132466 - cjgillot:opaque-late, r=compiler-errors | Matthias Krüger | -3/+20 |
| 2024-11-02 | Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxu | Matthias Krüger | -2/+8 |
| 2024-11-02 | Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkov | Matthias Krüger | -165/+271 |
| 2024-11-02 | Remove or fix some FIXME(async_closure) | Michael Goulet | -1/+0 |
| 2024-11-02 | Account for negative bounds in E0277 note and suggestion | Esteban Küber | -1/+8 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -0/+5 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -11/+28 |
| 2024-11-02 | Use `short_ty_string` | Esteban Küber | -1/+3 |
| 2024-11-02 | Fix type shortening writing to file | Esteban Küber | -3/+18 |
| 2024-11-02 | Trim output of E0277 in some cases | Esteban Küber | -2/+18 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -13/+116 |
| 2024-11-01 | Auto merge of #132470 - GuillaumeGomez:rollup-1a1mkmp, r=GuillaumeGomez | bors | -144/+319 |
| 2024-11-02 | Rollup merge of #132450 - bjorn3:better_mir_errors, r=jieyouxu | Guillaume Gomez | -28/+41 |
| 2024-11-02 | Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxu | Guillaume Gomez | -1/+4 |
| 2024-11-02 | Rollup merge of #132383 - compiler-errors:never-type-fallback-sugg, r=WaffleL... | Guillaume Gomez | -24/+266 |
| 2024-11-02 | Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukang | Guillaume Gomez | -91/+8 |
| 2024-11-01 | Auto merge of #132276 - compiler-errors:enforce-fx-in-mir, r=fee1-dead | bors | -37/+77 |
| 2024-11-01 | Skip late-bound lifetimes when crossing an AnonConst. | Camille GILLOT | -2/+12 |