| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2022-11-14 | Give precendence to regions from member constaints when inferring concrete ty... | Camille GILLOT | -6/+5 |
| 2022-11-14 | Rollup merge of #104378 - compiler-errors:chalk-up, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-11-14 | Drop `relate_opaque_item_substs`. | Camille GILLOT | -23/+12 |
| 2022-11-14 | assert that we are (de)seiralizing ProvenanceMap correctly | Ralf Jung | -13/+13 |
| 2022-11-14 | Remove redundant graphviz escaping | Jannis Christopher Köhl | -4/+3 |
| 2022-11-14 | Manually implement `Encodable` for ProvenanceMap to avoid serializing an alwa... | Oli Scherer | -1/+16 |