| Age | Commit message (Expand) | Author | Lines |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -4/+2 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -4/+1 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -1/+1 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -57/+2 |
| 2022-11-19 | drive-by: Add is_async fn to hir::IsAsync | Michael Goulet | -1/+1 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2022-11-16 | fix #104390, fix ICE in in_operand for ty error | yukang | -1/+5 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -1/+4 |
| 2022-11-15 | mv utility methods into separate module | lcnr | -53/+1 |
| 2022-11-15 | nll: correctly deal with bivariance | lcnr | -44/+41 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -2/+1 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -2/+1 |
| 2022-11-06 | Auto merge of #103975 - oli-obk:tracing, r=jackh726 | bors | -0/+3 |
| 2022-11-05 | Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726 | Matthias Krüger | -27/+15 |
| 2022-11-04 | Some tracing and comment cleanups | Oli Scherer | -0/+3 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -3/+2 |
| 2022-11-03 | remove 'delay_span_bug' following 'references_error' | yukang | -3/+2 |
| 2022-11-02 | Use TraitEngine less | Michael Goulet | -27/+15 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -9/+3 |
| 2022-10-25 | Auto merge of #102340 - JakobDegen:pass-manager-simplification, r=oli-obk | bors | -4/+0 |
| 2022-10-25 | Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk | Dylan DPC | -5/+20 |
| 2022-10-23 | Split phase change from `MirPass` | Jakob Degen | -4/+0 |
| 2022-10-23 | remove misc_cast and validate types | ouz-a | -5/+20 |
| 2022-10-15 | Surround type with backticks | Gimgim | -1/+1 |
| 2022-10-13 | Delay intrinsic call until after we've determined the callee is a function | Michael Goulet | -3/+1 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -9/+9 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -41/+39 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -3/+3 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -9/+9 |
| 2022-09-25 | Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obk | fee1-dead | -11/+19 |
| 2022-09-24 | Note the type when unable to drop values in compile time | Deadbeef | -11/+19 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -2/+3 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -13/+7 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -2/+42 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -1/+3 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+0 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -30/+36 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -1/+3 |
| 2022-09-16 | do const trait method bounds check later in rustc_const_eval | Deadbeef | -2/+42 |
| 2022-09-14 | address review again | b-naber | -0/+2 |
| 2022-09-13 | Address code review comments | Eric Holk | -1/+1 |
| 2022-09-13 | fixes/working version | b-naber | -22/+31 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -12/+7 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -0/+7 |
| 2022-09-08 | Auto merge of #101437 - compiler-errors:erase-normalize-ordering, r=tmandry | bors | -14/+15 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -11/+9 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+10 |
| 2022-09-05 | Normalize before erasing late-bound regions in equal_up_to_regions | Michael Goulet | -14/+15 |