| Age | Commit message (Expand) | Author | Lines |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -1/+1 |
| 2024-10-20 | Remove the BoundConstness::NotConst variant | Michael Goulet | -4/+8 |
| 2024-10-02 | Improve const traits diagnostics for new desugaring | Deadbeef | -12/+34 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -7/+7 |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -1/+1 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -1/+1 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -4/+2 |
| 2024-08-22 | Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-08-22 | Pretty-print own args of existential projections | León Orell Valerian Liehr | -1/+4 |
| 2024-08-17 | Use cnum for extern crate data | Michael Goulet | -5/+3 |
| 2024-08-14 | Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgr | bors | -1/+3 |
| 2024-08-13 | Use is_lang_item more | Michael Goulet | -1/+3 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -4/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -17/+13 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -1/+1 |
| 2024-07-17 | Put the dots back | Michael Goulet | -2/+5 |
| 2024-07-07 | Get rid of the redundant elaboration in middle | Michael Goulet | -7/+8 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -2/+2 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -1/+31 |
| 2024-07-02 | Re-implement a type-size based limit | Michael Goulet | -1/+31 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -2/+2 |
| 2024-07-01 | Make `FloatTy` checks exhaustive in pretty print | Trevor Gross | -16/+18 |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -1/+1 |
| 2024-06-18 | Make pretty printing for `f16` and `f128` consistent | Trevor Gross | -1/+9 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -3/+3 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -2/+2 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+1 |
| 2024-06-05 | Misc fixes (pattern type lowering, cfi, pretty printing) | Boxy | -18/+1 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -3/+3 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -2/+2 |
| 2024-06-04 | Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obk | Michael Goulet | -58/+44 |
| 2024-06-04 | Downsize `ty::Expr` | Boxy | -58/+44 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -3/+3 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -1/+1 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -2/+5 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -1/+1 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -0/+2 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -1/+1 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -0/+1 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_middle`. | Nicholas Nethercote | -0/+1 |
| 2024-05-23 | Remove `DelayDm` | León Orell Valerian Liehr | -1/+1 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -1/+1 |
| 2024-05-21 | Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from... | Michael Goulet | -6/+2 |
| 2024-05-21 | Uplift binder | Michael Goulet | -14/+5 |
| 2024-05-19 | Add and use generics.is_empty() and generics.is_own_empty, rather than using ... | Santiago Pastorino | -1/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -1/+1 |
| 2024-05-16 | Uplift FnSig | Michael Goulet | -10/+10 |
| 2024-05-13 | Uplift AliasTy | Michael Goulet | -27/+27 |
| 2024-05-13 | Apply nits | Michael Goulet | -1/+2 |