| Age | Commit message (Expand) | Author | Lines |
| 2025-03-01 | ensure we always print all --print options in help | Michael Toner | -30/+34 |
| 2025-03-01 | Auto merge of #137848 - matthiaskrgr:rollup-vxtrkis, r=matthiaskrgr | bors | -240/+251 |
| 2025-03-01 | Rollup merge of #137800 - BoxyUwU:param_env_docs, r=compiler-errors | Matthias Krüger | -7/+1 |
| 2025-03-01 | Rollup merge of #137776 - nnethercote:rustc_transmute-cleanups, r=jswrenn | Matthias Krüger | -83/+32 |
| 2025-03-01 | Rollup merge of #137763 - compiler-errors:ty-nits, r=BoxyUwU | Matthias Krüger | -37/+21 |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -101/+148 |
| 2025-03-01 | Rollup merge of #136503 - estebank:const-panic, r=RalfJung | Matthias Krüger | -12/+49 |
| 2025-03-01 | Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikic | bors | -95/+195 |
| 2025-03-01 | Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2025-03-01 | Rollup merge of #137742 - mu001999-contrib:fix-137708, r=compiler-errors | Matthias Krüger | -2/+5 |
| 2025-03-01 | Rollup merge of #137735 - ehuss:e0133-edition-docs, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2025-03-01 | Rollup merge of #137689 - compiler-errors:coroutine, r=lcnr | Matthias Krüger | -156/+97 |
| 2025-03-01 | Rollup merge of #137686 - nbdd0121:asm_const, r=compiler-errors | Matthias Krüger | -82/+104 |
| 2025-03-01 | Rollup merge of #137171 - makai410:swapping-e0277, r=compiler-errors | Matthias Krüger | -0/+53 |
| 2025-03-01 | Rollup merge of #137045 - BoxyUwU:defer_repeat_expr_checks, r=compiler-errors | Matthias Krüger | -15/+85 |
| 2025-03-01 | Auto merge of #137796 - jieyouxu:rollup-qt9yr1g, r=jieyouxu | bors | -8/+34 |
| 2025-02-28 | Auto merge of #137517 - nnethercote:rm-NtPat-NtItem-NtStmt, r=petrochenkov | bors | -203/+163 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -101/+148 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -12/+49 |
| 2025-02-28 | Rollup merge of #137770 - compiler-errors:unsafe-binder-sized-crit, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+6 |
| 2025-02-28 | Rollup merge of #137676 - petrochenkov:winresp, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -2/+6 |
| 2025-02-28 | Rollup merge of #137017 - bjorn3:ignore_invalid_bitcode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+22 |
| 2025-02-28 | Rollup merge of #137788 - jieyouxu:bump-compiler-cc, r=lqd,Kobzol | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 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 #137713 - vayunbiyani:fix-enzyme-build-errors, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -32/+10 |
| 2025-02-28 | Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -43/+44 |
| 2025-02-28 | Rollup merge of #136824 - lcnr:yeet, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -208/+379 |
| 2025-02-28 | Rollup merge of #136424 - 11happy:overflow.hex.fix, r=fmease | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-28 | compiler: bump `cc` to 1.2.16 to fix `x86` Windows jobs on newest Windows SDK | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-02-28 | review | lcnr | -20/+26 |
| 2025-02-28 | normalizing where-clauses is also coinductive, add tests | lcnr | -10/+42 |
| 2025-02-28 | fix typo | lcnr | -1/+1 |
| 2025-02-28 | fix rustc_type_ir without the nightly feature | lcnr | -1/+1 |
| 2025-02-28 | rework cycle handling | lcnr | -182/+315 |
| 2025-02-28 | Fix typo in query expansion documentation | Samuel Tardieu | -1/+1 |
| 2025-02-28 | Remove `allow(dead_code)` attributes. | Nicholas Nethercote | -15/+1 |
| 2025-02-28 | Remove `allow(unused_variables)` for `rustc_transmute`. | Nicholas Nethercote | -53/+24 |
| 2025-02-28 | Remove unused feature from `rustc_transmute`. | Nicholas Nethercote | -1/+0 |
| 2025-02-28 | Remove unnecessary `allow(unused)` attribute. | Nicholas Nethercote | -1/+0 |
| 2025-02-28 | Remove `rustc_transmute`'s dependence on `rustc_macros`. | Nicholas Nethercote | -4/+1 |
| 2025-02-28 | Remove `rustc_transmute`'s dependence on `rustc_infer`. | Nicholas Nethercote | -12/+9 |
| 2025-02-28 | Auto merge of #137710 - matthiaskrgr:rollup-3vmxxu9, r=matthiaskrgr | bors | -473/+535 |
| 2025-02-28 | Tweak incorrect ABI suggestion | Esteban Küber | -4/+5 |
| 2025-02-28 | Fix sized constraint for unsafe binder | Michael Goulet | -3/+6 |
| 2025-02-28 | fix: fix overflowing hex wrong suggestion | 11happy | -1/+1 |
| 2025-02-28 | Use mk_ty_from_kind a bit less, clean up lifetime handling in borrowck | Michael Goulet | -37/+21 |
| 2025-02-28 | Auto merge of #137669 - DianQK:fn-atts-virtual, r=saethlin | bors | -38/+41 |
| 2025-02-27 | Fix method name in `TyCtxt::hir_crate()` documentation | Samuel Tardieu | -3/+3 |
| 2025-02-28 | Remove `NtPath`. | Nicholas Nethercote | -69/+44 |