| Age | Commit message (Expand) | Author | Lines |
| 2022-08-29 | Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr | Matthias Krüger | -10/+10 |
| 2022-08-28 | entirely get rid of NeedsRfc CTFE errors | Ralf Jung | -0/+3 |
| 2022-08-28 | CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just... | Ralf Jung | -2/+2 |
| 2022-08-28 | Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk | Matthias Krüger | -0/+17 |
| 2022-08-27 | adjust tests | Ralf Jung | -20/+299 |
| 2022-08-27 | Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar... | Yuki Okushi | -4/+1 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -391/+262 |
| 2022-08-26 | add a test | Ralf Jung | -0/+17 |
| 2022-08-25 | Do not include `const_ptr_sub_ptr` in this stabilization | Deadbeef | -0/+1 |
| 2022-08-25 | Stabilize `const_ptr_offset_from`. | Deadbeef | -4/+0 |
| 2022-08-23 | extra sanity check against consts pointing to mutable memory | Ralf Jung | -10/+10 |
| 2022-08-23 | Rollup merge of #100861 - RalfJung:const-ice, r=oli-obk | Matthias Krüger | -0/+20 |
| 2022-08-22 | bless ui tests | Nilstrieb | -1/+1 |
| 2022-08-21 | fix ICE with extra-const-ub-checks | Ralf Jung | -0/+20 |
| 2022-08-21 | Adjust messages, address some nits | Michael Goulet | -2/+2 |
| 2022-08-20 | Rollup merge of #100507 - cameron1024:suggest-lazy, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2022-08-19 | Rollup merge of #100208 - RalfJung:dyn-upcast-nop, r=petrochenkov | Dylan DPC | -20/+38 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -6/+6 |
| 2022-08-14 | suggest lazy-static for non-const statics | cameron | -0/+3 |
| 2022-08-13 | `assert_{inhabited,zero_valid,uninit_valid}` intrinsics are safe | Tomasz Miąsko | -6/+6 |
| 2022-08-12 | Rollup merge of #100229 - RalfJung:extra-const-ub-checks, r=lcnr | Dylan DPC | -0/+116 |
| 2022-08-09 | compare with-flag to without-flag | Ralf Jung | -19/+21 |
| 2022-08-07 | Fail gracefully when const pattern is not structural match. | Camille GILLOT | -0/+41 |
| 2022-08-07 | add -Zextra-const-ub-checks to enable more UB checking in const-eval | Ralf Jung | -0/+114 |
| 2022-08-06 | make NOP dyn casts not require anything about the vtable | Ralf Jung | -20/+38 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -6/+8 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -3/+3 |
| 2022-07-27 | Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=... | Guillaume Gomez | -4/+17 |
| 2022-07-26 | Fix diagnostics for unfulfilled obligations | Deadbeef | -10/+0 |
| 2022-07-26 | bless tests, remove nonexistent E0395 | Deadbeef | -43/+83 |
| 2022-07-25 | Deeply deny fn and raw ptrs in const generics | Michael Goulet | -4/+17 |
| 2022-07-24 | interpret, ptr_offset_from: refactor and test too-far-apart check | Ralf Jung | -18/+99 |
| 2022-07-22 | Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe... | Dylan DPC | -2/+2 |
| 2022-07-20 | bless some tests | Ralf Jung | -52/+39 |
| 2022-07-20 | make use of symbolic vtables in interpreter | Ralf Jung | -166/+181 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -49/+49 |
| 2022-07-19 | feat: omit suffixes in const generics (e.g. `1_i32`) | Artur Sinila | -2/+2 |
| 2022-07-15 | Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi... | bors | -6/+6 |
| 2022-07-13 | add array tests, cleanup, tidy, and bless | Ralf Jung | -3/+3 |
| 2022-07-13 | remove untagged_union feature gate | Ralf Jung | -16/+18 |
| 2022-07-09 | Partially stabilize const_slice_from_raw_parts | Konrad Borowski | -2/+0 |
| 2022-07-09 | Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obk | Dylan DPC | -0/+18 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -1/+1 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -3/+3 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -3/+5 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -1/+1 |
| 2022-07-06 | update test | Miguel Guarniz | -6/+6 |
| 2022-07-06 | bless | Ralf Jung | -7/+7 |
| 2022-07-06 | fix ICE in ConstProp | Ralf Jung | -0/+18 |
| 2022-07-05 | add test | Ralf Jung | -0/+15 |