| Age | Commit message (Expand) | Author | Lines |
| 2021-05-13 | Auto merge of #82069 - Aaron1011:verbose-in-macro, r=estebank | bors | -737/+737 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -737/+737 |
| 2021-05-12 | Auto merge of #85188 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-05-12 | update Miri | Ralf Jung | -8/+8 |
| 2021-05-12 | Auto merge of #85231 - GuillaumeGomez:rollup-hufe4gz, r=GuillaumeGomez | bors | -132/+304 |
| 2021-05-12 | Rollup merge of #85205 - ehuss:update-books, r=ehuss | Guillaume Gomez | -0/+0 |
| 2021-05-12 | Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jsha | Guillaume Gomez | -2/+2 |
| 2021-05-12 | Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jsha | Guillaume Gomez | -2/+2 |
| 2021-05-12 | Rollup merge of #85117 - jsha:bubble-bubble-toil-and-trouble, r=GuillaumeGomez | Guillaume Gomez | -128/+138 |
| 2021-05-12 | Rollup merge of #84793 - estebank:parse-struct-field-default, r=davidtwco | Guillaume Gomez | -0/+162 |
| 2021-05-12 | Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakis | bors | -19/+327 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -33/+70 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -1/+1 |
| 2021-05-12 | Auto merge of #84278 - Aaron1011:feature/new-proc-macro-meta-span, r=estebank | bors | -34/+248 |
| 2021-05-12 | Update stderr | Aaron Hill | -24/+9 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -10/+239 |
| 2021-05-12 | Auto merge of #85206 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-05-11 | Recover from invalid `struct` item syntax | Esteban Küber | -0/+162 |
| 2021-05-12 | Auto merge of #85192 - klensy:bump-deps, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-05-11 | Update cargo | Eric Huss | -0/+0 |
| 2021-05-11 | Update books | Eric Huss | -0/+0 |
| 2021-05-12 | Rollup merge of #85196 - richkadel:reverts-cover-unreachable-statements, r=tm... | Yuki Okushi | -54/+49 |
| 2021-05-12 | Rollup merge of #85191 - GuillaumeGomez:improve-rustdoc-gui-tester, r=Mark-Si... | Yuki Okushi | -27/+43 |
| 2021-05-12 | Rollup merge of #85187 - FabianWolff:issue-84976, r=jackh726 | Yuki Okushi | -0/+52 |
| 2021-05-12 | Rollup merge of #85124 - jsha:trust-the-bool, r=GuillaumeGomez | Yuki Okushi | -69/+64 |
| 2021-05-12 | Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebank | Yuki Okushi | -80/+118 |
| 2021-05-12 | Rollup merge of #83501 - camelid:rustdoc-layout, r=jyn514,GuillaumeGomez | Yuki Okushi | -4/+145 |
| 2021-05-11 | Move global click handlers to per-element ones. | Jacob Hoffman-Andrews | -128/+138 |
| 2021-05-11 | Add explanatory comment to the issue-84976.rs test case | Fabian Wolff | -4/+8 |
| 2021-05-11 | Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman... | Rich Kadel | -54/+49 |
| 2021-05-11 | fix tidy | klensy | -1/+0 |
| 2021-05-11 | Make rustdoc-gui test suite able to run with different sub directories | Guillaume Gomez | -3/+3 |
| 2021-05-11 | Update toggle-docs GUI test to last version | Guillaume Gomez | -4/+7 |
| 2021-05-11 | Move rustdoc-gui rust libraries into their own folder and prepare the field f... | Guillaume Gomez | -21/+34 |
| 2021-05-11 | rustdoc: remove explicit boolean comparisons. | Jacob Hoffman-Andrews | -69/+64 |
| 2021-05-11 | Disable layout docs for type aliases for now | Camelid | -6/+0 |
| 2021-05-11 | Enable `--show-type-layout` for the rustdoc API docs | Camelid | -0/+1 |
| 2021-05-11 | Add note to docs when layout cannot be computed | Camelid | -8/+35 |
| 2021-05-11 | Add test case for zero-sized types | Camelid | -0/+4 |
| 2021-05-11 | Make test more specific | Camelid | -1/+1 |
| 2021-05-11 | Apply suggestions from code review | Camelid | -3/+4 |
| 2021-05-11 | Add `tcx` local variable | Camelid | -3/+4 |
| 2021-05-11 | Fix a few small things | Camelid | -6/+6 |
| 2021-05-11 | Enable `--show-type-layout` for the rustc API docs | Camelid | -0/+1 |
| 2021-05-11 | Only show type layout info if `--show-type-layout` is passed | Camelid | -0/+21 |
| 2021-05-11 | Show memory layout for type aliases | Camelid | -2/+6 |
| 2021-05-11 | Add test for memory layout information | Camelid | -0/+43 |
| 2021-05-11 | Include a warning in the layout docs that layout is unstable | Camelid | -3/+12 |
| 2021-05-11 | Remove FIXME | Camelid | -2/+4 |
| 2021-05-11 | rustdoc: Show basic type layout information | Camelid | -3/+36 |