| Age | Commit message (Expand) | Author | Lines |
| 2018-12-04 | Add test for dereferencing raw pointers and immediately referencing again | Oliver Scherer | -3/+22 |
| 2018-12-04 | Allow calling `const unsafe fn` in `const fn` behind a feature gate | Oliver Scherer | -7/+124 |
| 2018-12-04 | Update tests | Oliver Scherer | -2/+3 |
| 2018-11-30 | Update existing tests with more precise error messages | varkor | -21/+21 |
| 2018-11-30 | Test float assign ops | Oliver Scherer | -0/+279 |
| 2018-11-30 | Improve the diagnostic message | Oliver Scherer | -33/+21 |
| 2018-11-30 | Reenable `const_let` feature gate | Oliver Scherer | -179/+378 |
| 2018-11-30 | Add a test for single variant matches | Oliver Scherer | -2/+23 |
| 2018-11-30 | Improve the error around short circuiting and let bindings | Oliver Scherer | -0/+54 |
| 2018-11-30 | Allow `let` bindings everywhere | Oliver Scherer | -246/+181 |
| 2018-11-30 | Add tests for mutable borrows | Oliver Scherer | -1/+32 |
| 2018-11-30 | Add a test for various const let features | Oliver Scherer | -0/+468 |
| 2018-11-30 | Remove a bunch of now-unnecessary `const_let` feature gates | Oliver Scherer | -3/+0 |
| 2018-11-30 | Stabilize `const_let` inside const functions | Oliver Scherer | -118/+7 |
| 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 |