| Age | Commit message (Expand) | Author | Lines |
| 2022-10-17 | Rollup merge of #102466 - lcnr:const-equate-uwu, r=BoxyUwU | Matthias Krüger | -11/+13 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -1/+1 |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -8/+4 |
| 2022-10-08 | Rollup merge of #102785 - fee1-dead-contrib:rm_autoimpl_defid, r=compiler-errors | Matthias Krüger | -19/+18 |
| 2022-10-07 | Remove tuple candidate, nothing special about it | Michael Goulet | -8/+4 |
| 2022-10-07 | Remove `DefId` from some `SelectionCandidate` variants | Deadbeef | -19/+18 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -5/+5 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -2/+2 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -5/+5 |
| 2022-10-03 | Rollup merge of #102613 - TaKO8Ki:fix-part-of-101739, r=compiler-errors | Matthias Krüger | -5/+8 |
| 2022-10-03 | check if const is ADT or not | Takayuki Maeda | -9/+8 |
| 2022-10-03 | return when obligation has references_error | Takayuki Maeda | -0/+4 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -7/+6 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -7/+6 |
| 2022-09-30 | Auto merge of #102304 - lcnr:coherence-cleanup, r=compiler-errors | bors | -33/+0 |
| 2022-09-29 | only allow `ConstEquate` with `feature(gce)` | lcnr | -11/+13 |
| 2022-09-28 | update fixme | lcnr | -5/+5 |
| 2022-09-27 | Use already resolved self_ty in confirm_fn_pointer_candidate | Michael Goulet | -1/+2 |
| 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 |