| Age | Commit message (Expand) | Author | Lines |
| 2019-12-23 | Constants reading or referencing statics is illegal | Oliver Scherer | -4/+4 |
| 2019-12-23 | Dynamically prevent constants from accessing statics | Oliver Scherer | -3/+144 |
| 2019-12-23 | Panic on mutable allocs in constants | Oliver Scherer | -0/+44 |
| 2019-12-23 | Fix ICE in mir interpretation | Oliver Scherer | -0/+9 |
| 2019-12-22 | Auto merge of #67505 - Centril:rollup-7win7ty, r=Centril | bors | -16/+16 |
| 2019-12-21 | fix rebase fallout | Mazdak Farrokhzad | -8/+9 |
| 2019-12-21 | rework run-fail and support check,build-fail | Mazdak Farrokhzad | -77/+117 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -16/+16 |
| 2019-12-20 | Require const stability attributes on intrinsics to be able to use them in co... | Oliver Scherer | -0/+5 |
| 2019-12-20 | Rollup merge of #67163 - TheSamsa:split-up-ptr-mod, r=Mark-Simulacrum | Mazdak Farrokhzad | -10/+10 |
| 2019-12-20 | Rollup merge of #64588 - matthewjasper:mir-address-of, r=oli-obk | Mazdak Farrokhzad | -23/+255 |
| 2019-12-20 | Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r... | Mazdak Farrokhzad | -2/+2 |
| 2019-12-19 | Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ... | Christoph Schmidler | -10/+10 |
| 2019-12-18 | Add more tests for raw_ref_op | Matthew Jasper | -0/+202 |
| 2019-12-18 | Update test now that reference to pointer casts have more checks | Matthew Jasper | -23/+46 |
| 2019-12-18 | Check const-propagation of borrows of unsized places | Matthew Jasper | -0/+7 |
| 2019-12-15 | Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk | bors | -102/+454 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -9/+12 |
| 2019-12-14 | add `#![feature(never_type)]` to tests as needed | Niko Matsakis | -8/+11 |
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -1/+1 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -23/+39 |
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -2/+2 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -2/+2 |
| 2019-12-13 | Ensure test actually uses dataflow, not simulation | Dylan MacKenzie | -3/+7 |
| 2019-12-13 | Apply suggestions from review | Dylan MacKenzie | -0/+2 |
| 2019-12-13 | Fix grammar in test description | ecstatic-morse | -1/+1 |
| 2019-12-13 | Bless modified tests | Dylan MacKenzie | -80/+298 |
| 2019-12-13 | Bless unrelated tests with new help message | Dylan MacKenzie | -13/+37 |
| 2019-12-13 | Add qualif smoke tests for const loops | Dylan MacKenzie | -0/+61 |
| 2019-12-13 | Extend control flow basics tests with loops | Dylan MacKenzie | -9/+52 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -18/+34 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -5/+5 |
| 2019-12-12 | Require `allow_internal_unstable` for stable min_const_fn using unstable feat... | Oliver Scherer | -27/+32 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -2/+2 |
| 2019-12-11 | Rollup merge of #67164 - matthewjasper:never-remove-const, r=oli-obk | Mazdak Farrokhzad | -0/+114 |
| 2019-12-11 | Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiser | Yuki Okushi | -0/+41 |
| 2019-12-09 | Ensure that unevaluated constants of type `!` are present in the MIR | Matthew Jasper | -0/+114 |
| 2019-12-09 | Show const_err lint in addition to the hard error | Oliver Scherer | -2/+16 |
| 2019-12-08 | Ensure that we get a hard error on generic ZST constants if their body causes... | Oliver Scherer | -0/+27 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -23/+0 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -69/+20 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -68/+152 |
| 2019-12-05 | Rename test filename to match others. | Adam Perry | -41/+0 |
| 2019-12-05 | Implement #[track_caller] in const. | Adam Perry | -9/+27 |
| 2019-12-05 | add regression test for issue 67053 | Remy Rakic | -0/+51 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -4/+23 |
| 2019-12-03 | Rollup merge of #66960 - wesleywiser:fix_66787_take2, r=oli-obk,RalfJung | Mazdak Farrokhzad | -0/+39 |
| 2019-12-03 | [const-prop] Fix ICE calculating enum discriminant | Wesley Wiser | -0/+39 |
| 2019-12-03 | Move all intrinsic whitelists into the constness check file | Oliver Scherer | -4/+4 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -0/+19 |