| Age | Commit message (Expand) | Author | Lines |
| 2022-11-16 | Expand a style-guide principle: readability in plain text | Josh Triplett | -1/+3 |
| 2022-11-16 | Rollup merge of #104466 - notriddle:notriddle/crate-search-div-display, r=Gui... | Matthias Krüger | -1/+0 |
| 2022-11-16 | Rollup merge of #104462 - notriddle:notriddle/rightside-padding-right, r=Guil... | Matthias Krüger | -1/+0 |
| 2022-11-16 | Rollup merge of #104459 - notriddle:notriddle/main-js-iife, r=GuillaumeGomez | Matthias Krüger | -4/+2 |
| 2022-11-16 | Rollup merge of #104335 - Nilstrieb:macrowo, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2022-11-16 | Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obk | Matthias Krüger | -459/+609 |
| 2022-11-16 | Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 | Matthias Krüger | -2/+2 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -459/+609 |
| 2022-11-16 | Rollup merge of #104471 - scruss:patch-1, r=jyn514 | Matthias Krüger | -1/+1 |
| 2022-11-16 | Rollup merge of #104450 - andrewpollack:fix-fuchsia-compiler-docs, r=tmandry | Matthias Krüger | -6/+12 |
| 2022-11-16 | Rollup merge of #104425 - notriddle:notriddle/main-heading-justify-content, r... | Matthias Krüger | -1/+17 |
| 2022-11-16 | Rollup merge of #104424 - notriddle:notriddle/popover-font-size, r=GuillaumeG... | Matthias Krüger | -2/+2 |
| 2022-11-16 | Rollup merge of #104419 - Ayush1325:test-issue-30490, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-16 | Rollup merge of #104348 - fmease:iat-vis-stab, r=cjgillot | Matthias Krüger | -1/+76 |
| 2022-11-16 | Rollup merge of #104193 - TaKO8Ki:fix-104142, r=cjgillot | Matthias Krüger | -0/+29 |
| 2022-11-16 | Rollup merge of #103484 - saschanaz:patch-2, r=ehuss | Matthias Krüger | -4/+2 |
| 2022-11-16 | Auto merge of #104468 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2022-11-15 | Update PROBLEMATIC_CONSTS in style.rs | Stewart Russell | -1/+1 |
| 2022-11-16 | Update cargo | Weihang Lo | -0/+0 |
| 2022-11-15 | Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obk | bors | -41/+679 |
| 2022-11-15 | rustdoc: remove no-op CSS `#crate-search-div { display: inline-block }` | Michael Howell | -1/+0 |
| 2022-11-15 | rustdoc: remove pointless CSS `.rightside { padding-right: 2px }` | Michael Howell | -1/+0 |
| 2022-11-15 | Merge branch 'master' into patch-2 | Kagami Sascha Rosylight | -17771/+37215 |
| 2022-11-15 | rustdoc: remove unused JS IIFE from main.js | Michael Howell | -4/+2 |
| 2022-11-15 | Only do parser recovery on retried macro matching | Nilstrieb | -0/+31 |
| 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 | -88/+220 |
| 2022-11-15 | Fuchsia test suite script fix | Andrew Pollack | -6/+12 |
| 2022-11-15 | Auto merge of #104437 - matthiaskrgr:rollup-n5jdg9v, r=matthiaskrgr | bors | -0/+428 |
| 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 | Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr | bors | -14/+1217 |
| 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 | 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 | 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 |