| Age | Commit message (Expand) | Author | Lines |
| 2025-01-06 | `best_blame_constraint`: avoid blaming assignments without user-provided types | dianne | -7/+25 |
| 2025-01-06 | `best_blame_constraint`: avoid blaming constraints from MIR generated by desu... | dianne | -1/+8 |
| 2025-01-06 | `best_blame_constraint`: add a special case to recover object lifetime defaul... | dianne | -1/+21 |
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -49/+11 |
| 2025-01-06 | further clean up `best_blame_constraint` | dianne | -50/+46 |
| 2025-01-06 | cleanup: remove `ExtraConstraintInfo` | dianne | -131/+68 |
| 2025-01-06 | Auto merge of #135151 - matthiaskrgr:rollup-2vy1hwl, r=matthiaskrgr | bors | -47/+77 |
| 2025-01-06 | Rollup merge of #135150 - lcnr:unconstrained-lts-comment, r=oli-obk | Matthias Krüger | -15/+15 |
| 2025-01-06 | Rollup merge of #135147 - compiler-errors:borrowck-tweaks, r=chenyukang | Matthias Krüger | -28/+56 |
| 2025-01-06 | Rollup merge of #135145 - kpreid:unnameable, r=compiler-errors | Matthias Krüger | -4/+6 |
| 2025-01-06 | footnote to ordinary comment | lcnr | -15/+15 |
| 2025-01-06 | Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee | bors | -0/+34 |
| 2025-01-06 | Remove CallKind::Deref hack from UseSpans | Michael Goulet | -9/+0 |
| 2025-01-06 | Improve find_self_call with reborrowed receiver | Michael Goulet | -19/+22 |
| 2025-01-06 | Improve span when temporary receiver is dropped in edition 2024 | Michael Goulet | -0/+34 |
| 2025-01-06 | Auto merge of #135140 - jhpratt:rollup-pn2gi84, r=jhpratt | bors | -48/+63 |
| 2025-01-05 | Mention `unnameable_types` in `unreachable_pub` documentation. | Kevin Reid | -4/+6 |
| 2025-01-05 | Rollup merge of #135115 - Zalathar:dwarf-const, r=workingjubilee | Jacob Pratt | -48/+63 |
| 2025-01-05 | Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubilee | bors | -764/+786 |
| 2025-01-05 | Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_clif-202... | bjorn3 | -249/+120 |
| 2025-01-05 | Explain why the `DW_TAG_*` constants remain as-is for now | Zalathar | -0/+4 |
| 2025-01-05 | Use constants for DWARF opcodes, instead of FFI calls | Zalathar | -24/+18 |
| 2025-01-05 | Use gimli to get the values of DWARF constants needed by codegen | Zalathar | -24/+41 |
| 2025-01-05 | add dedicated type for ABI target feature constraints | Ralf Jung | -31/+45 |
| 2025-01-05 | Auto merge of #135074 - wzssyqa:mips-mti, r=oli-obk | bors | -0/+74 |
| 2025-01-05 | change to static relocation model | kirk | -1/+2 |
| 2025-01-04 | Auto merge of #133990 - Walnut356:static_const, r=workingjubilee | bors | -17/+50 |
| 2025-01-04 | Auto merge of #135101 - workingjubilee:rollup-owp3czl, r=workingjubilee | bors | -69/+21 |
| 2025-01-04 | Apply suggestions from workingjubilee's code review | knickish | -0/+2 |
| 2025-01-04 | Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errors | Jubilee | -69/+21 |
| 2025-01-04 | Auto merge of #133955 - bjorn3:cc_pass_arch_only, r=ChrisDenton | bors | -8/+3 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -113/+189 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -35/+88 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -81/+104 |
| 2025-01-04 | Auto merge of #135095 - matthiaskrgr:rollup-tmgxckq, r=matthiaskrgr | bors | -25/+38 |
| 2025-01-04 | Rollup merge of #135069 - matthiaskrgr:param_rec_usage, r=jieyouxu | Matthias Krüger | -25/+14 |
| 2025-01-04 | Rollup merge of #135064 - RalfJung:const-in-pat-partial-eq-not-const, r=compi... | Matthias Krüger | -0/+4 |
| 2025-01-04 | Rollup merge of #135055 - compiler-errors:rpitit-infer-in-stricter-impl, r=es... | Matthias Krüger | -0/+20 |
| 2025-01-04 | Auto merge of #135067 - ChrisDenton:cc, r=jieyouxu | bors | -2/+2 |
| 2025-01-04 | Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obk | bors | -81/+176 |
| 2025-01-03 | Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ... | Matthias Krüger | -67/+117 |
| 2025-01-03 | Rollup merge of #135007 - compiler-errors:outlives-tweaks, r=oli-obk | Matthias Krüger | -51/+32 |
| 2025-01-03 | Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-01-03 | add m68k-unknown-none-elf target | kirk | -0/+31 |
| 2025-01-03 | Auto merge of #135034 - Noratrieb:strip-correctly, r=jieyouxu | bors | -18/+7 |
| 2025-01-03 | const-in-pattern: test that the PartialEq impl does not need to be const | Ralf Jung | -0/+4 |
| 2025-01-03 | Target: Add mips mti baremetal support | YunQiang Su | -0/+74 |
| 2025-01-03 | remove unused function params | Matthias Krüger | -25/+14 |
| 2025-01-03 | Bump cc in the compiler | Chris Denton | -2/+2 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -69/+21 |