| Age | Commit message (Expand) | Author | Lines |
| 2022-11-15 | shift no characters when using raw string literals | Takayuki Maeda | -0/+29 |
| 2022-11-14 | Issue error when `-C link-self-contained` option is used on unsupported platf... | StackDoubleFlow | -2/+2 |
| 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-15 | Rollup merge of #104415 - notriddle:notriddle/search-keyboard-commands, r=Gui... | Matthias Krüger | -0/+29 |
| 2022-11-15 | Rollup merge of #104404 - GuillaumeGomez:fix-missing-minification, r=notriddle | Matthias Krüger | -2/+6 |
| 2022-11-15 | Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er... | Matthias Krüger | -6/+6 |
| 2022-11-15 | Rollup merge of #104380 - rust-lang:notriddle/code-opacity, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-11-15 | Rollup merge of #103842 - andrewpollack:add-fuchsia-test-script, r=tmandry | Matthias Krüger | -2/+1095 |
| 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 | -1/+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: remove no-op CSS `.popover { font-size: 1rem }` | Michael Howell | -2/+0 |
| 2022-11-14 | rustdoc: fix corner case in search keyboard commands | Michael Howell | -0/+29 |
| 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 | -1/+22 |
| 2022-11-14 | Rollup merge of #104350 - SparkyPotato:fix-x-wrapper, r=jyn514 | Matthias Krüger | -4/+5 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -4/+4 |
| 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 | Fix missing minification for static files | Guillaume Gomez | -2/+6 |
| 2022-11-14 | Bless graphviz tests | Jannis Christopher Köhl | -5/+5 |
| 2022-11-14 | Auto merge of #104387 - Manishearth:rollup-9e551p5, r=Manishearth | bors | -35/+626 |
| 2022-11-14 | Auto merge of #104188 - jyn514:download-config-only, r=Mark-Simulacrum | bors | -637/+663 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -637/+663 |
| 2022-11-13 | Rollup merge of #104304 - uweigand:s390x-profiler, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 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 #104158 - Ayush1325:executable, r=Mark-Simulacrum | Manish Goregaokar | -1/+7 |
| 2022-11-13 | Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoerister | Manish Goregaokar | -14/+197 |
| 2022-11-13 | Rollup merge of #103709 - cuviper:netbsd-9, r=pietroalbini | Manish Goregaokar | -19/+16 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -338/+338 |
| 2022-11-13 | Add a few known-bug tests | Jack Huey | -0/+373 |
| 2022-11-13 | Fix clippy and rustdoc | Maybe Waffle | -6/+6 |
| 2022-11-13 | rustdoc: remove unused CSS `code { opacity: 1 }` | Michael Howell | -4/+0 |
| 2022-11-13 | Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomcc | bors | -1/+0 |