| Age | Commit message (Expand) | Author | Lines |
| 2021-02-22 | New mir-opt pass to simplify gotos with const values | Simon Vandel Sillesen | -0/+1 |
| 2021-02-21 | rustc_mir: remove redundant wrapping of return type in numeric_intrinsic() | Matthias Krüger | -7/+3 |
| 2021-02-20 | Rollup merge of #82176 - RalfJung:mir-fn-ptr-pretty, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2021-02-20 | all InterpError allocate now, so adjust alloc-error-check | Ralf Jung | -8/+0 |
| 2021-02-20 | Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk | bors | -303/+346 |
| 2021-02-17 | remove useless ?s (clippy::needless_question_marks) | Matthias Krüger | -1/+1 |
| 2021-02-17 | Reduce size of InterpErrorInfo to 8 bytes | Tomasz Miąsko | -13/+16 |
| 2021-02-16 | ./x.py fmt | Tomasz Miąsko | -23/+31 |
| 2021-02-16 | Pass MPlaceTy by reference not value | Tomasz Miąsko | -59/+66 |
| 2021-02-16 | Pass ImmTy by reference not value | Tomasz Miąsko | -10/+10 |
| 2021-02-16 | Pass PlaceTy by reference not value | Tomasz Miąsko | -74/+78 |
| 2021-02-16 | Pass OpTy by reference not value | Tomasz Miąsko | -159/+159 |
| 2021-02-16 | Add size assertions for interpreter data structures | Tomasz Miąsko | -0/+24 |
| 2021-02-16 | fix MIR fn-ptr pretty-printing | Ralf Jung | -1/+1 |
| 2021-02-16 | validation: fix invalid-fn-ptr error message | Ralf Jung | -1/+4 |
| 2021-02-13 | CTFE validation: catch ReadPointerAsBytes and better error | Ralf Jung | -13/+29 |
| 2021-02-11 | Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr | bors | -1/+1 |
| 2021-01-31 | Auto merge of #81327 - RalfJung:codegen-no-const-fail, r=oli-obk | bors | -0/+4 |
| 2021-01-30 | codegen: assume constants cannot fail to evaluate | Ralf Jung | -0/+4 |
| 2021-01-30 | Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se | Yuki Okushi | -2/+2 |
| 2021-01-28 | Auto merge of #81441 - tmiasko:ctfe-inline, r=oli-obk | bors | -0/+1 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -9/+6 |
| 2021-01-27 | Inline MemPlace::offset | Tomasz Miąsko | -0/+1 |
| 2021-01-27 | Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obk | Yuki Okushi | -1/+5 |
| 2021-01-24 | Reduce log level used by tracing instrumentation from info to debug | Tomasz Miąsko | -1/+1 |
| 2021-01-21 | mir: Improve size_of handling when arg is unsized | Ömer Sinan Ağacan | -0/+1 |
| 2021-01-19 | Fix ICE in mir when evaluating SizeOf on unsized type | Ömer Sinan Ağacan | -4/+7 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -9/+6 |
| 2021-01-18 | Fix ICE with `ReadPointerAsBytes` validation error | Camelid | -1/+5 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -3/+2 |
| 2021-01-13 | Use unsigned_abs throughout repository | Jacob Pratt | -2/+2 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -10/+11 |
| 2021-01-10 | Add ABI argument to `find_mir_or_eval_fn` | Nym Seddon | -5/+10 |
| 2021-01-04 | Move MIR body loading to a machine function | oli | -10/+11 |
| 2021-01-04 | Differentiate between the availability of ctfe MIR and runtime MIR | oli | -1/+1 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -1/+1 |
| 2020-12-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -3/+5 |
| 2020-12-30 | Auto merge of #80510 - JohnTitor:rollup-gow7y0l, r=JohnTitor | bors | -1/+1 |
| 2020-12-30 | Auto merge of #79684 - usbalbin:const_copy, r=oli-obk | bors | -0/+23 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |
| 2020-12-29 | Miri: make size/align_of_val work for dangling raw ptrs | Ralf Jung | -3/+5 |
| 2020-12-26 | Constify intrinsics::copy[_nonoverlapping] | Albin Hedman | -0/+23 |
| 2020-12-20 | promoteds in statics may refer to statics | Ralf Jung | -8/+12 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -1/+1 |
| 2020-12-15 | Always run intrinsics lowering pass | Tomasz Miąsko | -23/+8 |
| 2020-12-13 | Rollup merge of #79942 - JCTyblaidd:static-mem-init, r=RalfJung | Yuki Okushi | -5/+14 |
| 2020-12-12 | Auto merge of #79931 - RalfJung:no-redundant-storage-live, r=oli-obk | bors | -23/+16 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -1/+1 |
| 2020-12-11 | Rustfmt | JCTyblaidd | -5/+1 |
| 2020-12-11 | Fix rustfmt failure | JCTyblaidd | -1/+1 |