| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Fix tests | Mark Rousskov | -0/+2 |
| 2022-10-29 | Add test validating successful backport | Mark Rousskov | -0/+35 |
| 2022-10-04 | Bless test output changes | Frank Steffahn | -1/+1 |
| 2022-09-10 | Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726 | Dylan DPC | -2/+2 |
| 2022-09-09 | review | lcnr | -10/+10 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -2/+2 |
| 2022-09-08 | update ui tests | lcnr | -10/+10 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-08-31 | Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate... | Matthias Krüger | -3/+10 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-29 | Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk | Matthias Krüger | -42/+164 |
| 2022-08-28 | Support method calls | Hirochika Matsumoto | -3/+10 |
| 2022-08-27 | use smaller span for suggestions | Takayuki Maeda | -3/+5 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -38/+20 |
| 2022-08-24 | Add test for #100414 | Michael Goulet | -0/+44 |
| 2022-08-24 | Note binding obligation causes for const equate errors | Michael Goulet | -0/+78 |
| 2022-08-24 | Call them constants instead of types | Michael Goulet | -42/+42 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -1/+1 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -14/+10 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -8/+8 |
| 2022-08-18 | Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t... | Matthias Krüger | -1/+3 |
| 2022-08-17 | point at a type parameter shadowing another type | Takayuki Maeda | -1/+3 |
| 2022-08-12 | Erase regions better in promote_candidate | Michael Goulet | -0/+25 |
| 2022-08-11 | Auto merge of #100315 - compiler-errors:norm-ct-in-proj, r=lcnr | bors | -0/+279 |
| 2022-08-10 | add test | b-naber | -0/+36 |
| 2022-08-09 | Keep going if normalized projection has unevaluated consts in QueryNormalizer | Michael Goulet | -0/+279 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -2/+4 |
| 2022-07-27 | Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=... | Guillaume Gomez | -13/+54 |
| 2022-07-26 | Fix diagnostics for unfulfilled obligations | Deadbeef | -2/+0 |
| 2022-07-26 | bless tests, remove nonexistent E0395 | Deadbeef | -44/+20 |
| 2022-07-25 | handle consts with param/infer in const_eval_resolve better | Michael Goulet | -43/+2 |
| 2022-07-25 | Deeply deny fn and raw ptrs in const generics | Michael Goulet | -13/+54 |
| 2022-07-22 | Do not resolve associated const when there is no provided value | Michael Goulet | -18/+28 |
| 2022-07-22 | Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe... | Dylan DPC | -137/+146 |
| 2022-07-20 | Add regression test for #71547 | Yuki Okushi | -0/+18 |
| 2022-07-19 | feat: omit suffixes in const generics (e.g. `1_i32`) | Artur Sinila | -137/+146 |
| 2022-07-15 | Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi... | bors | -54/+54 |
| 2022-07-14 | Rollup merge of #99222 - atsuzaki:generic_const_err, r=lcnr | Dylan DPC | -7/+10 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -0/+36 |
| 2022-07-14 | Fix overlapping impls | kadmin | -0/+36 |
| 2022-07-13 | Update tests | Katherine Philip | -7/+10 |
| 2022-07-13 | use gathered body_owners in par_body_owners | Miguel Guarniz | -54/+54 |
| 2022-07-13 | Rollup merge of #99168 - TaKO8Ki:add-regression-test-for-74713, r=Dylan-DPC | Guillaume Gomez | -0/+30 |
| 2022-07-12 | add regression test for #74713 | Takayuki Maeda | -0/+30 |
| 2022-07-11 | Deny floats even when adt_const_params is enabled | Michael Goulet | -0/+34 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -3/+3 |
| 2022-07-07 | Auto merge of #98360 - estebank:uninit-binding, r=oli-obk | bors | -4/+5 |
| 2022-07-07 | Wording tweak | Esteban Küber | -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 | -4/+5 |