| Age | Commit message (Expand) | Author | Lines |
| 2022-09-02 | CTFE: more informative error message on ReadPointerAsBytes trouble | Ralf Jung | -5/+237 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -6/+8 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -3/+3 |
| 2022-07-27 | Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=... | Guillaume Gomez | -4/+17 |
| 2022-07-26 | Fix diagnostics for unfulfilled obligations | Deadbeef | -10/+0 |
| 2022-07-26 | bless tests, remove nonexistent E0395 | Deadbeef | -43/+83 |
| 2022-07-25 | Deeply deny fn and raw ptrs in const generics | Michael Goulet | -4/+17 |
| 2022-07-24 | interpret, ptr_offset_from: refactor and test too-far-apart check | Ralf Jung | -18/+99 |
| 2022-07-22 | Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe... | Dylan DPC | -2/+2 |
| 2022-07-20 | bless some tests | Ralf Jung | -52/+39 |
| 2022-07-20 | make use of symbolic vtables in interpreter | Ralf Jung | -166/+181 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -49/+49 |
| 2022-07-19 | feat: omit suffixes in const generics (e.g. `1_i32`) | Artur Sinila | -2/+2 |
| 2022-07-15 | Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi... | bors | -6/+6 |
| 2022-07-13 | add array tests, cleanup, tidy, and bless | Ralf Jung | -3/+3 |
| 2022-07-13 | remove untagged_union feature gate | Ralf Jung | -16/+18 |
| 2022-07-09 | Partially stabilize const_slice_from_raw_parts | Konrad Borowski | -2/+0 |
| 2022-07-09 | Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obk | Dylan DPC | -0/+18 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -1/+1 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -3/+3 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -3/+5 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -1/+1 |
| 2022-07-06 | update test | Miguel Guarniz | -6/+6 |
| 2022-07-06 | bless | Ralf Jung | -7/+7 |
| 2022-07-06 | fix ICE in ConstProp | Ralf Jung | -0/+18 |
| 2022-07-05 | add test | Ralf Jung | -0/+15 |
| 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 |