| Age | Commit message (Expand) | Author | Lines |
| 2025-01-07 | Avoid naming variables `str` | Josh Triplett | -20/+20 |
| 2025-01-07 | Auto merge of #135173 - pietroalbini:pa-fix-rvp, r=workingjubilee | bors | -1/+6 |
| 2025-01-06 | Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu | Jacob Pratt | -30/+50 |
| 2025-01-06 | Rollup merge of #135090 - compiler-errors:invalid-tuple-ctor-projection, r=lq... | Jacob Pratt | -1/+25 |
| 2025-01-06 | Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnr | Jacob Pratt | -1/+13 |
| 2025-01-06 | Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnr | Jacob Pratt | -33/+255 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -6/+28 |
| 2025-01-06 | avoid replacing the definition of CURRENT_RUSTC_VERSION | Pietro Albini | -1/+6 |
| 2025-01-06 | Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwco | Matthias Krüger | -19/+38 |
| 2025-01-06 | Rollup merge of #134771 - compiler-errors:const-arg-has-type-err, r=lcnr | Matthias Krüger | -1/+18 |
| 2025-01-06 | Rollup merge of #134742 - compiler-errors:post-borrowck-analysis, r=lcnr | Matthias Krüger | -8/+15 |
| 2025-01-06 | Suggest to replace tuple constructor through projection | Michael Goulet | -1/+25 |
| 2025-01-06 | Recurse on GAT where clauses in fulfillment error proof tree visitor | Michael Goulet | -7/+15 |
| 2025-01-06 | Don't ice on bad transmute in typeck in new solver | Michael Goulet | -1/+13 |
| 2025-01-06 | Add derived causes for host effect predicates | Michael Goulet | -31/+245 |
| 2025-01-06 | add deprecated and do nothing flag to options table | klensy | -30/+50 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -6/+28 |
| 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 |