| Age | Commit message (Expand) | Author | Lines |
| 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-10 | Don't accidentally detect the commit hash as an `fadd` instruction | Zalathar | -0/+4 |
| 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 | 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 | add test for wasm linker override=clang | reez12g | -0/+19 |
| 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 |
| 2023-10-08 | Also consider call and yield as MIR SSA. | Camille GILLOT | -81/+153 |
| 2023-10-08 | add test for const-eval error in dead code during monomorphization | Ralf Jung | -0/+31 |
| 2023-10-08 | Auto merge of #116515 - petrochenkov:nolegflavor, r=lqd | bors | -6/+6 |
| 2023-10-08 | Do not run optimizations on trivial MIR. | Camille GILLOT | -1/+1 |
| 2023-10-08 | Auto merge of #116183 - cjgillot:debug-dse-always, r=oli-obk | bors | -800/+731 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -128/+128 |