| Age | Commit message (Expand) | Author | Lines |
| 2018-11-22 | Replace the ICEing on const fn loops with an error | Oliver Scherer | -0/+13 |
| 2018-11-12 | Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value` | Oliver Scherer | -0/+74 |
| 2018-11-01 | Fix wrong validation clasisfication of `Option<&T>::Some` values | Oliver Scherer | -0/+18 |
| 2018-10-31 | Fix an ICE in the min_const_fn analysis | Oliver Scherer | -0/+23 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -132/+132 |
| 2018-10-19 | skip user-type annotations if they don't have regions | Niko Matsakis | -19/+4 |
| 2018-10-19 | lowering casts in constants now creates multiple uses | Niko Matsakis | -6/+21 |
| 2018-10-19 | Auto merge of #55194 - kennytm:rollup, r=kennytm | bors | -0/+61 |
| 2018-10-19 | Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung | kennytm | -0/+61 |
| 2018-10-19 | Auto merge of #55004 - oli-obk:sized_static, r=cramertj | bors | -24/+17 |
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -4/+10 |
| 2018-10-16 | Check the type of statics and constants for `Sized`ness | Oliver Scherer | -24/+17 |
| 2018-10-15 | Add trailing newline to satisfy tidy | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-10-15 | Try to trigger some error cases | Oliver Scherer | -0/+46 |
| 2018-10-14 | Fix ICE and report a human readable error | Oliver Scherer | -0/+15 |
| 2018-10-13 | validation: accept pointers in integer arrays | Ralf Jung | -1/+12 |
| 2018-10-13 | Fix and test upvar name printing for validity | Ralf Jung | -0/+36 |
| 2018-10-12 | Auto merge of #54715 - oli-obk:nll_deref_promotion, r=RalfJung | bors | -0/+37 |
| 2018-10-09 | unify handling of thin and fat pointers by moving primitive type handling out... | Ralf Jung | -8/+19 |
| 2018-10-09 | add some tests with constants that better be valid | Ralf Jung | -0/+18 |
| 2018-10-09 | move a test to a better place | Ralf Jung | -0/+254 |
| 2018-10-09 | also validate everything that has a Scalar layout, to catch NonNull | Ralf Jung | -4/+56 |
| 2018-10-09 | fix validating arrays of ZSTs | Ralf Jung | -14/+23 |
| 2018-10-09 | switch validation of scalars to be type-driven | Ralf Jung | -32/+50 |
| 2018-10-09 | check that entire ref is in-bounds before recursing; add macro for validation... | Ralf Jung | -9/+30 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -121/+117 |
| 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 |