| Age | Commit message (Expand) | Author | Lines |
| 2024-06-05 | ty::Expr reviews | Boxy | -1/+1 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -4/+1 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -25/+16 |
| 2024-06-04 | Downsize `ty::Expr` | Boxy | -8/+25 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -1/+2 |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -21/+19 |
| 2024-05-30 | Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | bors | -1/+1 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -1/+1 |
| 2024-05-29 | Optimize async drop glue for some old types | Daria Sukhonina | -2/+3 |
| 2024-05-29 | Start implementing needs_async_drop and related | Daria Sukhonina | -20/+17 |
| 2024-05-29 | Auto merge of #125695 - RalfJung:fn_arg_sanity_check, r=jieyouxu | bors | -1/+2 |
| 2024-05-29 | fn_arg_sanity_check: fix panic message | Ralf Jung | -1/+2 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -1/+1 |
| 2024-05-27 | Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 | Guillaume Gomez | -5/+5 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -5/+5 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -5/+1 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_ty_utils`. | Nicholas Nethercote | -3/+8 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -3/+3 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -5/+5 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -3/+3 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -5/+5 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -2/+2 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -1/+1 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -1/+1 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_ty_utils`. | Nicholas Nethercote | -2/+12 |
| 2024-05-10 | Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco | Matthias Krüger | -7/+2 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -7/+8 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -7/+2 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -1/+1 |
| 2024-04-30 | Give items related to issue 33140 a more meaningful name | León Orell Valerian Liehr | -15/+17 |
| 2024-04-25 | Don't ICE when codegen_select returns ambiguity in new solver | Michael Goulet | -12/+5 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -1/+42 |
| 2024-04-19 | Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref | Michael Goulet | -3/+3 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -1/+1 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -1/+1 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -36/+17 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -1/+61 |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -2/+2 |
| 2024-04-09 | Handle const generic pattern types | Santiago Pastorino | -2/+6 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+36 |
| 2024-04-04 | Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2024-04-04 | Rename HAS_PROJECTIONS to HAS_ALIASES etc. | León Orell Valerian Liehr | -2/+2 |
| 2024-04-04 | Auto merge of #123377 - oli-obk:private_projection, r=compiler-errors | bors | -5/+6 |
| 2024-04-04 | Only inspect user-written predicates for privacy concerns | Oli Scherer | -5/+6 |
| 2024-04-04 | Rollup merge of #121546 - gurry:121473-ice-sizeof-mir-op, r=oli-obk | Matthias Krüger | -1/+37 |
| 2024-04-04 | Error out of layout calculation if a non-last struct field is unsized | Gurinder Singh | -1/+37 |
| 2024-04-04 | Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmease | bors | -2/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-04-03 | Uplift and start using check_args_compatible more liberally | Michael Goulet | -2/+1 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -1/+1 |