| Age | Commit message (Expand) | Author | Lines |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -2/+4 |
| 2022-12-12 | interpret: add read_machine_[ui]size convenience methods | Ralf Jung | -6/+17 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -9/+0 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -9/+0 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -2/+1 |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -15/+3 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -15/+3 |
| 2022-12-06 | make retagging work even with 'unstable' places | Ralf Jung | -6/+49 |
| 2022-12-03 | interpret: clobber return place when calling function | Ralf Jung | -0/+4 |
| 2022-11-28 | Rollup merge of #104982 - RalfJung:norun, r=oli-obk | Matthias Krüger | -5/+0 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -5/+5 |
| 2022-11-27 | interpret: get rid of run() function | Ralf Jung | -5/+0 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -5/+5 |
| 2022-11-27 | Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnr | bors | -12/+4 |
| 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 | `rustc_layout_scalar_valid_range` can be applied to scalar pairs and affects ... | Oli Scherer | -9/+1 |
| 2022-11-20 | Rollup merge of #104564 - RalfJung:either, r=oli-obk | Matthias Krüger | -55/+65 |
| 2022-11-19 | constify `exact_div` intrinsic | Lukas Markeffsky | -0/+5 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -3/+3 |
| 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 | -55/+65 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -48/+70 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -25/+20 |
| 2022-11-15 | mv utility methods into separate module | lcnr | -2/+2 |
| 2022-11-15 | nll: correctly deal with bivariance | lcnr | -3/+3 |
| 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 | -11/+11 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+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-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -2/+2 |
| 2022-11-02 | deprecate DelaySpanBugEmitted and use ErrorGuaranteed directly | yukang | -2/+2 |
| 2022-11-01 | Rollup merge of #103729 - RalfJung:align-of-val-packed, r=oli-obk | Dylan DPC | -1/+8 |
| 2022-10-31 | interpret: move type_name implementation to an interpreter-independent helper... | Ralf Jung | -204/+11 |
| 2022-10-30 | All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should... | Sarthak Singh | -4/+7 |
| 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 | -4/+3 |
| 2022-10-28 | Auto merge of #102674 - CastilloDel:master, r=oli-obk | bors | -6/+6 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -4/+3 |
| 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 #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC | bors | -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 |