| Age | Commit message (Expand) | Author | Lines |
| 2022-07-05 | Rollup merge of #98860 - RalfJung:dangling-int-ptr, r=davidtwco | Matthias Krüger | -21/+21 |
| 2022-07-05 | adjust dangling-int-ptr error message | Ralf Jung | -21/+21 |
| 2022-07-05 | Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors | Dylan DPC | -2/+2 |
| 2022-07-02 | Rollup merge of #98701 - TaKO8Ki:add-regression-test-for-50439, r=Mark-Simula... | Ralf Jung | -0/+39 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -1439/+829 |
| 2022-06-30 | lint: port non-fmt-panic diagnostics | David Wood | -2/+2 |
| 2022-06-30 | add regression test for #50439 | Takayuki Maeda | -0/+39 |
| 2022-06-29 | fix stderr by hand since that test is not run on my system | Ralf Jung | -4/+4 |
| 2022-06-29 | interpret: adjust error from constructing an invalid value | Ralf Jung | -164/+164 |
| 2022-06-28 | Rollup merge of #98560 - TaKO8Ki:add-regression-test-for-85907, r=Mark-Simula... | Matthias Krüger | -0/+17 |
| 2022-06-27 | add regression test for #85907 | Takayuki Maeda | -0/+17 |
| 2022-06-26 | Rollup merge of #97743 - RalfJung:const-err-future-breakage, r=estebank | Matthias Krüger | -0/+2697 |
| 2022-06-25 | bless after rebase | Ralf Jung | -23/+711 |
| 2022-06-25 | bless remaining tests | Ralf Jung | -0/+53 |
| 2022-06-25 | make const_err show up in future breakage reports | Ralf Jung | -0/+1956 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -1/+1 |
| 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 |