| Age | Commit message (Expand) | Author | Lines |
| 2022-11-15 | Mark test as panic=abort. | Camille GILLOT | -24/+10 |
| 2022-11-15 | Flatten aggregates into locals. | Camille GILLOT | -41/+693 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -28/+0 |
| 2022-11-15 | Auto merge of #104437 - matthiaskrgr:rollup-n5jdg9v, r=matthiaskrgr | bors | -0/+428 |
| 2022-11-15 | nll: correctly deal with bivariance | lcnr | -0/+26 |
| 2022-11-15 | Rollup merge of #104309 - chenyukang:yukang/fix-104088-identifier-error, r=da... | Matthias Krüger | -0/+55 |
| 2022-11-15 | Rollup merge of #104296 - compiler-errors:opaque-ty-ffi-normalization-cycle, ... | Matthias Krüger | -0/+56 |
| 2022-11-15 | Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk | Matthias Krüger | -0/+15 |
| 2022-11-15 | Rollup merge of #104148 - fmease:fix-104140, r=petrochenkov | Matthias Krüger | -0/+23 |
| 2022-11-15 | Rollup merge of #103439 - Nilstrieb:help-me-with-my-macro, r=estebank | Matthias Krüger | -0/+279 |
| 2022-11-15 | Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obk | bors | -19/+926 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -0/+56 |
| 2022-11-15 | return when expr has errors | Takayuki Maeda | -0/+38 |
| 2022-11-15 | Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr | bors | -0/+109 |
| 2022-11-15 | shift no characters when using raw string literals | Takayuki Maeda | -0/+29 |
| 2022-11-15 | Normalize types before looking for opaques | Michael Goulet | -0/+56 |
| 2022-11-15 | Use `needs-unwind` instead of ignoring WASM/emscripten | Bryan Garza | -5/+3 |
| 2022-11-15 | move testcase for tidy | yukang | -0/+0 |
| 2022-11-15 | fix #104088, Slightly improve error message for invalid identifier | yukang | -0/+55 |
| 2022-11-15 | move testcase for tidy | yukang | -0/+0 |
| 2022-11-15 | fix #103381, Detect incorrect chaining of if and if let conditions | yukang | -0/+168 |
| 2022-11-15 | Rollup merge of #104426 - aDotInTheVoid:test-102154, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2022-11-15 | Rollup merge of #104422 - compiler-errors:fix-suggest_associated_call_syntax,... | Matthias Krüger | -0/+68 |
| 2022-11-14 | Add test for #102154 | Nixon Enraght-Moony | -0/+13 |
| 2022-11-14 | rustdoc: remove no-op CSS `.main-header { justify-content }` | Michael Howell | -0/+17 |
| 2022-11-14 | respect visibility & stability of inherent associated types | León Orell Valerian Liehr | -1/+76 |
| 2022-11-14 | rustdoc: add test case for font size in help popover | Michael Howell | -0/+2 |
| 2022-11-14 | rustdoc: fix corner case in search keyboard commands | Michael Howell | -0/+28 |
| 2022-11-14 | Update src/test/ui/proc-macro/expand-expr.rs | clubby789 | -2/+2 |
| 2022-11-14 | Add regression test | Michael Goulet | -0/+19 |
| 2022-11-14 | Do autoderef to match impl against rcvr | Michael Goulet | -0/+49 |
| 2022-11-14 | Show a note where a macro failed to match | Nilstrieb | -0/+279 |
| 2022-11-14 | Rollup merge of #104378 - compiler-errors:chalk-up, r=jackh726 | Matthias Krüger | -110/+17 |
| 2022-11-14 | Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomez | Matthias Krüger | -0/+14 |
| 2022-11-14 | Rollup merge of #104294 - compiler-errors:inline-ct-err-in-mir-build, r=david... | Matthias Krüger | -0/+21 |
| 2022-11-14 | Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco | Matthias Krüger | -75/+75 |
| 2022-11-14 | Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebank | Matthias Krüger | -0/+142 |
| 2022-11-14 | Fix test/ui/issues/issue-30490.rs | Ayush Singh | -1/+1 |
| 2022-11-14 | Fix using `include_bytes` in pattern position | clubby789 | -1/+7 |
| 2022-11-14 | Bless graphviz tests | Jannis Christopher Köhl | -5/+5 |
| 2022-11-13 | Rollup merge of #104266 - compiler-errors:issue-102430, r=Mark-Simulacrum | Manish Goregaokar | -0/+32 |
| 2022-11-13 | Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-Simulacrum | Manish Goregaokar | -0/+373 |
| 2022-11-13 | Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoerister | Manish Goregaokar | -14/+197 |
| 2022-11-13 | Add a few known-bug tests | Jack Huey | -0/+373 |
| 2022-11-13 | Extend GUI test for theme settings | Guillaume Gomez | -6/+41 |
| 2022-11-13 | Update GUI test | Guillaume Gomez | -39/+2 |
| 2022-11-13 | Make rustc build with new chalk | Michael Goulet | -110/+17 |
| 2022-11-13 | copy doc output files by format r=ozkanonur | ozkanonur | -0/+37 |
| 2022-11-13 | Auto merge of #104370 - matthiaskrgr:rollup-c3b38sm, r=matthiaskrgr | bors | -0/+12 |
| 2022-11-13 | Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillot | Matthias Krüger | -0/+12 |