| Age | Commit message (Expand) | Author | Lines |
| 2020-07-17 | Intra-doc for iter Sum and Product traits | Lzu Tao | -6/+6 |
| 2020-07-17 | Intra-doc for DoubleEndIterator | Lzu Tao | -4/+2 |
| 2020-07-17 | Intra doc for iter marker traits | Lzu Tao | -6/+4 |
| 2020-07-17 | Use intra-doc link on Iterator page | Lzu Tao | -56/+21 |
| 2020-07-17 | bootstrap.py: guard against GC in NixOS patching support. | Eduard-Mihai Burtescu | -31/+42 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -1313/+1439 |
| 2020-07-17 | Fix tidy issues | Guillaume Gomez | -23/+35 |
| 2020-07-17 | Add tidy checks for rustdoc css files | Guillaume Gomez | -4/+35 |
| 2020-07-17 | Convert whitespaces to tabs | Guillaume Gomez | -44/+54 |
| 2020-07-17 | Improve logo image display in different themes | Guillaume Gomez | -0/+12 |
| 2020-07-17 | Auto merge of #73365 - Manishearth:rustdoc-vis, r=GuillaumeGomez | bors | -17/+42 |
| 2020-07-16 | Update src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rs | Manish Goregaokar | -2/+2 |
| 2020-07-16 | Add test for doc(hidden) intra-doc cross-crate reexports | Manish Goregaokar | -0/+29 |
| 2020-07-16 | Record visibility of reexports for all items, not just type items | Manish Goregaokar | -17/+13 |
| 2020-07-17 | docs: better demonstrate that None values are skipped as many times as needed | Tshepang Lekhonkhobe | -4/+2 |
| 2020-07-17 | Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini | bors | -80/+20 |
| 2020-07-16 | Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456139741 | Lokathor | -2/+0 |
| 2020-07-16 | resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456140272 | Lokathor | -3/+0 |
| 2020-07-16 | Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456142514 | Lokathor | -3/+0 |
| 2020-07-16 | Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456141344 | Lokathor | -3/+0 |
| 2020-07-16 | Rollup merge of #74398 - GuillaumeGomez:cleanup-e0723, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-07-16 | Rollup merge of #74386 - msizanoen1:riscv-add-manifest-host, r=pietroalbini | Manish Goregaokar | -0/+1 |
| 2020-07-16 | Rollup merge of #74371 - Aloso:patch-1, r=GuilliameGomez | Manish Goregaokar | -9/+6 |
| 2020-07-16 | Rollup merge of #74357 - nnethercote:symbol-related-improvements, r=oli-obk | Manish Goregaokar | -303/+396 |
| 2020-07-16 | Rollup merge of #74351 - lzutao:remove-rustc-internal-compiler-warns, r=Mark-... | Manish Goregaokar | -48/+23 |
| 2020-07-16 | Rollup merge of #74033 - ehuss:std-compile-all-platforms, r=Mark-Simulacrum | Manish Goregaokar | -345/+435 |
| 2020-07-16 | Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb | Manish Goregaokar | -48/+215 |
| 2020-07-17 | Test codegen of compare_exchange operations | Tomasz Miąsko | -0/+60 |
| 2020-07-16 | fix the imports. | Lokathor | -1/+1 |
| 2020-07-16 | Add zlib1g to builder deps | Mark Rousskov | -0/+4 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -77/+13 |
| 2020-07-16 | Bump to 1.47 | Mark Rousskov | -3/+3 |
| 2020-07-16 | Add to supported_targets list. | Lokathor | -0/+1 |
| 2020-07-16 | Docs clarifications. | Lokathor | -5/+5 |
| 2020-07-17 | Use an UTF-8 locale for the linker. | Jakub Kądziołka | -1/+3 |
| 2020-07-16 | ci: Set `shell: bash` as a default, remove duplicates | Kristofer Rye | -20/+3 |
| 2020-07-16 | Move hir::Place to librustc_middle/hir | Aman Arora | -133/+141 |
| 2020-07-16 | fill in all those options. | Lokathor | -11/+61 |
| 2020-07-17 | Remove some `Symbol:as_str()` calls. | Nicholas Nethercote | -10/+13 |
| 2020-07-17 | Add `UnsafetyViolationDetails`. | Nicholas Nethercote | -86/+118 |
| 2020-07-17 | Avoid storing `SymbolStr` in a struct. | Nicholas Nethercote | -8/+9 |
| 2020-07-17 | Remove `ExtCtxt::ident_of`. | Nicholas Nethercote | -134/+209 |
| 2020-07-16 | Fix invalid lint | Joshua Nelson | -12/+12 |
| 2020-07-16 | Add (broken and ignored) test for #73829 | Joshua Nelson | -2/+4 |
| 2020-07-16 | Add more debugging | Joshua Nelson | -2/+9 |
| 2020-07-16 | Support intra-doc links on trait and module re-exports | Joshua Nelson | -21/+53 |
| 2020-07-16 | Support intra-doc links on macro re-exports | Joshua Nelson | -10/+50 |
| 2020-07-16 | rand -> my_rand | Joshua Nelson | -4/+4 |
| 2020-07-16 | #![deny(intra_doc_resolution_failure)] | Joshua Nelson | -0/+12 |
| 2020-07-16 | Move import to top of function | Joshua Nelson | -1/+2 |