| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). | Felix S. Klock II | -114/+0 |
| 2021-04-29 | re-bless on 32bit | Ralf Jung | -7/+7 |
| 2021-04-29 | remove const_fn feature gate from const tests | Ralf Jung | -102/+68 |
| 2021-04-26 | Auto merge of #84544 - RalfJung:const_fn_in_trait, r=oli-obk | bors | -1/+1 |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -2/+2 |
| 2021-04-25 | 'const fn' in trait are rejected in the AST, this feature gate check is a NOP | Ralf Jung | -1/+1 |
| 2021-04-19 | add gate tests and pacify tidy | Ralf Jung | -0/+91 |
| 2021-04-18 | separate feature flag for unsizing casts in const fn | Ralf Jung | -19/+18 |
| 2021-04-18 | move 'trait bounds on const fn' to separate feature gate | Ralf Jung | -24/+26 |
| 2021-04-11 | stabilize const_cttz | Andreas Jonson | -1/+32 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -28/+25 |
| 2021-04-02 | Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obk | bors | -150/+1777 |
| 2021-04-01 | Limit the problematic tests to x86_64. | Hameer Abbasi | -63/+2 |
| 2021-03-31 | Revert tests | Oli Scherer | -11/+8 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -10/+13 |
| 2021-03-31 | Add 32bit.stderr files. | Hameer Abbasi | -1/+1371 |
| 2021-03-31 | Rename stderr->64bit.stderr where needed. | Hameer Abbasi | -147/+169 |
| 2021-03-31 | Add allocation information to undefined behaviour errors. | Hameer Abbasi | -33/+329 |
| 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 |