| Age | Commit message (Expand) | Author | Lines |
| 2019-09-15 | const interning: move mutability computation into intern_shallow, and always ... | Ralf Jung | -1/+1 |
| 2019-09-11 | Auto merge of #64271 - Centril:non-exhaustive-peel-refs, r=estebank | bors | -20/+23 |
| 2019-09-10 | Rollup merge of #63786 - tspiteri:const-abs, r=alexcrichton | Mazdak Farrokhzad | -0/+22 |
| 2019-09-09 | check_match: unify check_irrefutable & check_exhaustive more. | Mazdak Farrokhzad | -20/+20 |
| 2019-09-09 | check_match: refactor + improve non-exhaustive diag for default binding modes. | Mazdak Farrokhzad | -0/+3 |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -1/+18 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -68/+68 |
| 2019-09-05 | Rollup merge of #64063 - JohnTitor:fix-const-err, r=oli-obk | Mazdak Farrokhzad | -8/+178 |
| 2019-09-02 | Fix tests again | Yuki Okushi | -39/+194 |
| 2019-09-02 | Fix condition and tests' flags | Yuki Okushi | -40/+41 |
| 2019-09-02 | Fix overflow_check | Yuki Okushi | -19/+63 |
| 2019-09-02 | Add `opt-level` check | Yuki Okushi | -45/+17 |
| 2019-09-01 | Fix const_err with `-(-0.0)` | Yuki Okushi | -14/+12 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -10/+6 |
| 2019-08-30 | Rollup merge of #64015 - RalfJung:const-tests, r=oli-obk | Mazdak Farrokhzad | -60/+84 |
| 2019-08-30 | add test | Ralf Jung | -0/+29 |
| 2019-08-30 | const-eval tests: make all unions repr(C) | Ralf Jung | -59/+79 |
| 2019-08-30 | explain why REF_AS_USIZE is important | Ralf Jung | -0/+3 |
| 2019-08-30 | tweak const-valid test | Ralf Jung | -1/+2 |
| 2019-08-30 | make unions repr(C) | Ralf Jung | -18/+21 |
| 2019-08-30 | better variable names | Ralf Jung | -28/+28 |
| 2019-08-29 | Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obk | Mazdak Farrokhzad | -66/+123 |
| 2019-08-28 | Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakis | bors | -5/+5 |
| 2019-08-26 | adjust tests | Ralf Jung | -18/+9 |
| 2019-08-25 | test for too long slices | Ralf Jung | -7/+17 |
| 2019-08-25 | validate raw wide pointers | Ralf Jung | -66/+122 |
| 2019-08-25 | factor wide ptr metadata checking into separate method | Ralf Jung | -6/+6 |
| 2019-08-23 | Simplify eager normalization of constants | Oliver Scherer | -5/+5 |
| 2019-08-22 | Changed tests | Wesley Wiser | -37/+16 |
| 2019-08-21 | test const abs, wrapping_abs, and overflowing_abs | Trevor Spiteri | -0/+22 |
| 2019-08-19 | Cherry-pick src/test changes with Centril's changes | sd234678 | -27/+22 |
| 2019-08-19 | test: add test from #61041. | Eduard-Mihai Burtescu | -0/+60 |
| 2019-08-18 | Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddyb | bors | -0/+19 |
| 2019-08-17 | fix tests | Ralf Jung | -3/+3 |
| 2019-08-17 | Add tests | Oliver Scherer | -0/+19 |
| 2019-08-16 | Rollup merge of #62593 - kper:cleanup_abi, r=Centril | Mazdak Farrokhzad | -9/+0 |
| 2019-08-15 | Group all ui tests and move to abi #62593 | Kevin Per | -9/+0 |
| 2019-08-15 | Rollup merge of #63582 - JohnTitor:fix-ice-63226, r=oli-obk | Mazdak Farrokhzad | -0/+26 |
| 2019-08-15 | Adjust regression test | Yuki Okushi | -0/+26 |
| 2019-08-14 | Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk | Mazdak Farrokhzad | -15/+21 |
| 2019-08-10 | fix test | Ralf Jung | -6/+55 |
| 2019-08-06 | pretty-pretty extremal constants! | Zack M. Davis | -12/+12 |
| 2019-08-06 | Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=Centril | Mazdak Farrokhzad | -48/+5 |
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -48/+5 |
| 2019-08-05 | Update to new passing-ui-test scheme | Oliver Scherer | -2/+2 |
| 2019-08-05 | Address comment and formatting nits | Oliver Scherer | -1/+1 |
| 2019-08-05 | Add regression tests | Oliver Scherer | -0/+37 |
| 2019-08-03 | Auto merge of #63234 - Centril:rollup-h9t731z, r=Centril | bors | -40/+40 |
| 2019-08-03 | bless | Ralf Jung | -40/+40 |
| 2019-08-02 | fix rebase fallout | Ralf Jung | -6/+7 |