| Age | Commit message (Expand) | Author | Lines |
| 2021-11-16 | Rollup merge of #90910 - RalfJung:const-discriminant-empty-enum, r=petrochenkov | Yuki Okushi | -0/+7 |
| 2021-11-16 | Rollup merge of #90892 - RalfJung:miri-partial-ptr-copy, r=oli-obk | Yuki Okushi | -0/+38 |
| 2021-11-15 | Fix `non-constant value` ICE (#90878) | Nilstrieb | -0/+84 |
| 2021-11-14 | expand comment | Ralf Jung | -0/+1 |
| 2021-11-14 | fix getting the discriminant of a zero-variant enum | Ralf Jung | -0/+6 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+25 |
| 2021-11-13 | fix ICE on Miri/CTFE copy of half a pointer | Ralf Jung | -0/+38 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -155/+73 |
| 2021-11-08 | Permit const assertions in stdlib | Jacob Pratt | -0/+46 |
| 2021-11-08 | Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkov | bors | -0/+94 |
| 2021-11-07 | Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett | bors | -1/+3 |
| 2021-11-07 | Restrict tests that use needs-asm-support to non-experimental | Amanieu d'Antras | -1/+3 |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -155/+73 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+94 |
| 2021-11-03 | `addr_of!` grants mutable access, maybe? | Tomasz Miąsko | -6/+58 |
| 2021-10-31 | Test that promotion follows references when looking for drop | Tomasz Miąsko | -9/+100 |
| 2021-10-29 | Fix a format_args span to be expansion | Cameron Steffen | -0/+3 |
| 2021-10-29 | Auto merge of #90373 - tmiasko:union-qualification, r=oli-obk | bors | -0/+89 |
| 2021-10-28 | Use type based qualification for unions | Tomasz Miąsko | -0/+89 |
| 2021-10-26 | Consider indirect mutation during const qualification dataflow | Tomasz Miąsko | -0/+93 |
| 2021-10-23 | Reset qualifs when a storage of a local ends | Tomasz Miąsko | -0/+20 |
| 2021-10-22 | Rollup merge of #90069 - tmiasko:promoted-const-qualif, r=oli-obk | Yuki Okushi | -0/+9 |
| 2021-10-19 | Reject closures in patterns | Tomasz Miąsko | -0/+8 |
| 2021-10-19 | Rollup merge of #89997 - cameron1024:const-str-as-bytes-ice, r=JohnTitor | Matthias Krüger | -0/+28 |
| 2021-10-19 | Fix const qualification when executed after promotion | Tomasz Miąsko | -0/+9 |
| 2021-10-18 | Do not promote values with const drop that need to be dropped | Tomasz Miąsko | -0/+39 |
| 2021-10-18 | add test for issue 84957 | cameron | -0/+28 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -7/+7 |
| 2021-10-16 | Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli... | Matthias Krüger | -8/+5 |
| 2021-10-15 | Bless tests | Cameron Steffen | -7/+7 |
| 2021-10-13 | Rollup merge of #89768 - hellow554:tests, r=Mark-Simulacrum | Yuki Okushi | -0/+21 |
| 2021-10-12 | add some more testcases | Marcel Hellwig | -0/+21 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -1/+1 |
| 2021-10-08 | bless warnings | Eliza Weisman | -0/+1 |
| 2021-10-04 | Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplett | Manish Goregaokar | -9/+9 |
| 2021-10-04 | Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett | Jubilee | -194/+85 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -194/+85 |
| 2021-10-04 | Stabilize `unreachable_unchecked` as `const fn` | Jacob Pratt | -8/+5 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -12/+12 |
| 2021-10-03 | Follow the diagnostic output style guide | Hirochika Matsumoto | -9/+9 |
| 2021-10-02 | Add regression test for #89432 | Albin Hedman | -0/+9 |
| 2021-10-02 | Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk" | Albin Hedman | -23/+0 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -0/+23 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -1/+1 |
| 2021-09-29 | Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk | bors | -1/+4 |
| 2021-09-26 | Replace `Pat` with a new intermediate representation | Nadrieril | -1/+4 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -1/+1 |
| 2021-09-25 | Bless tests | Gary Guo | -2/+2 |
| 2021-09-21 | Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obk | the8472 | -0/+48 |
| 2021-09-21 | add case for checking const refs in check_const_value_eq | b-naber | -0/+48 |