| Age | Commit message (Expand) | Author | Lines |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -121/+117 |
| 2018-10-04 | Don't try to promote already promoted out temporaries | Oliver Schneider | -0/+17 |
| 2018-10-03 | Move platform dependent output ui tests to compile-fail | Oliver Schneider | -184/+0 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -21/+233 |
| 2018-10-02 | Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obk | Pietro Albini | -4/+27 |
| 2018-10-01 | Fix #54224 (const promotion regression) | Oliver Schneider | -0/+37 |
| 2018-09-30 | also compile-fail test fn ptr comparison promotion | Ralf Jung | -4/+27 |
| 2018-09-30 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -4/+6 |
| 2018-09-25 | Update E0714 to E0716 in tests output | Mikhail Modin | -30/+30 |
| 2018-09-25 | Change the diagnostic number from 714 to 716. | Felix S. Klock II | -13/+13 |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -8/+360 |
| 2018-09-24 | Update ui tests | Matthew Jasper | -150/+0 |
| 2018-09-19 | Make the span of the MIR return place point to the return type | Matthew Jasper | -32/+32 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -0/+5 |
| 2018-09-14 | Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister | kennytm | -0/+2 |
| 2018-09-14 | Rollup merge of #54147 - agnxy:const-eval-test, r=oli-obk | kennytm | -0/+55 |
| 2018-09-12 | Add a test that tries to modify static memory at compile-time | Andrew Xu | -0/+55 |
| 2018-09-11 | Use assertion-like static assertions | Oliver Schneider | -1/+1 |
| 2018-09-11 | Fix const eval of ZST index operations to make the static assertion work | Oliver Schneider | -0/+5 |
| 2018-09-10 | Add rustc SHA to released DWARF debuginfo | Alex Crichton | -0/+2 |
| 2018-09-10 | WIP remove incorrect nll.stderr reference files | Niko Matsakis | -56/+0 |
| 2018-09-10 | insert `AscribeUserType` for ascriptions | Niko Matsakis | -1/+22 |
| 2018-09-08 | Auto merge of #51366 - japaric:stable-panic-impl, r=Mark-Simulacrum | bors | -7/+6 |
| 2018-09-07 | stabilize `#[panic_handler]` | Jorge Aparicio | -7/+6 |
| 2018-09-07 | Rollup merge of #53991 - TimDiekmann:fix-unchecked-intrinsics, r=oli-obk | kennytm | -0/+41 |
| 2018-09-06 | Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obk | bors | -0/+67 |
| 2018-09-06 | Add unchecked_shl/shr checks for intrinsics | Tim | -0/+41 |
| 2018-09-03 | Add regression test for #52475 | Bruno Dutra | -0/+67 |
| 2018-09-03 | Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obk | bors | -0/+308 |
| 2018-09-03 | Auto merge of #53831 - TheDarkula:pointer-check, r=oli-obk | bors | -52/+343 |
| 2018-09-01 | rebase | Tim | -0/+308 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -10/+917 |
| 2018-08-31 | Added pointer checking to sanity checks | thedarkula | -52/+343 |
| 2018-08-31 | Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakis | bors | -1/+92 |
| 2018-08-31 | Add test that min const fns can't call unstable min const fns even with the f... | Oliver Schneider | -2/+16 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -6/+4 |
| 2018-08-31 | Libstd only has `min_const_fn` const fns | Oliver Schneider | -0/+38 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -4/+861 |
| 2018-08-30 | Auto merge of #53535 - TheDarkula:master, r=oli-obk | bors | -9/+65 |
| 2018-08-30 | Made std::intrinsics::transmute() const fn. | thedarkula | -9/+65 |
| 2018-08-30 | Auto merge of #53757 - oli-obk:validation, r=RalfJung | bors | -0/+21 |
| 2018-08-28 | address nits | Ralf Jung | -3/+3 |
| 2018-08-28 | Use partial but correct vtable layout | Oliver Schneider | -0/+21 |
| 2018-08-27 | validate enum discriminant whenever it is read | Ralf Jung | -3/+3 |
| 2018-08-25 | Satisfy tidy | Oliver Schneider | -1/+1 |
| 2018-08-25 | Check cross crate stability of const fn | Oliver Schneider | -1/+92 |
| 2018-08-23 | fix new ui test | Jorge Aparicio | -2/+2 |
| 2018-08-22 | Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co... | bors | -0/+230 |
| 2018-08-22 | Reexpose stability hole in the presence of feature gates | Oliver Schneider | -0/+230 |
| 2018-08-22 | Rollup merge of #53558 - davidtwco:issue-53547, r=estebank | Guillaume Gomez | -2/+2 |