| Age | Commit message (Expand) | Author | Lines |
| 2022-11-26 | Auto merge of #104945 - GuillaumeGomez:rollup-ygzbpbe, r=GuillaumeGomez | bors | -6/+27 |
| 2022-11-26 | Verify that HIR parenting and Def parenting match. | Camille GILLOT | -7/+2 |
| 2022-11-26 | Rollup merge of #104909 - compiler-errors:normalize_opaque_types-is-misleadin... | Guillaume Gomez | -6/+6 |
| 2022-11-26 | Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-dead | Guillaume Gomez | -0/+9 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -0/+12 |
| 2022-11-26 | Auto merge of #104731 - compiler-errors:early-binder-iter-size-hint, r=cjgillot | bors | -0/+12 |
| 2022-11-26 | Rollup merge of #104675 - SarthakSingh31:issue-101666, r=jyn514 | Matthias Krüger | -2/+5 |
| 2022-11-26 | interpret: remove PartialOrd from a bunch of types that do not have or need a... | Ralf Jung | -7/+7 |
| 2022-11-26 | Do not record unresolved const vars in generator interior | Michael Goulet | -0/+9 |
| 2022-11-26 | simplify some binder shifting logic | Michael Goulet | -23/+24 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -204/+203 |
| 2022-11-25 | Rename normalize_opaque_types to reveal_opaque_types_in_bounds | Michael Goulet | -6/+6 |
| 2022-11-25 | Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr | bors | -41/+6 |
| 2022-11-25 | Cache Predicates' hash within themselves | Oli Scherer | -28/+59 |
| 2022-11-25 | Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð... | bors | -65/+94 |
| 2022-11-25 | remove `TypeError::ObjectUnsafeCoercion` | lcnr | -4/+1 |
| 2022-11-25 | Add documentation for `has_escaping_bound_vars` | Deadbeef | -1/+7 |
| 2022-11-25 | add comment | lcnr | -0/+6 |
| 2022-11-25 | move 2 candidates into builtin candidate | lcnr | -41/+0 |
| 2022-11-25 | Fix mk_const_list | kadmin | -1/+1 |
| 2022-11-25 | Make `expand_abstract_consts` infallible | Boxy | -55/+21 |
| 2022-11-25 | `super_relate_consts` do not spurriously fail on assoc consts | Boxy | -16/+9 |
| 2022-11-25 | add FIXME's | Boxy | -0/+3 |
| 2022-11-25 | correctly intern `List<Const<'tcx>>` | Boxy | -1/+4 |
| 2022-11-25 | fmt | Boxy | -3/+3 |
| 2022-11-25 | Add expand_abstract_const | kadmin | -53/+64 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -192/+215 |
| 2022-11-25 | Add helper method to `ScalarInt` | Oli Scherer | -0/+12 |
| 2022-11-25 | Auto merge of #104602 - petrochenkov:effvisperf5, r=oli-obk | bors | -50/+57 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -48/+75 |
| 2022-11-25 | get rid of to_poly_trait_predicate | Oli Scherer | -17/+19 |
| 2022-11-24 | Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgr | bors | -3/+3 |
| 2022-11-24 | Rollup merge of #104782 - oli-obk:const_eval_limit_bump, r=pnkfelix | Matthias Krüger | -1/+1 |
| 2022-11-24 | Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-11-24 | Auto merge of #103693 - HKalbasi:master, r=oli-obk | bors | -203/+102 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -16/+21 |
| 2022-11-24 | Record in HIR whether lifetime elision was succesful. | Camille GILLOT | -0/+2 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -0/+47 |
| 2022-11-24 | Unsupported query error now specifies if its unsupported for local or externa... | Sarthak Singh | -2/+5 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -73/+76 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -186/+82 |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -4/+4 |
| 2022-11-24 | make `error_reported` check for delayed bugs | Boxy | -2/+2 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -0/+47 |
| 2022-11-24 | Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki | bors | -2/+600 |
| 2022-11-24 | effective visibility: Always add table entries for nodes used as parents | Vadim Petrochenkov | -33/+37 |
| 2022-11-24 | effective visibility: Remove questionable optimizations | Vadim Petrochenkov | -7/+0 |
| 2022-11-24 | effective visibility: Satisfy borrow checker to use resolver lazily from a cl... | Vadim Petrochenkov | -10/+20 |
| 2022-11-23 | Simplify creation of `AutoBorrowMutability` | Maybe Waffle | -0/+12 |
| 2022-11-23 | use no type in ProjectionElem::Field for PlaceBuilder::UpVar | b-naber | -13/+38 |