| Age | Commit message (Expand) | Author | Lines |
| 2021-06-12 | Rollup merge of #86174 - lqd:const-ub-align, r=RalfJung | Yuki Okushi | -0/+48 |
| 2021-06-11 | Auto merge of #85994 - tmiasko:monomorphic-needs-drop, r=RalfJung | bors | -0/+37 |
| 2021-06-09 | detect incorrect vtable alignment during const eval instead of ICE-ing | Rémy Rakic | -0/+48 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -114/+0 |
| 2021-06-07 | Revert "Update tests" | bjorn3 | -2/+2 |
| 2021-06-05 | Disallow non-monomorphic calls to `needs_drop` in interpreter | Tomasz Miąsko | -0/+37 |
| 2021-06-04 | Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). | Felix S. Klock II | -114/+0 |
| 2021-05-31 | Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJung | bors | -128/+56 |
| 2021-05-30 | Emit a hard error when a panic occurs during const-eval | Aaron Hill | -128/+56 |
| 2021-05-30 | Update tests | bjorn3 | -2/+2 |
| 2021-05-28 | const eval errors: display the current item instance if there are generics in... | Rémy Rakic | -2/+2 |
| 2021-05-27 | don't trim paths in collector PME message | Rémy Rakic | -2/+2 |
| 2021-05-26 | Rollup merge of #85633 - lqd:stackless_span_stacks, r=oli-obk | Dylan DPC | -0/+56 |
| 2021-05-25 | add test for issue 85155 and similar | Rémy Rakic | -0/+56 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -10/+2 |
| 2021-05-22 | Remove some errors in UI tests | LeSeulArtichaut | -10/+2 |
| 2021-05-22 | const_fn_unsize: check that the cast behaves correctly | Ralf Jung | -3/+10 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -75/+31 |
| 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 |