| Age | Commit message (Expand) | Author | Lines |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -28/+31 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -10/+9 |
| 2022-05-20 | Ensure we never consider the null pointer dereferencable | Ralf Jung | -0/+4 |
| 2022-05-20 | Rollup merge of #97188 - carbotaniuman:remove-null-assert, r=RalfJung | Guillaume Gomez | -8/+1 |
| 2022-05-20 | Rollup merge of #97185 - RalfJung:number-validity, r=oli-obk | Guillaume Gomez | -15/+33 |
| 2022-05-19 | Remove unneeded asserts | carbotaniuman | -8/+1 |
| 2022-05-19 | fmt | Ralf Jung | -2/+1 |
| 2022-05-19 | interpret/validity: separately control checking numbers for being init and no... | Ralf Jung | -15/+34 |
| 2022-05-19 | Proper const stability check, default to unstable | Jacob Pratt | -19/+35 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -2/+2 |
| 2022-05-19 | Fall back to being const-unstable when undeclared | Jacob Pratt | -19/+6 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -81/+236 |
| 2022-05-18 | Rollup merge of #97116 - RalfJung:ref-validity, r=oli-obk | Yuki Okushi | -6/+11 |
| 2022-05-17 | interpret/validity: reject references to uninhabited types | Ralf Jung | -6/+11 |
| 2022-05-17 | Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitor | bors | -1/+4 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -10/+4 |
| 2022-05-17 | Update function pointer call error message | mbartlett21 | -1/+4 |
| 2022-05-16 | use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons... | b-naber | -81/+236 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -10/+4 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -3/+3 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -35/+112 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -5/+4 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -35/+112 |
| 2022-05-12 | fix clippy expect_fun_call | klensy | -1/+3 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -17/+13 |
| 2022-05-12 | Auto merge of #96889 - Aaron1011:place-ref-remove, r=compiler-errors | bors | -2/+3 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -0/+2 |
| 2022-05-11 | Add a debug check for ordering, and check for isize overflow in CTFE | Scott McMurray | -3/+10 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -5/+19 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -2/+3 |
| 2022-05-11 | Auto merge of #96220 - RalfJung:scalar-no-padding, r=oli-obk | bors | -53/+53 |
| 2022-05-11 | Rollup merge of #95281 - pierwill:fix-85513, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-05-11 | avoid computing Scalar size/align in debug builds | Ralf Jung | -3/+3 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -6/+7 |
| 2022-05-10 | fmt | Ralf Jung | -3/+1 |
| 2022-05-10 | update/remove some old comments | Ralf Jung | -5/+1 |
| 2022-05-10 | even tighter checks for layouts on immediate field projections | Ralf Jung | -6/+11 |
| 2022-05-10 | disable one check for now until #96185 is fixed | Ralf Jung | -4/+5 |
| 2022-05-10 | tighten sanity checks around Scalar and ScalarPair | Ralf Jung | -44/+44 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -17/+13 |
| 2022-05-09 | Auto merge of #96815 - SparrowLii:promote_const, r=oli-obk | bors | -42/+52 |
| 2022-05-09 | use `Result<(),()>` instead of Validity enum | SparrowLii | -54/+35 |
| 2022-05-07 | optimize `promote_consts` by cache the validate check | SparrowLii | -41/+70 |
| 2022-05-06 | Check that field projections have the correct type | Jakob Degen | -1/+55 |
| 2022-05-06 | Fix inaccurate function name in `rustc_const_eval` docs | pierwill | -3/+3 |
| 2022-05-06 | Expand validator to be more precise on checked binary ops | Jakob Degen | -3/+41 |
| 2022-05-05 | Rollup merge of #96714 - RalfJung:scalar-pair-debug, r=oli-obk | Matthias Krüger | -49/+95 |
| 2022-05-05 | give it a scary name | Ralf Jung | -10/+13 |
| 2022-05-04 | interpret: debug-check ScalarPair layout information | Ralf Jung | -43/+86 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |