| Age | Commit message (Expand) | Author | Lines |
| 2022-07-30 | allow numbers with provenance within CTFE execution | Ralf Jung | -464/+359 |
| 2022-06-19 | Mention formatting macros when encountering ArgumentV1::new in const | Michael Goulet | -0/+99 |
| 2022-06-19 | Bless 32bit ui tests. | Camille GILLOT | -12/+12 |
| 2022-06-19 | Make some lints incremental. | Camille GILLOT | -15/+41 |
| 2022-06-15 | Rollup merge of #98026 - c410-f3r:z-errors, r=petrochenkov | Yuki Okushi | -0/+20 |
| 2022-06-14 | rebase | b-naber | -32/+104 |
| 2022-06-14 | address review | b-naber | -1/+1 |
| 2022-06-14 | bless 32-bit ui tests | b-naber | -4/+10 |
| 2022-06-14 | address review | b-naber | -5/+5 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -78/+260 |
| 2022-06-13 | Move tests | Caio | -0/+20 |
| 2022-06-09 | interpret: unify offset_from check with offset check | Ralf Jung | -13/+13 |
| 2022-06-09 | Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnr | bors | -6/+6 |
| 2022-06-08 | Stabilize `const_intrinsic_copy` | Yuki Okushi | -7/+7 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -10/+4 |
| 2022-06-06 | Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obk | bors | -357/+390 |
| 2022-06-05 | interpret: better control over whether we read data with provenance, and impl... | Ralf Jung | -357/+390 |
| 2022-06-04 | use precise spans for recursive const evaluation | Ralf Jung | -6/+6 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -10/+4 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -10/+8 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -10/+8 |
| 2022-05-28 | Move some tests to more reasonable places | Caio | -0/+12 |
| 2022-05-24 | Add the transmute and asm checks to typeck as deferred checks | Oli Scherer | -34/+4 |
| 2022-05-24 | trait selection errors should poison the typeck results, too, so that const e... | Oli Scherer | -10/+17 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -2/+2 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -4/+3 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+12 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -0/+12 |
| 2022-05-19 | bless 32bit | Ralf Jung | -11/+11 |
| 2022-05-19 | interpret/validity: separately control checking numbers for being init and no... | Ralf Jung | -24/+24 |
| 2022-05-19 | Proper const stability check, default to unstable | Jacob Pratt | -4/+3 |
| 2022-05-18 | Rollup merge of #97116 - RalfJung:ref-validity, r=oli-obk | Yuki Okushi | -4/+4 |
| 2022-05-17 | bless 32bit | Ralf Jung | -2/+2 |
| 2022-05-17 | interpret/validity: reject references to uninhabited types | Ralf Jung | -2/+2 |
| 2022-05-17 | Add a test for fn pointer calls in consts | mbartlett21 | -0/+36 |
| 2022-05-17 | Update function pointer call error message | mbartlett21 | -1/+1 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -2/+2 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -2/+2 |
| 2022-05-12 | Auto merge of #95837 - scottmcm:ptr-offset-from-unsigned, r=oli-obk | bors | -3/+41 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -1/+2 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -1/+1 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -3/+40 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+1 |
| 2022-05-05 | Allow unused rules in the testsuite where the lint triggers | est31 | -0/+1 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -2/+2 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -2/+2 |
| 2022-05-04 | Generate an intermediate temporary for `Drop` constants. | Oli Scherer | -4/+9 |
| 2022-05-04 | Add regression test | Oli Scherer | -0/+26 |
| 2022-04-30 | Also report the call site of PME errors locally. | Oli Scherer | -0/+12 |
| 2022-04-28 | Update the diagnostic message to match the new span | Oli Scherer | -7/+7 |