| Age | Commit message (Expand) | Author | Lines |
| 2019-01-01 | fix test output | Pietro Albini | -10/+2 |
| 2018-12-31 | Update tests to changes on master | Oliver Scherer | -2/+10 |
| 2018-12-31 | Also test projections | Oliver Scherer | -1/+18 |
| 2018-12-31 | Fix a recently introduces regression | Oliver Scherer | -0/+24 |
| 2018-12-31 | Remove a wrong multiplier on relocation offset computation | Oliver Scherer | -0/+9 |
| 2018-12-04 | Update tests | Oliver Scherer | -2/+3 |
| 2018-11-30 | Fix const_fn ICE with non-const function pointer | Philipp Hansch | -0/+28 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -15/+278 |
| 2018-11-25 | Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisa | Pietro Albini | -1/+1 |
| 2018-11-25 | Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoerister | Pietro Albini | -1/+29 |
| 2018-11-25 | Stabilize the int_to_from_bytes feature | Simon Sapin | -1/+1 |
| 2018-11-24 | Clean up array/slice of primitive validation | Oliver Scherer | -0/+16 |
| 2018-11-24 | Remove stderr file, because the test passes now | Oliver Scherer | -11/+0 |
| 2018-11-24 | Reintroduce zst-slice reading `read_bytes` method on `Memory` | Oliver Scherer | -1/+2 |
| 2018-11-24 | Properly test for int pointers in fat pointers to str slices of zero chars | Oliver Scherer | -21/+12 |
| 2018-11-24 | Add regression test for integral pointers in zst str slice fat pointers | Oliver Scherer | -0/+26 |
| 2018-11-21 | Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwco | bors | -0/+13 |
| 2018-11-21 | Explain why we do not overwrite qualification of locals | Oliver Scherer | -5/+29 |
| 2018-11-21 | Add regression test for overwriting qualifs by assignment | Oliver Scherer | -0/+22 |
| 2018-11-21 | Fix a comment | Oliver Scherer | -1/+1 |
| 2018-11-21 | Tidy | Oliver Scherer | -2/+2 |
| 2018-11-21 | Ensure assignments don't allow skipping projection checks | Oliver Scherer | -0/+32 |
| 2018-11-21 | Properly assign to aggregate fields | Oliver Scherer | -0/+20 |
| 2018-11-20 | Trailing newline | Oliver Scherer | -1/+1 |
| 2018-11-20 | Add sanity test for promotion and `const_let` | Oliver Scherer | -0/+35 |
| 2018-11-20 | Explain missing error in test | Oliver Scherer | -1/+4 |
| 2018-11-19 | we now do proper validation on scalars | Ralf Jung | -14/+14 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -19/+27 |
| 2018-11-19 | Also catch static mutation at evaluation time | Oliver Scherer | -17/+45 |
| 2018-11-19 | Rollup merge of #56059 - alexcrichton:fix-tests, r=sfackler | kennytm | -0/+27 |
| 2018-11-19 | Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obk | Pietro Albini | -2/+10 |
| 2018-11-19 | Allow assignments in const contexts | Oliver Scherer | -16/+115 |
| 2018-11-19 | Replace the ICEing on const fn loops with an error | Oliver Scherer | -0/+13 |
| 2018-11-18 | Auto merge of #55672 - RalfJung:miri-extern-types, r=eddyb | bors | -0/+27 |
| 2018-11-17 | Don't auto-inline `const fn` | Oliver Scherer | -1/+29 |
| 2018-11-16 | CTFE: dynamically make sure we do not call non-const-fn | Ralf Jung | -2/+10 |
| 2018-11-15 | do not accept out-of-bounds pointers in enum discriminants, they might be NULL | Ralf Jung | -6/+19 |
| 2018-11-15 | validation: better error when the enum discriminant is Undef | Ralf Jung | -13/+13 |
| 2018-11-13 | Auto merge of #55589 - oli-obk:min_length_💣, r=pnkfelix | bors | -1/+1 |
| 2018-11-12 | Auto merge of #55278 - Centril:constification-1, r=alexcrichton | bors | -12/+86 |
| 2018-11-12 | miri-engine value visitor update to VariantIdx | Oliver Scherer | -1/+1 |
| 2018-11-11 | Rollup merge of #55828 - oli-obk:promotion_strikes_again, r=eddyb | Pietro Albini | -0/+74 |
| 2018-11-11 | Rollup merge of #55792 - oli-obk:propsicle, r=RalfJung | Pietro Albini | -0/+28 |
| 2018-11-10 | adjust ui/../mod-static-with-const-fn.rs | Mazdak Farrokhzad | -3/+15 |
| 2018-11-10 | Tidy ♪ all ♪ the ♪ way ♪♪♪♪ with ♪ a ♪ newline ♪ missing ... | Oliver Scherer | -4/+4 |
| 2018-11-10 | Add a few tests around raw pointers and interior mutability | Oliver Scherer | -0/+73 |
| 2018-11-10 | fix mod-static-with-const-fn.rs. | Mazdak Farrokhzad | -3/+1 |
| 2018-11-10 | --bless mod-static-with-const-fn.stderr | Mazdak Farrokhzad | -9/+2 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -2/+0 |
| 2018-11-09 | Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value` | Oliver Scherer | -0/+74 |