| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-02 | deprecate DelaySpanBugEmitted and use ErrorGuaranteed directly | yukang | -2/+2 |
| 2022-11-02 | Use TraitEngine less | Michael Goulet | -27/+15 |
| 2022-11-01 | Format dyn Trait better in type_name intrinsic | Michael Goulet | -10/+2 |
| 2022-11-01 | Rollup merge of #103729 - RalfJung:align-of-val-packed, r=oli-obk | Dylan DPC | -1/+8 |
| 2022-11-01 | Rollup merge of #103798 - RalfJung:type_name, r=oli-obk | Yuki Okushi | -9/+15 |
| 2022-10-31 | interpret: move type_name implementation to an interpreter-independent helper... | Ralf Jung | -9/+15 |
| 2022-10-31 | Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obk | Dylan DPC | -9/+11 |
| 2022-10-30 | All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should... | Sarthak Singh | -4/+7 |
| 2022-10-29 | Simplify lang item groups | Cameron Steffen | -9/+11 |
| 2022-10-29 | interpret: fix align_of_val on packed types | Ralf Jung | -1/+8 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -15/+8 |
| 2022-10-28 | Auto merge of #102674 - CastilloDel:master, r=oli-obk | bors | -15/+14 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -15/+8 |
| 2022-10-26 | Auto merge of #103572 - Dylan-DPC:rollup-a8bnxrw, r=Dylan-DPC | bors | -33/+34 |
| 2022-10-26 | Rollup merge of #103546 - RalfJung:cast, r=oli-obk | Dylan DPC | -31/+30 |
| 2022-10-26 | Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors | Dylan DPC | -2/+4 |
| 2022-10-26 | Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk | bors | -56/+16 |
| 2022-10-26 | Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC | bors | -4/+4 |
| 2022-10-26 | Rollup merge of #103533 - jachris:cast-without-mut, r=oli-obk | Dylan DPC | -4/+4 |
| 2022-10-26 | Auto merge of #103279 - compiler-errors:normalize-hack-back, r=lcnr | bors | -1/+8 |
| 2022-10-25 | interpret: a bit of cast cleanup | Ralf Jung | -31/+30 |
| 2022-10-25 | Use &self instead of &mut self for cast methods | Jannis Christopher Köhl | -4/+4 |
| 2022-10-25 | Auto merge of #102340 - JakobDegen:pass-manager-simplification, r=oli-obk | bors | -4/+0 |
| 2022-10-25 | Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk | Dylan DPC | -25/+63 |
| 2022-10-25 | Added helper to prevent verbose printing from the `PrettyPrinter` when printi... | Sarthak Singh | -2/+4 |
| 2022-10-23 | Split phase change from `MirPass` | Jakob Degen | -4/+0 |
| 2022-10-23 | Comment why normalization is needed for debug assertions | Michael Goulet | -1/+8 |
| 2022-10-23 | remove misc_cast and validate types | ouz-a | -25/+63 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -30/+30 |
| 2022-10-20 | Rollup merge of #103315 - RalfJung:interpret-switchint-ice, r=bjorn3 | Matthias Krüger | -1/+0 |
| 2022-10-20 | interpret: remove an incorrect assertion | Ralf Jung | -1/+0 |
| 2022-10-20 | Revert "Unify tcx.constness and param env constness checks" | Michael Goulet | -56/+16 |
| 2022-10-18 | Remove allow(rustc::potential_query_instability) in rustc_const_eval | CastilloDel | -15/+14 |