| Age | Commit message (Expand) | Author | Lines |
| 2023-10-12 | On type error involving closure, avoid ICE | Esteban Küber | -0/+67 |
| 2023-10-12 | Detect ruby-style closure in parser | Esteban Küber | -3/+158 |
| 2023-10-12 | Auto merge of #116391 - Nadrieril:constructorset, r=cjgillot | bors | -0/+61 |
| 2023-10-12 | check-cfg: only print the list of expected names once | Urgau | -24/+0 |
| 2023-10-12 | check-cfg: mention the unexpected name and value in the primary message | Urgau | -56/+56 |
| 2023-10-12 | check-cfg: adjust expected names and values when useful | Urgau | -1/+30 |
| 2023-10-12 | Rollup merge of #116642 - weiznich:diagnostic_on_unimplemented_improvements, ... | Matthias Krüger | -0/+74 |
| 2023-10-12 | Auto merge of #116649 - nnethercote:improve-print_tts-precursors, r=petrochenkov | bors | -386/+416 |
| 2023-10-12 | Auto merge of #113487 - estebank:sugg-113174, r=oli-obk | bors | -4/+118 |
| 2023-10-12 | Add a comment to `tests/ui/proc-macro/issue-75930-derive-cfg.rs`. | Nicholas Nethercote | -386/+416 |
| 2023-10-11 | Handle several `#[diagnostic::on_unimplemented]` attributes correctly | Georg Semmler | -0/+74 |
| 2023-10-11 | Suggest `;` after bare `match` expression E0308 | Esteban Küber | -4/+15 |
| 2023-10-11 | Use structured suggestion for #113174 | Esteban Küber | -4/+118 |
| 2023-10-11 | Rollup merge of #116436 - compiler-errors:structurally-normalize-for-closure,... | Matthias Krüger | -0/+23 |
| 2023-10-11 | Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr | Matthias Krüger | -0/+14 |
| 2023-10-11 | Auto merge of #115937 - oli-obk:spurious_unreachable_pattern, r=Nadrieril | bors | -160/+46 |
| 2023-10-11 | Avoid emitting the non_exhaustive error if other errors already occurred | Oli Scherer | -84/+13 |
| 2023-10-11 | Prevent spurious `unreachable pattern` lints | Oli Scherer | -165/+122 |
| 2023-10-11 | Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkov | bors | -0/+14 |
| 2023-10-11 | Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obk | bors | -28/+171 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+17 |
| 2023-10-11 | Fix span of overflow lint for negated literals | Nadrieril | -21/+21 |
| 2023-10-11 | Fix range overflow checking | Nadrieril | -32/+31 |
| 2023-10-11 | Add tests | Nadrieril | -0/+144 |
| 2023-10-11 | Rollup merge of #116530 - aliemjay:ice-on-ambiguity, r=compiler-errors | Ali MJ Al-Nasrawy | -1/+28 |
| 2023-10-10 | Rollup merge of #116444 - RalfJung:broken-unused-const, r=oli-obk | Guillaume Gomez | -0/+31 |
| 2023-10-10 | Rollup merge of #116250 - estebank:closure-arg-inference-span, r=petrochenkov | Guillaume Gomez | -3/+152 |
| 2023-10-10 | Auto merge of #116548 - nnethercote:assert-long-condition, r=matthewjasper | bors | -0/+13 |
| 2023-10-10 | Auto merge of #116366 - estebank:issue-103982, r=oli-obk | bors | -0/+161 |
| 2023-10-09 | Only emit one error per unsized binding, instead of one per usage | Esteban Küber | -29/+3 |
| 2023-10-09 | Add test for #56607 | Esteban Küber | -0/+44 |
| 2023-10-09 | Account for macros | Esteban Küber | -0/+112 |
| 2023-10-10 | Don't `escape_debug` the condition of `assert!`. | Nicholas Nethercote | -1/+2 |
| 2023-10-10 | Add a ui test with an assertion that has a really long condition. | Nicholas Nethercote | -0/+12 |
| 2023-10-09 | Auto merge of #116497 - compiler-errors:impl-span, r=cjgillot | bors | -64/+114 |
| 2023-10-09 | fix | Esteban Küber | -1/+0 |
| 2023-10-09 | Move some tests around | Esteban Küber | -0/+0 |
| 2023-10-09 | Suggest labeling block if `break` is in bare block | Esteban Küber | -0/+50 |
| 2023-10-09 | Rollup merge of #116561 - ouz-a:testfor_115517, r=compiler-errors | Matthias Krüger | -0/+26 |
| 2023-10-09 | Rollup merge of #116537 - gurry:116473-ice-sugg-overlap, r=compiler-errors | Matthias Krüger | -0/+351 |
| 2023-10-09 | Rollup merge of #115882 - aliemjay:diag-name-region-1, r=compiler-errors | Matthias Krüger | -417/+959 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -64/+114 |
| 2023-10-09 | add test | Oğuz Ağcayazı | -0/+26 |
| 2023-10-09 | Auto merge of #116533 - cjgillot:skip-trivial-mir, r=oli-obk | bors | -1/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+17 |
| 2023-10-09 | Fix suggestion span involving wrongly placed generic arg on enum variants | Gurinder Singh | -0/+351 |
| 2023-10-08 | add test for `-Clink-self-contained` consistency | Rémy Rakic | -0/+14 |
| 2023-10-08 | add test for const-eval error in dead code during monomorphization | Ralf Jung | -0/+31 |
| 2023-10-08 | Do not run optimizations on trivial MIR. | Camille GILLOT | -1/+1 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -128/+128 |