| Age | Commit message (Expand) | Author | Lines |
| 2025-03-06 | Revert "rustc_middle: parallel: TyCtxt: remove "unsafe impl DynSend/DynSync"" | Rémy Rakic | -0/+3 |
| 2025-03-05 | Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,... | 许杰友 Jieyou Xu (Joe) | -11/+10 |
| 2025-03-05 | Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-03-04 | Rollup merge of #137923 - scottmcm:fix-postorder-size-hint, r=tmiasko | Jubilee | -26/+11 |
| 2025-03-04 | Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwU | bors | -1/+19 |
| 2025-03-04 | Only use implied bounds hack if bevy, and use deeply normalize in implied bou... | Michael Goulet | -11/+10 |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -2/+2 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -1/+19 |
| 2025-03-04 | InhabitedPredicate: avoid using a wildcard branch | Maja Kądziołka | -1/+4 |
| 2025-03-04 | Clarify why InhabitedPredicate::instantiate_opt exists | Maja Kądziołka | -0/+5 |
| 2025-03-03 | Also simplify `Preorder`'s `size_hint` | Scott McMurray | -15/+5 |
| 2025-03-03 | Tweak error code for sized checks of const/static | Michael Goulet | -1/+1 |
| 2025-03-03 | Rollup merge of #137922 - Zalathar:sharded, r=SparrowLii | Matthias Krüger | -1/+2 |
| 2025-03-03 | Rollup merge of #137894 - compiler-errors:no-scalar-pair-opt, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-03-03 | Rollup merge of #137863 - compiler-errors:unsafe-binder-render, r=oli-obk | Matthias Krüger | -37/+71 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -1/+2 |
| 2025-03-02 | Simplify `<Postorder as Iterator>::size_hint` | Scott McMurray | -11/+6 |
| 2025-03-03 | interpret/provenance_map: consistently use range_is_empty | Ralf Jung | -22/+22 |
| 2025-03-03 | Rename a bit | Michael Goulet | -15/+6 |
| 2025-03-03 | Fix pretty printing of unsafe binders | Michael Goulet | -37/+80 |
| 2025-03-02 | Auto merge of #137704 - nnethercote:opt-empty-prov-range-checks, r=oli-obk | bors | -10/+27 |
| 2025-03-02 | Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin" | Michael Goulet | -1/+1 |
| 2025-03-01 | Rollup merge of #137837 - fee1-dead-contrib:push-pvqvwuvrnwsy, r=compiler-errors | Matthias Krüger | -0/+14 |
| 2025-03-01 | Rollup merge of #137800 - BoxyUwU:param_env_docs, r=compiler-errors | Matthias Krüger | -6/+0 |
| 2025-03-01 | Rollup merge of #137763 - compiler-errors:ty-nits, r=BoxyUwU | Matthias Krüger | -2/+2 |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -0/+1 |
| 2025-03-01 | Update `const_conditions` and `explicit_implied_const_bounds` docs | Deadbeef | -0/+14 |
| 2025-03-01 | Rollup merge of #137689 - compiler-errors:coroutine, r=lcnr | Matthias Krüger | -43/+29 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -0/+1 |
| 2025-02-28 | Rollup merge of #137780 - samueltardieu:push-kxorztnkqnsz, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-28 | Rollup merge of #137748 - samueltardieu:push-kozpqrxpkxkk, r=lqd | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2025-02-28 | Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -2/+4 |
| 2025-02-28 | review | lcnr | -14/+0 |
| 2025-02-28 | rework cycle handling | lcnr | -4/+6 |
| 2025-02-28 | Fix typo in query expansion documentation | Samuel Tardieu | -1/+1 |
| 2025-02-28 | Auto merge of #137710 - matthiaskrgr:rollup-3vmxxu9, r=matthiaskrgr | bors | -4/+174 |
| 2025-02-28 | Use mk_ty_from_kind a bit less, clean up lifetime handling in borrowck | Michael Goulet | -2/+2 |
| 2025-02-28 | Auto merge of #137669 - DianQK:fn-atts-virtual, r=saethlin | bors | -2/+3 |
| 2025-02-27 | Fix method name in `TyCtxt::hir_crate()` documentation | Samuel Tardieu | -3/+3 |
| 2025-02-27 | Add note to Thir struct about necessity of Clone derive | Niels Saurer | -0/+3 |
| 2025-02-27 | Revert "Derive `Clone` on fewer THIR types." | Niels Saurer | -22/+22 |
| 2025-02-27 | Clean up TypeckResults::extract_binding_mode | Maja Kądziołka | -2/+4 |
| 2025-02-27 | Rollup merge of #137455 - compiler-errors:drop-lint-dtor, r=oli-obk | Matthias Krüger | -0/+173 |
| 2025-02-27 | Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas... | Matthias Krüger | -4/+1 |
| 2025-02-27 | Optimize empty provenance range checks. | Nicholas Nethercote | -10/+27 |
| 2025-02-27 | Don't infer attributes of virtual calls based on the function body | DianQK | -2/+3 |
| 2025-02-27 | Always inline `query_get_at`. | Nicholas Nethercote | -1/+1 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -4/+1 |
| 2025-02-26 | Remove `ParamEnv::without_caller_bounds` | Boxy | -6/+0 |
| 2025-02-26 | Print out destructor | Michael Goulet | -0/+173 |