| Age | Commit message (Expand) | Author | Lines |
| 2022-07-21 | beta backport of arg mismatch bugfix | Michael Goulet | -16/+3 |
| 2022-06-23 | Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r... | Michael Goulet | -2/+4 |
| 2022-06-22 | add "was" to pluralize macro and use it | Takayuki Maeda | -1/+1 |
| 2022-06-22 | stop pointing at definitions of missing fields | Takayuki Maeda | -5/+1 |
| 2022-06-22 | Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=... | bors | -2/+2 |
| 2022-06-22 | Rollup merge of #98199 - c410-f3r:z-errors, r=petrochenkov | Yuki Okushi | -904/+0 |
| 2022-06-21 | Move some tests to more reasonable directories | Caio | -904/+0 |
| 2022-06-21 | Avoid an ICE and instead let the compiler report a useful error | Oli Scherer | -0/+27 |
| 2022-06-20 | Auto merge of #98284 - JohnTitor:rollup-7lbs143, r=JohnTitor | bors | -4/+4 |
| 2022-06-20 | point at private fields in struct literal | Takayuki Maeda | -2/+8 |
| 2022-06-19 | Be more specific for what lifetimes are not allowed on | Michael Goulet | -4/+4 |
| 2022-06-19 | Make missing argument placeholder more obvious that it's a placeholder | Michael Goulet | -3/+3 |
| 2022-06-19 | collapse dead code warnings into a single diagnostic | Takayuki Maeda | -2/+2 |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -16/+16 |
| 2022-06-16 | --bless ui | Maybe Waffle | -4/+3 |
| 2022-06-16 | fix one more case of trailing space | klensy | -11/+11 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -5/+5 |
| 2022-06-16 | Rollup merge of #98119 - EdwinRy:path-parenthesized-type-error, r=estebank | Yuki Okushi | -4/+6 |
| 2022-06-15 | Auto merge of #98123 - JohnTitor:rollup-rfg1a4s, r=JohnTitor | bors | -441/+0 |
| 2022-06-15 | Rollup merge of #98026 - c410-f3r:z-errors, r=petrochenkov | Yuki Okushi | -441/+0 |
| 2022-06-15 | Auto merge of #97474 - compiler-errors:if-cond-and-block, r=oli-obk | bors | -3/+9 |
| 2022-06-15 | Refactor path segment parameter error | EdwinRy | -4/+6 |
| 2022-06-14 | address review | b-naber | -1/+1 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -73/+51 |
| 2022-06-13 | Improve parsing errors and suggestions for bad if statements | Michael Goulet | -3/+9 |
| 2022-06-13 | Move tests | Caio | -441/+0 |
| 2022-06-12 | Rollup merge of #98012 - compiler-errors:poly-trait-refs-are-traits, r=cjgillot | Dylan DPC | -4/+4 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -1/+1 |
| 2022-06-11 | ValuePairs::PolyTraitRefs should be called 'trait' | Michael Goulet | -4/+4 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -474/+33 |
| 2022-06-03 | Auto merge of #97694 - Dylan-DPC:rollup-2yxo7ce, r=Dylan-DPC | bors | -12/+20 |
| 2022-06-03 | Rollup merge of #97471 - estebank:prohibit-generics, r=cjgillot | Dylan DPC | -12/+20 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -105/+170 |
| 2022-06-03 | Auto merge of #97497 - c410-f3r:z-errors, r=petrochenkov | bors | -425/+0 |
| 2022-06-02 | Rollup merge of #97023 - cjgillot:uniform-anon, r=estebank | Dylan DPC | -3/+3 |
| 2022-06-02 | rebase | lcnr | -0/+1 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -105/+169 |
| 2022-06-01 | Make output more specific | Esteban Küber | -12/+20 |
| 2022-06-01 | Mention filename in suggestion when it differs from primary span | Esteban Küber | -0/+1 |
| 2022-05-29 | Make lifetime errors more precise in the presence of `Fresh` lifetimes. | Camille GILLOT | -3/+3 |
| 2022-05-28 | Move some tests to more reasonable places | Caio | -425/+0 |
| 2022-05-28 | Improve error message for E0081 | Bryysen | -23/+48 |
| 2022-05-22 | Use revisions for NLL in issues | Jack Huey | -78/+159 |
| 2022-05-22 | Rollup merge of #97043 - c410-f3r:z-errors, r=petrochenkov | Jack Huey | -324/+0 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+6 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -0/+6 |
| 2022-05-20 | Move tests | Caio | -324/+0 |
| 2022-05-20 | Auto merge of #97027 - cuviper:yesalias-refcell, r=thomcc | bors | -0/+36 |
| 2022-05-18 | Rollup merge of #96378 - compiler-errors:trait-upcast-error, r=nagisa | Dylan DPC | -1/+2 |
| 2022-05-17 | Mention traits being upcasted, types being coerced | Michael Goulet | -1/+2 |