| Age | Commit message (Expand) | Author | Lines |
| 2021-04-12 | Update src/librustdoc/html/render/print_item.rs | Manish Goregaokar | -1/+1 |
| 2021-04-12 | Update src/librustdoc/html/render/print_item.rs | Manish Goregaokar | -1/+1 |
| 2021-04-12 | rustdoc: Add setting for hiding large items | Manish Goregaokar | -1/+6 |
| 2021-04-12 | rustdoc: smartly hide associated items of traits if there are too many of them | Manish Goregaokar | -12/+30 |
| 2021-04-12 | rustdoc: hide fields of structs/unions > 5 | Manish Goregaokar | -8/+31 |
| 2021-04-12 | rustdoc: hide variants of enums > 5 | Manish Goregaokar | -7/+34 |
| 2021-04-12 | rustdoc: Stop hiding entire item declarations | Manish Goregaokar | -33/+5 |
| 2021-04-12 | update RLS and rustfmt | Caleb Cartwright | -5/+5 |
| 2021-04-12 | Auto merge of #84068 - Amanieu:fix_lint, r=lcnr | bors | -12/+15 |
| 2021-04-12 | Auto merge of #84095 - infinity0:master, r=Mark-Simulacrum | bors | -4/+6 |
| 2021-04-12 | Auto merge of #84112 - Dylan-DPC:rollup-tapsrzz, r=Dylan-DPC | bors | -182/+498 |
| 2021-04-12 | Rollup merge of #84101 - jyn514:early-pass, r=Manishearth | Dylan DPC | -133/+220 |
| 2021-04-12 | Rollup merge of #84079 - camelid:improve-bare-urls-test, r=jyn514 | Dylan DPC | -18/+80 |
| 2021-04-12 | Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor | Dylan DPC | -31/+155 |
| 2021-04-12 | Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkor | Dylan DPC | -0/+43 |
| 2021-04-11 | detect when suggested paths enter extern crates more rigorously | SNCPlay42 | -0/+39 |
| 2021-04-11 | Auto merge of #84100 - sjakobi:77548-reenable-check, r=jyn514 | bors | -5/+3 |
| 2021-04-11 | Move crate loader to collect_intra_doc_links::early | Joshua Nelson | -61/+80 |
| 2021-04-11 | stabilize const_cttz | Andreas Jonson | -1/+32 |
| 2021-04-11 | tidy: Re-enable the "ignoring file length unnecessarily" check | Simon Jakobi | -5/+3 |
| 2021-04-11 | Allow using `-C force-unwind-tables=no` when `panic=unwind` | hyd-dev | -11/+65 |
| 2021-04-11 | Add test to allow bad_asm_style | Amanieu d'Antras | -12/+15 |
| 2021-04-11 | bootstrap: check local_rebuild before adding --cfg=bootstrap, closes #84057 | Ximin Luo | -4/+6 |
| 2021-04-11 | Auto merge of #82608 - Aaron1011:feature/final-preexp-tts, r=petrochenkov | bors | -713/+725 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -713/+725 |
| 2021-04-11 | Auto merge of #83806 - JohnTitor:issue-51446, r=estebank | bors | -0/+34 |
| 2021-04-11 | Auto merge of #84071 - nagisa:nixos-patching-fix, r=Mark-Simulacrum | bors | -48/+41 |
| 2021-04-10 | Preprocess intra-doc links consistently | Joshua Nelson | -92/+160 |
| 2021-04-10 | Run rustfix for `bare-urls` test | Camelid | -18/+80 |
| 2021-04-10 | Rename `url-improvements` test to `bare-urls` | Camelid | -18/+18 |
| 2021-04-10 | Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkov | bors | -62/+103 |
| 2021-04-10 | Expand derive invocations in left-to-right order | Aaron Hill | -62/+103 |
| 2021-04-10 | rustdoc: clean up and test macro visibility print | Michael Howell | -12/+57 |
| 2021-04-10 | Fix NixOS patching | Simonas Kazlauskas | -48/+41 |
| 2021-04-10 | Auto merge of #84016 - Aaron1011:new-preexp-tests, r=petrochenkov | bors | -66/+1199 |
| 2021-04-10 | Add some proc-macro attribute token handling tests | Aaron Hill | -66/+1199 |
| 2021-04-10 | remove redundant test | Aliénore Bouttefeux | -20/+12 |
| 2021-04-10 | add test offset of a field | Aliénore Bouttefeux | -38/+52 |
| 2021-04-10 | Auto merge of #84051 - Amanieu:update_llvm, r=nikic | bors | -0/+0 |
| 2021-04-10 | Update LLVM submodule | Amanieu d'Antras | -0/+0 |
| 2021-04-10 | update Miri | Ralf Jung | -10/+8 |
| 2021-04-10 | Auto merge of #84024 - estebank:unclosed-brace-use, r=jackh726 | bors | -3/+42 |
| 2021-04-10 | Auto merge of #84015 - tdelabro:issue-76704-fix, r=Amanieu | bors | -19/+53 |
| 2021-04-09 | Auto merge of #84034 - jyn514:regex-in-loop, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-04-09 | Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verbose | Esteban Küber | -144/+18 |
| 2021-04-09 | Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrum | bors | -5/+19 |
| 2021-04-09 | changes based on review | Aliénore Bouttefeux | -60/+30 |
| 2021-04-09 | Fix perf regression in non-autolinks | Joshua Nelson | -1/+1 |
| 2021-04-09 | Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomez | bors | -53/+16 |
| 2021-04-09 | set allow_fail back on each example | Timothée Delabrouille | -17/+17 |