| Age | Commit message (Expand) | Author | Lines |
| 2023-10-12 | Auto merge of #113487 - estebank:sugg-113174, r=oli-obk | bors | -4/+118 |
| 2023-10-11 | Use structured suggestion for #113174 | Esteban Küber | -4/+118 |
| 2023-10-11 | Rollup merge of #116597 - GuillaumeGomez:foreign-blanket-impl, r=notriddle | Matthias Krüger | -0/+32 |
| 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 | Add regression test for #115480 | Guillaume Gomez | -0/+32 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -38/+105 |
| 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 | Auto merge of #113915 - cjgillot:ssa-call, r=tmiasko | bors | -81/+153 |
| 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 | Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui... | Guillaume Gomez | -12/+204 |
| 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 | 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 | Auto merge of #116569 - matthiaskrgr:rollup-ni0jdd6, r=matthiaskrgr | bors | -419/+1338 |
| 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 #116543 - ouz-a:crate_return_vec, r=oli-obk | Matthias Krüger | -2/+2 |
| 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 | Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease | bors | -0/+141 |
| 2023-10-09 | Add more complex test cases for enum discriminant display | Guillaume Gomez | -0/+19 |
| 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 | return crates instead of a crate | Oğuz Ağcayazı | -2/+2 |
| 2023-10-09 | Auto merge of #116533 - cjgillot:skip-trivial-mir, r=oli-obk | bors | -1/+1 |
| 2023-10-08 | rustdoc: clean up the In [name] up-pointer | Michael Howell | -4/+17 |
| 2023-10-08 | rustdoc: fix rustdoc-gui tests for logo changes | Michael Howell | -18/+34 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -4/+28 |
| 2023-10-08 | rustdoc: clean up the layout for annotated version numbers | Michael Howell | -0/+7 |
| 2023-10-08 | rustdoc: show crate name beside small logo | Michael Howell | -15/+22 |
| 2023-10-09 | Fix suggestion span involving wrongly placed generic arg on enum variants | Gurinder Singh | -0/+351 |
| 2023-10-09 | Auto merge of #116096 - cjgillot:debuginfo-fndef-size, r=nikic | bors | -0/+18 |
| 2023-10-08 | add test for `-Clink-self-contained` consistency | Rémy Rakic | -0/+14 |
| 2023-10-08 | Ignore MSVC in test. | Camille GILLOT | -0/+1 |
| 2023-10-08 | Make FnDef 1-ZST in LLVM debuginfo. | Camille GILLOT | -0/+17 |