| Age | Commit message (Expand) | Author | Lines |
| 2022-06-28 | Auto merge of #98222 - cjgillot:single-wf, r=michaelwoerister | bors | -68/+10 |
| 2022-06-26 | compiletest: add issue number param to `known-bug` | David Knaack | -1/+1 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -12/+14 |
| 2022-06-24 | Bless ui tests. | Camille GILLOT | -8/+5 |
| 2022-06-23 | Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r... | Michael Goulet | -2/+4 |
| 2022-06-22 | Uniform spans in dead code lint. | Camille GILLOT | -2/+2 |
| 2022-06-22 | add "was" to pluralize macro and use it | Takayuki Maeda | -1/+1 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -12/+14 |
| 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 | Perform wf checking per module. | Camille GILLOT | -3/+3 |
| 2022-06-21 | Only keep a single well-formed query. | Camille GILLOT | -65/+7 |
| 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 |