| Age | Commit message (Expand) | Author | Lines |
| 2020-07-17 | Auto merge of #74439 - RalfJung:miri, r=RalfJung | bors | -8/+35 |
| 2020-07-17 | Fix typo | Takayuki Nakata | -1/+1 |
| 2020-07-17 | ci: Replace exec-with-shell wrapper with "plain bash" | Kristofer Rye | -44/+5 |
| 2020-07-17 | Make Arguments::as_str() work for empty format strings. | Mara Bos | -1/+6 |
| 2020-07-17 | Add #[inline] to Arguments::as_str(). | Mara Bos | -0/+1 |
| 2020-07-17 | Add Arguments::as_str(). | Mara Bos | -0/+35 |
| 2020-07-17 | ci: Stop setting CI_OVERRIDE_SHELL environment variable | Kristofer Rye | -3/+0 |
| 2020-07-17 | Deny intra_doc_link_resolution_failure in libcore | Lzu Tao | -0/+1 |
| 2020-07-17 | bootstrap.py: patch RPATH on NixOS to handle the new zlib dependency. | Eduard-Mihai Burtescu | -13/+30 |
| 2020-07-17 | Fix Arc::as_ptr docs | Abendstolz | -1/+1 |
| 2020-07-17 | update Miri | Ralf Jung | -8/+35 |
| 2020-07-17 | Remove code span for impl | Lzu Tao | -3/+3 |
| 2020-07-17 | Link Some(item) | Lzu Tao | -2/+3 |
| 2020-07-17 | Remove unneeded link for Option | Lzu Tao | -1/+0 |
| 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 | -424/+471 |
| 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 | include changes to Cargo.lock | Ashley Mannix | -1/+1 |
| 2020-07-17 | Auto merge of #73365 - Manishearth:rustdoc-vis, r=GuillaumeGomez | bors | -17/+42 |
| 2020-07-17 | Auto merge of #5811 - JarredAllen:panic_multiple_args, r=phansch | bors | -10/+69 |
| 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-17 | Auto merge of #5810 - matthiaskrgr:typos_2, r=Manishearth | bors | -15/+15 |
| 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-17 | Auto merge of #74422 - Manishearth:rollup-7mfrf6g, r=Manishearth | bors | -802/+1312 |
| 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/+437 |
| 2020-07-16 | Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb | Manish Goregaokar | -48/+215 |
| 2020-07-16 | Rollup merge of #73101 - jyn514:rustdoc-absolute-module, r=Manishearth | Manish Goregaokar | -48/+233 |
| 2020-07-17 | Test codegen of compare_exchange operations | Tomasz Miąsko | -0/+60 |
| 2020-07-17 | fix typos (found by codespell) | Matthias Krüger | -15/+15 |
| 2020-07-16 | Clean up dogfood fallout | JarredAllen | -1/+1 |