| Age | Commit message (Expand) | Author | Lines |
| 2025-01-06 | Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhpratt | Jacob Pratt | -23/+3 |
| 2025-01-06 | Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu | Jacob Pratt | -4/+28 |
| 2025-01-06 | Rollup merge of #135090 - compiler-errors:invalid-tuple-ctor-projection, r=lq... | Jacob Pratt | -0/+58 |
| 2025-01-06 | Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnr | Jacob Pratt | -0/+92 |
| 2025-01-06 | Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnr | Jacob Pratt | -8/+29 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -0/+26 |
| 2025-01-06 | Rollup merge of #135153 - crystalstall:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-01-06 | Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwco | Matthias Krüger | -0/+63 |
| 2025-01-06 | Rollup merge of #134771 - compiler-errors:const-arg-has-type-err, r=lcnr | Matthias Krüger | -2/+22 |
| 2025-01-06 | Rollup merge of #134742 - compiler-errors:post-borrowck-analysis, r=lcnr | Matthias Krüger | -0/+2 |
| 2025-01-06 | Suggest to replace tuple constructor through projection | Michael Goulet | -0/+58 |
| 2025-01-06 | Recurse on GAT where clauses in fulfillment error proof tree visitor | Michael Goulet | -18/+14 |
| 2025-01-06 | Don't ice on bad transmute in typeck in new solver | Michael Goulet | -0/+92 |
| 2025-01-06 | Add derived causes for host effect predicates | Michael Goulet | -8/+33 |
| 2025-01-06 | add deprecated and do nothing flag to options table | klensy | -4/+28 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -0/+26 |
| 2025-01-06 | chore: remove redundant words in comment | crystalstall | -1/+1 |
| 2025-01-06 | Rollup merge of #135147 - compiler-errors:borrowck-tweaks, r=chenyukang | Matthias Krüger | -9/+13 |
| 2025-01-06 | Remove CallKind::Deref hack from UseSpans | Michael Goulet | -6/+6 |
| 2025-01-06 | Improve find_self_call with reborrowed receiver | Michael Goulet | -1/+6 |
| 2025-01-06 | Improve span when temporary receiver is dropped in edition 2024 | Michael Goulet | -2/+1 |
| 2025-01-05 | [generic_assert] Constify methods used by the formatting system | Caio | -23/+3 |
| 2025-01-05 | Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubilee | bors | -16/+37 |
| 2025-01-05 | Auto merge of #135074 - wzssyqa:mips-mti, r=oli-obk | bors | -4/+4 |
| 2025-01-05 | fix tests | YunQiang Su | -3/+3 |
| 2025-01-04 | Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errors | Jubilee | -99/+134 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -32/+29 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -32/+29 |
| 2025-01-04 | Rollup merge of #135064 - RalfJung:const-in-pat-partial-eq-not-const, r=compi... | Matthias Krüger | -0/+54 |
| 2025-01-04 | Rollup merge of #135055 - compiler-errors:rpitit-infer-in-stricter-impl, r=es... | Matthias Krüger | -54/+70 |
| 2025-01-04 | Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obk | bors | -142/+93 |
| 2025-01-03 | Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ... | Matthias Krüger | -249/+271 |
| 2025-01-03 | const-in-pattern: test that the PartialEq impl does not need to be const | Ralf Jung | -0/+54 |
| 2025-01-03 | Target: Add mips mti baremetal support | YunQiang Su | -1/+1 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -99/+134 |
| 2025-01-03 | Auto merge of #135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgr | bors | -60/+170 |
| 2025-01-03 | Rollup merge of #135042 - lukas-code:taint-dyn-incompat, r=compiler-errors | Matthias Krüger | -0/+113 |
| 2025-01-03 | Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkov | Matthias Krüger | -60/+57 |
| 2025-01-03 | Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35 | bors | -3/+3 |
| 2025-01-03 | Also in the new solver | Michael Goulet | -2/+28 |
| 2025-01-03 | Do not project when there are unconstrained impl params | Michael Goulet | -142/+67 |
| 2025-01-03 | Report impl has stricter requirements even when RPITIT inference gets in the way | Michael Goulet | -54/+70 |
| 2025-01-02 | Fix macro shenanigans | Michael Goulet | -6/+2 |
| 2025-01-02 | Make suggestion verbose and tweak error message | Michael Goulet | -117/+176 |
| 2025-01-02 | Suppress type param suggestion if encountering invalid const infer | Michael Goulet | -5/+0 |
| 2025-01-02 | Unconditionally lower generic_arg_infer | Michael Goulet | -109/+70 |
| 2025-01-02 | More refined spans for placeholder error in const/static | Michael Goulet | -44/+48 |
| 2025-01-02 | Remove diagnostic_only_typeck and fix placeholder suggestion for const/static | Michael Goulet | -56/+63 |
| 2025-01-02 | Auto merge of #122565 - Zoxc:atomic-panic-msg, r=the8472 | bors | -14/+69 |
| 2025-01-02 | taint fcx on selection errors during unsizing | Lukas Markeffsky | -0/+113 |