| Age | Commit message (Expand) | Author | Lines |
| 2021-05-17 | Auto merge of #85353 - jonas-schievink:async-blocks-in-ctfe, r=oli-obk | bors | -11/+43 |
| 2021-05-16 | Add tracking issue | Jonas Schievink | -0/+2 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -11/+41 |
| 2021-05-15 | 32bit bless | Ralf Jung | -38/+28 |
| 2021-05-15 | split ui test stderr by bitwidth | Ralf Jung | -1/+17 |
| 2021-05-15 | get rid of a bunch of unnecessary NOTE in const tests | Ralf Jung | -81/+46 |
| 2021-05-15 | handle pointers in str | Ralf Jung | -0/+20 |
| 2021-05-13 | Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk | bors | -139/+0 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -2/+24 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -42/+42 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -17/+0 |
| 2021-05-12 | rustc_args_required_const is no longer a promotion site | Ralf Jung | -122/+0 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unsafe function calls | LeSeulArtichaut | -2/+24 |
| 2021-05-09 | more erroneous-const tests | Ralf Jung | -3/+63 |
| 2021-05-09 | ensure failing promoteds in const/static bodies are handled correctly | Ralf Jung | -16/+38 |
| 2021-05-08 | Auto merge of #83278 - Amanieu:bump_stdarch, r=Mark-Simulacrum | bors | -33/+27 |
| 2021-05-08 | Bump stdarch submodule | Amanieu d'Antras | -33/+27 |
| 2021-05-07 | bless 32bit | Ralf Jung | -1/+1 |
| 2021-05-07 | fix null pointer error messages | Ralf Jung | -2/+2 |
| 2021-05-06 | 32bit bless | Ralf Jung | -1/+1 |
| 2021-05-06 | use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error | Ralf Jung | -7/+7 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -9/+9 |
| 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 |