| Age | Commit message (Expand) | Author | Lines |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+38 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -1/+1 |
| 2021-03-13 | Auto merge of #82891 - cjgillot:monoparent, r=petrochenkov | bors | -2/+2 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -2/+2 |
| 2021-03-12 | Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebank | bors | -4/+4 |
| 2021-03-10 | fix error message for copy(_nonoverlapping) overflow | Ralf Jung | -2/+48 |
| 2021-03-10 | add regression test | Ralf Jung | -0/+68 |
| 2021-03-09 | Deprecate items that accidentally weren't deprecated | bstrie | -1/+1 |
| 2021-03-09 | improve `const fn` `RepeatVec` diagnostics | Henry Boisdequin | -4/+4 |
| 2021-03-07 | Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkov | Yuki Okushi | -0/+123 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+123 |
| 2021-03-05 | Bump mir-opt-level from 2 to 3 in tests | Santiago Pastorino | -4/+4 |
| 2021-03-05 | Bump mir-opt-level from 3 to 4 in tests | Santiago Pastorino | -3/+3 |
| 2021-03-02 | Rollup merge of #80734 - abonander:ab/issue-66693, r=oli-obk | Guillaume Gomez | -4/+92 |
| 2021-03-01 | check that first arg to `panic!()` in const is `&str` | Austin Bonander | -4/+92 |
| 2021-02-25 | Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkor | Dylan DPC | -0/+19 |
| 2021-02-25 | add helpful error notes and fix the false 'defined here' messages | Henry Boisdequin | -0/+19 |
| 2021-02-21 | Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-se | bors | -4/+1 |
| 2021-02-18 | Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPC | Yuki Okushi | -0/+150 |
| 2021-02-16 | Move some tests to more reasonable directories | Caio | -0/+150 |
| 2021-02-16 | add test | Ralf Jung | -10/+37 |
| 2021-02-15 | Rollup merge of #82061 - RalfJung:ctfe-read-pointer-as-bytes, r=oli-obk | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebank | Jonas Schievink | -0/+22 |
| 2021-02-14 | Fix UI tests and merge `assert_eq` and `assert_ne` internal functions | Benoît du Garreau | -4/+1 |
| 2021-02-14 | update message | Henry Boisdequin | -2/+4 |
| 2021-02-13 | CTFE validation: catch ReadPointerAsBytes and better error | Ralf Jung | -1/+1 |
| 2021-02-08 | Rollup merge of #81779 - geogriff:const-ptr-to-int-error, r=lcnr | Mara Bos | -9/+9 |
| 2021-02-08 | Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnay | bors | -5/+0 |
| 2021-02-07 | Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisa | bors | -3/+7 |
| 2021-02-05 | fix ui tests referencing pointer-to-integer cast error message | Jeffrey Griffin | -9/+9 |
| 2021-02-05 | Move type size check tests to new dir ui/limits | Ömer Sinan Ağacan | -71/+0 |
| 2021-02-03 | Allow/fix non_fmt_panic in tests. | Mara Bos | -20/+21 |
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -259/+923 |
| 2021-02-03 | added a suggestion to create a `const` item if the `fn` in the array repeat e... | Henry Boisdequin | -0/+20 |
| 2021-02-01 | Rollup merge of #81387 - c410-f3r:tests-tests-tests, r=petrochenkov | Jonas Schievink | -0/+119 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -16/+18 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+119 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -18/+9 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -18/+9 |
| 2021-01-30 | Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se | Yuki Okushi | -14/+12 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -14/+12 |
| 2021-01-29 | Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obk | Yuki Okushi | -51/+30 |
| 2021-01-27 | Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obk | Yuki Okushi | -0/+43 |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -16/+18 |
| 2021-01-24 | Ignore test on 32-bit architectures | Camelid | -1/+4 |
| 2021-01-24 | Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJung | Jonas Schievink | -138/+283 |
| 2021-01-24 | clean up some const error reporting around promoteds | Ralf Jung | -51/+30 |
| 2021-01-23 | Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve... | Caleb Zulawski | -3/+7 |
| 2021-01-23 | Put dynamic check tests into their own file | oli | -24/+64 |
| 2021-01-23 | Cover more cases in the test suite | oli | -38/+99 |