| Age | Commit message (Expand) | Author | Lines |
| 2024-01-13 | Auto merge of #119945 - matthiaskrgr:rollup-oy3e1j2, r=matthiaskrgr | bors | -7/+18 |
| 2024-01-13 | Rollup merge of #119925 - bvanjoi:fix-112672, r=Nilstrieb | Matthias Krüger | -7/+18 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -312/+1329 |
| 2024-01-13 | Bless tests | George-lewis | -312/+1329 |
| 2024-01-13 | Rollup merge of #119896 - oli-obk:variance_ice, r=compiler-errors | Matthias Krüger | -0/+37 |
| 2024-01-13 | Rollup merge of #119894 - fmease:tilde-const-assoc-ty-bounds, r=compiler-errors | Matthias Krüger | -59/+149 |
| 2024-01-13 | Rollup merge of #119587 - beepster4096:system_varargs, r=petrochenkov | Matthias Krüger | -2/+5 |
| 2024-01-13 | store the segment name when resolution fails | bohan | -7/+18 |
| 2024-01-13 | Auto merge of #119871 - nnethercote:overhaul-treat-err-as-bug, r=compiler-errors | bors | -27/+28 |
| 2024-01-12 | allow system abi to be variadic | beepster4096 | -2/+5 |
| 2024-01-13 | Auto merge of #119473 - Urgau:check-cfg-explicit-none, r=petrochenkov | bors | -4/+88 |
| 2024-01-13 | Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnr | bors | -9/+784 |
| 2024-01-13 | Auto merge of #118924 - Urgau:check-cfg-exclude-well-known-from-diag, r=petro... | bors | -35/+0 |
| 2024-01-13 | Don't consider delayed bugs for `-Ztreat-err-as-bug`. | Nicholas Nethercote | -27/+28 |
| 2024-01-12 | Auto merge of #117321 - chenyukang:yukang-fix-117142, r=petrochenkov | bors | -0/+19 |
| 2024-01-12 | Exclude well known names from showing a suggestion in check-cfg | Urgau | -35/+0 |
| 2024-01-12 | Taint `_` placeholder types | Oli Scherer | -0/+37 |
| 2024-01-12 | Allow `~const` on assoc ty bounds again | León Orell Valerian Liehr | -59/+149 |
| 2024-01-12 | Rollup merge of #119884 - GuillaumeGomez:rename-env-opt, r=davidtwco | Guillaume Gomez | -6/+6 |
| 2024-01-12 | Rollup merge of #119872 - compiler-errors:eagerly-emit-delayed-bugs, r=oli-ob... | Guillaume Gomez | -0/+39 |
| 2024-01-12 | Rollup merge of #119817 - compiler-errors:normalize-opaques, r=lcnr | Guillaume Gomez | -74/+134 |
| 2024-01-12 | Auto merge of #119396 - Nadrieril:intersection-tracking, r=WaffleLapkin | bors | -25/+19 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -9/+784 |
| 2024-01-12 | Rename `--env` option flag to `--env-set` | Guillaume Gomez | -6/+6 |
| 2024-01-12 | Auto merge of #119879 - matthiaskrgr:rollup-y710der, r=matthiaskrgr | bors | -0/+135 |
| 2024-01-12 | Rollup merge of #119868 - oli-obk:unknown_lifetime_ice, r=compiler-errors | Matthias Krüger | -0/+135 |
| 2024-01-12 | Auto merge of #119735 - lcnr:provisional-cache-readd, r=compiler-errors | bors | -0/+173 |
| 2024-01-12 | Give me a way to emit all the delayed bugs | Michael Goulet | -0/+39 |
| 2024-01-11 | Register even erroneous impls | Oli Scherer | -0/+135 |
| 2024-01-11 | Rollup merge of #119852 - RalfJung:const-err4, r=compiler-errors | Matthias Krüger | -11/+1 |
| 2024-01-11 | Rollup merge of #119841 - nnethercote:rm-DiagnosticBuilder-buffer, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-01-11 | Rollup merge of #119836 - hi-rustin:rustin-patch-docs-blank-line, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2024-01-11 | Rollup merge of #119813 - oli-obk:even_more_follow_up_errors2, r=estebank | Matthias Krüger | -228/+44 |
| 2024-01-11 | Remove special-casing around aliaskind in new solver | Michael Goulet | -74/+134 |
| 2024-01-11 | give const-err4 a more descriptive name | Ralf Jung | -11/+1 |
| 2024-01-11 | fix: update broken stderr | hi-rustin | -1/+1 |
| 2024-01-11 | Only lint ranges that really overlap | Nadrieril | -25/+19 |
| 2024-01-11 | Taint more aggressively in astconv | Oli Scherer | -68/+12 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -160/+32 |
| 2024-01-11 | Rollup merge of #116343 - Nilstrieb:maybe-dont-mention-all-the-weird-lang-ite... | Takayuki Maeda | -12/+56 |
| 2024-01-11 | Use the right level with `-Ztreat-err-as-bug`. | Nicholas Nethercote | -4/+4 |
| 2024-01-11 | Rollup merge of #119803 - oli-obk:even_more_follow_up_errors, r=compiler-errors | Matthias Krüger | -26/+2 |
| 2024-01-11 | Rollup merge of #119715 - Nadrieril:graceful-type-error, r=compiler-errors | Matthias Krüger | -0/+91 |
| 2024-01-10 | Stop mentioning internal lang items in no_std binary errors | Nilstrieb | -12/+56 |
| 2024-01-10 | Add test case for #119778 | Nadrieril | -0/+48 |
| 2024-01-10 | Avoid follow up errors | Oli Scherer | -26/+2 |
| 2024-01-10 | Rollup merge of #119772 - oli-obk:whackamole, r=compiler-errors | Matthias Krüger | -0/+47 |
| 2024-01-10 | Rollup merge of #106893 - clubby789:struct-update-help, r=compiler-errors | Matthias Krüger | -3/+8 |
| 2024-01-09 | Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper | bors | -625/+2689 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -625/+2689 |