| Age | Commit message (Expand) | Author | Lines |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -44/+42 |
| 2024-11-04 | Remove the trivial constkind imports | Michael Goulet | -27/+23 |
| 2024-11-04 | Reduce visibilities. | Nicholas Nethercote | -21/+23 |
| 2024-11-04 | find the generic container rather than simply looking up for the assoc with c... | bohan | -8/+2 |
| 2024-11-03 | Rollup merge of #132576 - jdonszelmann:no-attrid-in-stats, r=nnethercote | Jubilee | -80/+76 |
| 2024-11-03 | Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubilee | Jubilee | -38/+18 |
| 2024-11-03 | Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnay | Jubilee | -89/+6 |
| 2024-11-03 | Rollup merge of #131222 - thejpster:fix-sparc-v7-symbol-o, r=workingjubilee | Jubilee | -1/+9 |
| 2024-11-03 | Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errors | Jubilee | -382/+363 |
| 2024-11-03 | Rollup merge of #132521 - klensy:times, r=compiler-errors | Jubilee | -16/+10 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -4/+4 |
| 2024-11-03 | compiler: Remove unused rustc_target from Cargo.tomls | Jubilee Young | -3/+0 |
| 2024-11-03 | compiler: Replace rustc_target with abi in symbol_mangling | Jubilee Young | -5/+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 | remove attribute ids from hir stats (they're simply not needed) | Jonathan Dönszelmann | -80/+76 |
| 2024-11-03 | Remove is_builtin target spec field | bjorn3 | -12/+1 |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -52/+50 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -28/+20 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -2/+3 |
| 2024-11-03 | Properly suggest `E::assoc` when we encounter `E::Variant::assoc` | Esteban Küber | -10/+36 |
| 2024-11-03 | Gate checking ~const bounds on const_trait_impl | Michael Goulet | -10/+4 |
| 2024-11-03 | Reduce dependence on the target name | bjorn3 | -26/+17 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -89/+6 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -28/+3 |
| 2024-11-03 | Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgr | bors | -39/+47 |
| 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/+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 | Suggest fixing typos and let bindings at the same time | uellenberg | -3/+6 |
| 2024-11-02 | Add `--print host-triple` | Noratrieb | -0/+3 |