| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2022-07-12 | Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr | Dylan DPC | -2/+2 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -1/+1 |
| 2022-07-10 | Remove duplicate notes from error on inter-crate ambiguous impl of traits (fi... | rhysd | -8/+8 |
| 2022-07-08 | Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser | bors | -0/+4 |
| 2022-07-08 | Highlight conflicting param-env candidates | Michael Goulet | -2/+41 |
| 2022-07-07 | Use map_bound | Jack Huey | -2/+2 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -2/+2 |
| 2022-06-30 | Make `evaluate_obligation` not succeed unconditionally if it registered new h... | Oli Scherer | -0/+4 |
| 2022-06-29 | Auto merge of #98656 - Dylan-DPC:rollup-hhytn0c, r=Dylan-DPC | bors | -3/+3 |