| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | -2/+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 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -3/+1 |
| 2022-11-18 | interpret: use Either over Result when it is not representing an error condition | Ralf Jung | -8/+12 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2022-11-17 | fix a typo | Ralf Jung | -1/+1 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -58/+45 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -2/+2 |
| 2022-11-16 | Generalize the `ToPredicate` trait | Oli Scherer | -8/+8 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -25/+12 |
| 2022-11-15 | Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obk | bors | -0/+64 |
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -0/+64 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -812/+990 |
| 2022-11-15 | Auto merge of #104437 - matthiaskrgr:rollup-n5jdg9v, r=matthiaskrgr | bors | -9/+69 |
| 2022-11-15 | Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk | Matthias Krüger | -9/+69 |
| 2022-11-15 | Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obk | bors | -4/+12 |