| Age | Commit message (Expand) | Author | Lines |
| 2024-01-11 | coverage: Extract helper function `term_for_bcb` | Zalathar | -4/+8 |
| 2024-01-11 | Auto merge of #119837 - matthiaskrgr:rollup-l2olpad, r=matthiaskrgr | bors | -251/+333 |
| 2024-01-11 | Rollup merge of #119803 - oli-obk:even_more_follow_up_errors, r=compiler-errors | Matthias Krüger | -60/+71 |
| 2024-01-11 | Rollup merge of #119790 - celinval:smir-all-traits, r=oli-obk | Matthias Krüger | -15/+59 |
| 2024-01-11 | Rollup merge of #119788 - mj10021:issue-119787-fix, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-01-11 | Rollup merge of #119763 - nnethercote:cleanup-Diagnostic, r=oli-obk | Matthias Krüger | -90/+67 |
| 2024-01-11 | Rollup merge of #119715 - Nadrieril:graceful-type-error, r=compiler-errors | Matthias Krüger | -39/+67 |
| 2024-01-11 | Rollup merge of #119637 - aoli-al:master, r=cuviper | Matthias Krüger | -1/+3 |
| 2024-01-11 | Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnr | Matthias Krüger | -45/+65 |
| 2024-01-11 | Auto merge of #119688 - Nadrieril:dont-alloc-custom-wildcards, r=compiler-errors | bors | -70/+119 |
| 2024-01-11 | Simplify lint error counting. | Nicholas Nethercote | -4/+4 |
| 2024-01-11 | Replace `warn_count`. | Nicholas Nethercote | -29/+12 |
| 2024-01-11 | Move `DiagCtxtInner::deduplicated_warn_count`. | Nicholas Nethercote | -3/+4 |
| 2024-01-11 | Reset `lint_err_count` in `DiagCtxt::reset_err_count`. | Nicholas Nethercote | -0/+1 |
| 2024-01-11 | Change how `force-warn` lint diagnostics are recorded. | Nicholas Nethercote | -48/+40 |
| 2024-01-11 | Rename `TRACK_DIAGNOSTICS` as `TRACK_DIAGNOSTIC`. | Nicholas Nethercote | -6/+6 |
| 2024-01-10 | Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obk | bors | -718/+734 |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -23/+19 |
| 2024-01-10 | More comments | Michael Goulet | -10/+30 |
| 2024-01-10 | Check reveal and can_define_opaque_ty in try_normalize_ty_recur | Michael Goulet | -12/+16 |
| 2024-01-10 | Avoid follow up errors | Oli Scherer | -0/+15 |
| 2024-01-10 | Turn some free functions into methods | Oli Scherer | -53/+53 |
| 2024-01-10 | Use a ty::Error instead of patching up a type after erroring | Oli Scherer | -7/+3 |
| 2024-01-10 | Rollup merge of #119772 - oli-obk:whackamole, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-01-10 | Rollup merge of #106893 - clubby789:struct-update-help, r=compiler-errors | Matthias Krüger | -3/+30 |
| 2024-01-09 | Fix all_trait* methods to return all trait available | Celina G. Val | -15/+59 |
| 2024-01-09 | change function name in comments | mj10021 | -1/+1 |
| 2024-01-09 | Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper | bors | -6/+11 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -6/+11 |
| 2024-01-10 | Add missing `DiagnosticBuilder::eager_diagnostic` method. | Nicholas Nethercote | -1/+5 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -281/+284 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -146/+103 |
| 2024-01-10 | Rename `{create,emit}_warning` as `{create,emit}_warn`. | Nicholas Nethercote | -56/+55 |
| 2024-01-10 | Shorten some error invocations. | Nicholas Nethercote | -14/+14 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -222/+275 |
| 2024-01-10 | Fix incorrect comment. | Nicholas Nethercote | -1/+1 |
| 2024-01-09 | Add error code for missing base expression in struct update syntax | clubby789 | -3/+30 |
| 2024-01-09 | Rollup merge of #119721 - compiler-errors:constness-implication, r=fee1-dead | Guillaume Gomez | -83/+8 |
| 2024-01-09 | Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errors | Guillaume Gomez | -16/+95 |
| 2024-01-09 | Fix an ICE that occurs after an error has already been reported | Oli Scherer | -0/+1 |
| 2024-01-09 | Don't mix combinators and `let else` | Nadrieril | -3/+6 |
| 2024-01-09 | Document the new `expand_and_push` method | Nadrieril | -3/+5 |
| 2024-01-09 | Avoid `PatOrWild` glob import | Nadrieril | -18/+18 |
| 2024-01-09 | Rollup merge of #119758 - erikdesjardins:hurd, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2024-01-09 | Rollup merge of #119723 - nnethercote:rm-Zdont-buffer-diagnostics, r=compiler... | Guillaume Gomez | -10/+1 |
| 2024-01-09 | Rollup merge of #119699 - cjgillot:simplify-unreachable, r=oli-obk | Guillaume Gomez | -65/+47 |
| 2024-01-09 | Rollup merge of #119668 - cjgillot:transform-promote, r=oli-obk | Guillaume Gomez | -237/+164 |
| 2024-01-09 | Rollup merge of #119527 - klensy:ordering, r=compiler-errors | Guillaume Gomez | -19/+13 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+291 |
| 2024-01-09 | Auto merge of #118968 - aliemjay:canon-static, r=lcnr | bors | -72/+32 |