| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-15 | mv utility methods into separate module | lcnr | -55/+65 |
| 2022-11-15 | nll: correctly deal with bivariance | lcnr | -47/+44 |
| 2022-11-14 | Rollup merge of #104356 - RalfJung:interpret-check-mplace, r=oli-obk | Matthias Krüger | -9/+9 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-11-14 | assert that we are (de)seiralizing ProvenanceMap correctly | Ralf Jung | -2/+2 |
| 2022-11-13 | interpret: make check_mplace public | Ralf Jung | -9/+9 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -12/+12 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -2/+1 |
| 2022-11-06 | move InitMask to its own module | Ralf Jung | -3/+3 |
| 2022-11-06 | interpret: support for per-byte provenance | Ralf Jung | -22/+17 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -2/+1 |
| 2022-11-06 | Auto merge of #103975 - oli-obk:tracing, r=jackh726 | bors | -0/+3 |
| 2022-11-05 | Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726 | Matthias Krüger | -27/+15 |
| 2022-11-04 | Some tracing and comment cleanups | Oli Scherer | -0/+3 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -5/+4 |
| 2022-11-03 | remove 'delay_span_bug' following 'references_error' | yukang | -3/+2 |