| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -5/+4 |
| 2022-11-23 | Bump the const eval step limit | Oli Scherer | -1/+1 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -23/+47 |
| 2022-11-23 | Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile... | Yuki Okushi | -3/+5 |
| 2022-11-23 | Rollup merge of #104724 - WaffleLapkin:to_def_idn't, r=compiler-errors | Yuki Okushi | -5/+9 |
| 2022-11-22 | Add size hints to early binder iterator adapters | Michael Goulet | -0/+12 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -3/+5 |
| 2022-11-22 | Fix `ClosureKind::to_def_id` | Maybe Waffle | -5/+9 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -66/+42 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -1/+1 |
| 2022-11-22 | Rollup merge of #104559 - nnethercote:split-MacArgs, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -1/+1 |
| 2022-11-21 | Auto merge of #104533 - oli-obk:method_callee, r=lcnr | bors | -20/+67 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -14/+16 |
| 2022-11-21 | Remove some unnecessary slicing | Oli Scherer | -7/+7 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -0/+10 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -9/+15 |
| 2022-11-21 | Remove an unnecessary query + subst round | Oli Scherer | -1/+1 |