| Age | Commit message (Expand) | Author | Lines |
| 2022-09-26 | remove outdated coherence hack | lcnr | -33/+0 |
| 2022-09-23 | Make `ManuallyDrop` satisfy `~const Destruct` | Deadbeef | -0/+3 |
| 2022-09-22 | Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr | Dylan DPC | -14/+2 |
| 2022-09-21 | Auto merge of #100096 - compiler-errors:fn-return-must-be-sized, r=jackh726 | bors | -1/+30 |
| 2022-09-20 | Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bound... | bors | -13/+16 |
| 2022-09-19 | slightly cleanup building SelectionContext | Joshua Nelson | -14/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -2/+2 |
| 2022-09-18 | make projection bounds with const bounds satisfy const | Deadbeef | -13/+16 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -5/+1 |
| 2022-09-16 | Auto merge of #101860 - oli-obk:information_throwing, r=compiler-errors | bors | -6/+6 |
| 2022-09-15 | Don't throw away information just to recompute it again | Oli Scherer | -6/+6 |
| 2022-09-15 | Normalize struct types in confirm_builtin_unsize_candidate | Michael Goulet | -3/+19 |
| 2022-09-13 | Address code review comments | Eric Holk | -5/+3 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -5/+1 |
| 2022-09-12 | Make x.py check work | Eric Holk | -1/+1 |
| 2022-09-12 | Rename some variants | Michael Goulet | -2/+1 |
| 2022-09-12 | Typecheck dyn* coercions | Eric Holk | -0/+2 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -5/+9 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -3/+52 |
| 2022-09-12 | fn pointers don't implement Fn/FnMut/FnOnce traits if its return type is unsized | Michael Goulet | -1/+30 |
| 2022-09-11 | minor fixups as per PR feedback | Andrew Cann | -29/+15 |
| 2022-09-11 | Apply formatting fixes | Andrew Cann | -8/+17 |
| 2022-09-11 | fix GeneratorWitness: Clone check | Andrew Cann | -9/+14 |
| 2022-09-11 | loosen restriction on when GeneratorWitness: Clone | Andrew Cann | -17/+13 |
| 2022-09-11 | add generator_clone feature gate | Andrew Cann | -24/+32 |
| 2022-09-11 | implement Copy/Clone for generators | Andrew Cann | -2/+34 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -16/+4 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -31/+21 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -7/+7 |
| 2022-08-22 | safe transmute: use `Assume` struct to provide analysis options | Jack Wrenn | -16/+4 |
| 2022-08-17 | `is_knowable` use `Result` instead of `Option` | lcnr | -3/+3 |
| 2022-08-07 | Built-in implementation of Tuple trait | Michael Goulet | -3/+52 |
| 2022-08-06 | Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 | bors | -15/+18 |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -6/+10 |
| 2022-08-04 | Address nits | Michael Goulet | -3/+8 |
| 2022-08-04 | Remove unnecessary FulfillmentContext from need_migrate_deref_output_trait_ob... | Michael Goulet | -21/+19 |
| 2022-08-03 | Change sized_constraints to return EarlyBinder | Jack Huey | -1/+5 |
| 2022-08-02 | Add bound_predicates_of and bound_explicit_predicates_of | Jack Huey | -5/+5 |
| 2022-08-03 | Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726 | bors | -186/+167 |
| 2022-07-27 | safe transmute: don't mark user impls as unambiguous | Jack Wrenn | -1/+0 |
| 2022-07-27 | safe transmute: gracefully handle const params of wrong types | Jack Wrenn | -1/+1 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -0/+78 |
| 2022-07-22 | Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obk | bors | -46/+27 |
| 2022-07-21 | Fix `remap_constness` | Deadbeef | -3/+3 |
| 2022-07-20 | Fix hack that remaps env constness. | Deadbeef | -46/+27 |
| 2022-07-20 | no leak_check -> commit_unconditionally is noop | lcnr | -186/+167 |
| 2022-07-15 | Revert "Highlight conflicting param-env candidates" | Michael Goulet | -41/+2 |
| 2022-07-15 | remove tcx from ObligationCauseCode::span | Michael Goulet | -1/+1 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -1/+1 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 |