| Age | Commit message (Expand) | Author | Lines |
| 2022-12-03 | interpret: clobber return place when calling function | Ralf Jung | -0/+4 |
| 2022-12-02 | Rollup merge of #105136 - RalfJung:deref-promotion-comment, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-12-01 | clarify comment on Deref promotion | Ralf Jung | -4/+4 |
| 2022-11-30 | Close accidental promotion check hole | Oli Scherer | -8/+6 |
| 2022-11-30 | Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino | bors | -4/+3 |
| 2022-11-28 | Make ObligationCtxt::normalize take cause by borrow | Michael Goulet | -4/+3 |
| 2022-11-28 | Rollup merge of #104982 - RalfJung:norun, r=oli-obk | Matthias Krüger | -6/+1 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -15/+16 |
| 2022-11-27 | Rollup merge of #104931 - Swatinem:async-pretty, r=eholk | Matthias Krüger | -1/+1 |
| 2022-11-27 | interpret: get rid of run() function | Ralf Jung | -6/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -15/+16 |
| 2022-11-27 | Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnr | bors | -17/+10 |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -1/+1 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -0/+2 |
| 2022-11-25 | add FIXME's | Boxy | -0/+1 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -0/+1 |
| 2022-11-25 | Move a comment to the right place | Oli Scherer | -3/+3 |
| 2022-11-25 | Make the ICEs in the mir typechecker have more spans helpful | Oli Scherer | -0/+1 |
| 2022-11-25 | More manual formatting | Oli Scherer | -5/+5 |
| 2022-11-25 | `rustc_layout_scalar_valid_range` can be applied to scalar pairs and affects ... | Oli Scherer | -9/+1 |
| 2022-11-25 | Simplify a bunch of trait ref obligation creations | Oli Scherer | -22/+9 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -10/+11 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -4/+4 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -4/+2 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -4/+1 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-20 | Rollup merge of #104564 - RalfJung:either, r=oli-obk | Matthias Krüger | -68/+81 |
| 2022-11-19 | Auto merge of #102795 - lukas-code:constify-is-aligned-via-align-offset, r=ol... | bors | -53/+140 |
| 2022-11-19 | Revert "don't call `align_offset` during const eval, ever" | Lukas Markeffsky | -90/+44 |
| 2022-11-19 | fix const `align_offset` implementation | Lukas Markeffsky | -3/+6 |
| 2022-11-19 | replace potential ICE with graceful error (`no_core` only) | Lukas Markeffsky | -3/+2 |
| 2022-11-19 | don't call `align_offset` during const eval, ever | Lukas Markeffsky | -43/+88 |
| 2022-11-19 | make const `align_offset` useful | Lukas Markeffsky | -23/+106 |
| 2022-11-19 | unify inherent impls of `CompileTimeEvalContext` | Lukas Markeffsky | -46/+44 |
| 2022-11-19 | constify `exact_div` intrinsic | Lukas Markeffsky | -0/+5 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -1/+1 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -60/+70 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -1/+1 |
| 2022-11-19 | drive-by: Add is_async fn to hir::IsAsync | Michael Goulet | -1/+1 |
| 2022-11-18 | review feedback | Ralf Jung | -7/+7 |
| 2022-11-18 | interpret: use Either over Result when it is not representing an error condition | Ralf Jung | -68/+81 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2022-11-16 | fix #104390, fix ICE in in_operand for ty error | yukang | -1/+5 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -1/+4 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -57/+79 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -25/+20 |
| 2022-11-15 | use `ocx` type relation routines | lcnr | -3/+3 |
| 2022-11-15 | add comment about opaque types | lcnr | -0/+3 |