| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-21 | Add a helper for replacing the self type in trait refs | Oli Scherer | -0/+8 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -5/+27 |
| 2022-11-21 | Reduce the amount of passed-around arguments that will get merged into one la... | Oli Scherer | -4/+3 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -66/+42 |
| 2022-11-21 | Auto merge of #104120 - mejrs:diag, r=davidtwco | bors | -12/+13 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+19 |
| 2022-11-21 | Treat different opaque types of the same def id as equal during coherence | Oli Scherer | -10/+23 |
| 2022-11-21 | Allow opaque types in trait impl headers and rely on coherence to reject unso... | Oli Scherer | -13/+5 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -52/+32 |
| 2022-11-21 | Match crate and slug names | mejrs | -12/+13 |
| 2022-11-21 | Rollup merge of #104605 - RalfJung:clf_consts, r=bjorn3 | Matthias Krüger | -15/+0 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -37/+32 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -57/+21 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -11/+16 |
| 2022-11-20 | Change to Ty::is_inhabited_from | Cameron Steffen | -51/+49 |
| 2022-11-20 | Fix typo | Cameron Steffen | -1/+1 |
| 2022-11-20 | Rollup merge of #104564 - RalfJung:either, r=oli-obk | Matthias Krüger | -8/+12 |
| 2022-11-20 | Fix doctest errors related to rustc_middle | reez12g | -3/+5 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -2/+8 |
| 2022-11-19 | Rollup merge of #104469 - estebank:long-types, r=oli-obk | Matthias Krüger | -23/+86 |
| 2022-11-19 | deduplicate constant evaluation in cranelift backend | Ralf Jung | -15/+0 |
| 2022-11-19 | Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obk | Dylan DPC | -3/+1 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -37/+32 |
| 2022-11-19 | Improve spans for RPITIT object-safety errors | Michael Goulet | -2/+8 |
| 2022-11-18 | review comment | Esteban Küber | -5/+5 |
| 2022-11-18 | Only use `...` instead of `_` for type elision | Esteban Küber | -5/+1 |
| 2022-11-18 | On overflow errors, do not print out long types | Esteban Küber | -0/+37 |
| 2022-11-18 | Make "long type" printing type aware | Esteban Küber | -24/+54 |
| 2022-11-18 | Rollup merge of #104550 - RalfJung:typo, r=compiler-errors | Matthias Krüger | -1/+1 |