| Age | Commit message (Expand) | Author | Lines |
| 2024-07-24 | Make sure that args are compatible in resolve_associated_item | Michael Goulet | -2/+13 |
| 2024-07-12 | Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee | bors | -0/+34 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -2/+1 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -5/+3 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -2/+2 |
| 2024-07-02 | Miscellaneous renaming | Michael Goulet | -2/+2 |
| 2024-07-02 | Rollup merge of #127136 - compiler-errors:coroutine-closure-env-shim, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-06-29 | Fix FnMut/Fn shim for coroutine-closures that capture references | Michael Goulet | -2/+2 |
| 2024-06-28 | address review comments | Deadbeef | -65/+34 |
| 2024-06-28 | general fixups and turn `TODO`s into `FIXME`s | Deadbeef | -2/+2 |
| 2024-06-28 | temporarily disable effects on specialization tests | Deadbeef | -1/+6 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -3/+165 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -20/+20 |
| 2024-06-16 | Auto merge of #126505 - compiler-errors:no-vtable, r=lcnr | bors | -6/+16 |
| 2024-06-14 | Only compute vtable information during codegen | Michael Goulet | -6/+16 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -6/+6 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -2/+4 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -1/+1 |
| 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-06-01 | Ensure floats are returned losslessly by the Rust ABI on 32-bit x86 | beetrees | -0/+34 |
| 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 |