| Age | Commit message (Expand) | Author | Lines |
| 2019-06-29 | Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkov | Mazdak Farrokhzad | -30/+36 |
| 2019-06-24 | Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obk | bors | -3/+3 |
| 2019-06-24 | promoted_errors: warn -> deny. | Mazdak Farrokhzad | -30/+36 |
| 2019-06-23 | Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum | bors | -2/+0 |
| 2019-06-23 | comment tweaks, better validation errors, update UI tests | Ralf Jung | -3/+3 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -1/+1 |
| 2019-06-16 | compiletest: Validate pass modes harder | Vadim Petrochenkov | -2/+0 |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -3/+10 |
| 2019-06-06 | Bless test output | Wesley Wiser | -0/+12 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -17/+17 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -2/+0 |
| 2019-05-07 | compiletest: only use `make_exe_name` for tests that end up being executed. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-04-22 | Update ui tests | varkor | -2/+2 |
| 2019-04-22 | Remove double trailing newlines | varkor | -7/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -260/+93 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -7/+7 |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -6/+6 |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -8/+15 |
| 2019-03-23 | Deduplicate const eval error spans for better output | Esteban Küber | -6/+2 |
| 2019-03-23 | Swap const evaluation lint spans to point at problem in primary span | Esteban Küber | -182/+210 |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -14/+14 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -71/+71 |
| 2019-02-23 | Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasper | Mazdak Farrokhzad | -6/+8 |
| 2019-02-22 | #58658 bless after line split for tidy | Patrick McCarter | -5/+5 |
| 2019-02-22 | tidy line length override #58617 | Patrick McCarter | -0/+1 |
| 2019-02-22 | Change byte align message wording #58617 | Patrick McCarter | -2/+2 |
| 2019-02-22 | Invalid byte alignment expected/provided in message #58617 | Patrick McCarter | -5/+6 |
| 2019-02-22 | Switch from error patterns to `//~ ERROR` markers. | Felix S. Klock II | -8/+11 |
| 2019-01-22 | Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obk | Mazdak Farrokhzad | -3/+18 |
| 2019-01-21 | fix validation range printing when encountering undef | Ralf Jung | -3/+18 |
| 2019-01-21 | Declare some unconst operations as unsafe in const fn | Oliver Scherer | -12/+12 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -22/+13 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -899/+179 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -21/+15 |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -11/+16 |
| 2018-12-11 | Fix some misbehaving tests | varkor | -3/+3 |
| 2018-12-11 | Update ub-uninhabit tests | varkor | -5/+5 |
| 2018-12-11 | Use unions for uninhabitedness checking rather than mem::transmute | varkor | -25/+17 |
| 2018-12-11 | Update const eval uninhabited messages | varkor | -5/+7 |
| 2018-12-08 | Fixed nll stderr file. | Alexander Regueiro | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 |
| 2018-12-04 | Update tests | Oliver Scherer | -0/+1 |
| 2018-11-30 | Reenable `const_let` feature gate | Oliver Scherer | -17/+37 |
| 2018-11-30 | Allow `let` bindings everywhere | Oliver Scherer | -43/+28 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -15/+77 |
| 2018-11-20 | Explain missing error in test | Oliver Scherer | -1/+4 |
| 2018-11-19 | we now do proper validation on scalars | Ralf Jung | -13/+13 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -16/+22 |
| 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 |