| Age | Commit message (Expand) | Author | Lines |
| 2021-05-13 | Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebank | Guillaume Gomez | -14/+83 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -52/+1013 |
| 2021-05-13 | Auto merge of #85041 - mibac138:suggest-generics, r=estebank | bors | -9/+190 |
| 2021-05-13 | Auto merge of #84732 - DrChat:asm_powerpc, r=Amanieu | bors | -1/+356 |
| 2021-05-13 | Auto merge of #83759 - SkiFire13:fix-diag, r=estebank | bors | -128/+909 |
| 2021-05-13 | Auto merge of #82069 - Aaron1011:verbose-in-macro, r=estebank | bors | -744/+744 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -744/+744 |
| 2021-05-12 | Auto merge of #85218 - kornelski:pointerinline, r=scottmcm | bors | -25/+25 |
| 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 | -133/+349 |
| 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 | -1/+207 |
| 2021-05-12 | Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakis | bors | -83/+649 |
| 2021-05-12 | Bless tests | Giacomo Stevanato | -41/+604 |
| 2021-05-12 | Update wrong-number-of-args test to cover more edge cases | Giacomo Stevanato | -0/+182 |
| 2021-05-12 | Fix diagnostics spans for missing lifetimes in edge cases | Giacomo Stevanato | -6/+28 |
| 2021-05-12 | Fix diagnostics spans for missing generics in edge cases | Giacomo Stevanato | -28/+29 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -265/+442 |
| 2021-05-12 | Add more precise span informations to generic types | Giacomo Stevanato | -53/+66 |
| 2021-05-12 | #[inline(always)] on basic pointer methods | Kornel | -25/+25 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -224/+168 |
| 2021-05-12 | Auto merge of #84278 - Aaron1011:feature/new-proc-macro-meta-span, r=estebank | bors | -93/+503 |
| 2021-05-12 | Update stderr | Aaron Hill | -24/+9 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -69/+494 |
| 2021-05-12 | Auto merge of #85206 - ehuss:update-cargo, r=ehuss | bors | -12/+23 |
| 2021-05-11 | Recover from invalid `struct` item syntax | Esteban Küber | -1/+207 |
| 2021-05-12 | Auto merge of #85192 - klensy:bump-deps, r=Mark-Simulacrum | bors | -37/+18 |
| 2021-05-11 | Update cargo | Eric Huss | -12/+23 |
| 2021-05-11 | Update books | Eric Huss | -0/+0 |
| 2021-05-11 | Add initial asm!() support for PowerPC | Dr. Chat | -1/+356 |
| 2021-05-11 | Auto merge of #85199 - JohnTitor:rollup-gz5m06c, r=JohnTitor | bors | -314/+552 |
| 2021-05-12 | Rollup merge of #85196 - richkadel:reverts-cover-unreachable-statements, r=tm... | Yuki Okushi | -102/+65 |
| 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 | -2/+67 |
| 2021-05-12 | Rollup merge of #85162 - LingMan:patch-1, r=varkor | Yuki Okushi | -2/+2 |
| 2021-05-12 | Rollup merge of #85136 - shirshak55:master, r=dtolnay | Yuki Okushi | -10/+10 |
| 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 | -98/+156 |
| 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 | -102/+65 |
| 2021-05-11 | Auto merge of #84904 - ssomers:btree_drop_kv_in_place, r=Mark-Simulacrum | bors | -45/+95 |
| 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 | updated deps | klensy | -36/+18 |