| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #132147 - estebank:long-types-2, r=davidtwco | bors | -30/+195 |
| 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 |
| 2024-11-01 | Account for late-bound depth when capturing all opaque lifetimes. | Camille GILLOT | -1/+8 |
| 2024-11-01 | Completely deny calling functions with const conditions in MIR const check un... | Michael Goulet | -18/+22 |
| 2024-11-01 | Emit diagnostics for incorrect deployment targets | Mads Marquart | -12/+57 |
| 2024-11-01 | Move Mach-O platform information to rustc_codegen_ssa::back::apple | Mads Marquart | -21/+18 |
| 2024-11-01 | Move versioned LLVM target creation to rustc_codegen_ssa | Mads Marquart | -144/+208 |
| 2024-11-01 | Double-check conditional constness in MIR | Michael Goulet | -26/+62 |
| 2024-11-01 | Auto merge of #132196 - compiler-errors:probe_ty_param_bounds, r=petrochenkov | bors | -49/+94 |
| 2024-11-01 | Also treat `impl` definition parent as transparent regarding modules | Urgau | -2/+8 |
| 2024-11-01 | Show actual MIR when MIR building forgot to terminate block | bjorn3 | -28/+41 |
| 2024-11-01 | Auto merge of #132402 - bjorn3:remove_snap_decompression, r=jieyouxu,Veykril | bors | -26/+4 |
| 2024-10-31 | Add `f16` and `f128` to `invalid_nan_comparison` | Trevor Gross | -1/+4 |
| 2024-11-01 | nits | Michael Goulet | -10/+20 |
| 2024-11-01 | And also suggest for qpaths | Michael Goulet | -0/+79 |
| 2024-11-01 | And locals too | Michael Goulet | -0/+17 |
| 2024-11-01 | Suggest adding self type to method | Michael Goulet | -7/+43 |
| 2024-11-01 | Suggest annotations for never type fallback | Michael Goulet | -12/+113 |
| 2024-11-01 | nit: stop using TypeckRootCtxt | Michael Goulet | -12/+11 |
| 2024-10-31 | Rollup merge of #132422 - maurer:sparc-layout, r=durin42 | Jubilee | -6/+11 |
| 2024-10-31 | Rollup merge of #132421 - beetrees:riscv-abi-no-empty-string, r=workingjubilee | Jubilee | -1/+1 |
| 2024-10-31 | Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors | Jubilee | -102/+152 |
| 2024-10-31 | Rollup merge of #132385 - workingjubilee:move-abi-to-rustc-abi, r=jieyouxu,co... | Jubilee | -22/+42 |
| 2024-10-31 | Rollup merge of #132357 - m-ou-se:explicit-abi, r=compiler-errors | Jubilee | -13/+14 |
| 2024-10-31 | Rollup merge of #132209 - compiler-errors:modifiers, r=fmease | Jubilee | -20/+35 |
| 2024-10-31 | Rollup merge of #131168 - madsmtm:target-info-psx-os, r=davidtwco | Jubilee | -2/+5 |
| 2024-10-31 | llvm: Match new LLVM 128-bit integer alignment on sparc | Matthew Maurer | -6/+11 |