| Age | Commit message (Expand) | Author | Lines |
| 2020-07-09 | Rollup merge of #74136 - JohnTitor:index-page-link, r=GuillaumeGomez | Manish Goregaokar | -1/+1 |
| 2020-07-09 | Rollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomez | Manish Goregaokar | -1/+28 |
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -127/+136 |
| 2020-07-09 | Rollup merge of #74077 - sethp:docs/fix-intra-doc-primitive-link, r=jyn514 | Manish Goregaokar | -4/+77 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -104/+123 |
| 2020-07-09 | Rollup merge of #73791 - Manishearth:parens-intra-doc, r=GuillaumeGomez,jyn514 | Manish Goregaokar | -1/+6 |
| 2020-07-09 | Rollup merge of #73292 - poliorcetics:fix-link-in-partialeq, r=Dylan-DPC | Manish Goregaokar | -2/+1 |
| 2020-07-09 | Ignore changes when debug assertions are enabled. | Eric Huss | -3/+3 |
| 2020-07-09 | Add test | Manish Goregaokar | -1/+3 |
| 2020-07-09 | Move to unstable section | Manish Goregaokar | -89/+42 |
| 2020-07-09 | Tweak `::` -> `:` typo heuristic and reduce verbosity | Esteban Küber | -26/+24 |
| 2020-07-09 | Reduce indentation | Esteban Küber | -35/+33 |
| 2020-07-09 | Allow for parentheses after macro intra-doc-links | Manish Goregaokar | -0/+3 |
| 2020-07-09 | Update src/doc/rustdoc/src/intra-doc-links.md | Manish Goregaokar | -1/+0 |
| 2020-07-09 | Add docs for intra-doc-links | Manish Goregaokar | -0/+60 |
| 2020-07-09 | libstd/libcore: fix various typos | Andy Russell | -34/+34 |
| 2020-07-09 | update miri | Ralf Jung | -8/+8 |
| 2020-07-09 | Make hir ProjectionKind more precise | Aman Arora | -14/+159 |
| 2020-07-09 | Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G... | bors | -14/+14 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -127/+136 |
| 2020-07-08 | Stop adding unreachable basic blocks to dataflow work queue | Dylan MacKenzie | -9/+15 |
| 2020-07-08 | Disable 44056 test with debug on macos. | Eric Huss | -0/+1 |
| 2020-07-08 | build dist for x86_64-unknown-illumos | Joshua M. Clulow | -0/+215 |
| 2020-07-08 | linker: illumos ld does not support --eh-frame-hdr | Joshua M. Clulow | -1/+1 |
| 2020-07-08 | ToPredicate by value | Bastian Kauschke | -13/+13 |
| 2020-07-08 | ci: fix context for disabled docker images | Tom Eccles | -2/+2 |
| 2020-07-08 | ci: disabled: riscv: minimise docker overlays | Tom Eccles | -3/+3 |
| 2020-07-08 | Update cargo | Eric Huss | -0/+0 |
| 2020-07-08 | Fix librustc_errors unit tests. | Eric Huss | -0/+1 |
| 2020-07-08 | Add `reachable` and friends to `mir::traversal` module | Dylan MacKenzie | -3/+27 |
| 2020-07-08 | Avoid running test on Windows platforms | Seth Pellegrino | -0/+1 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -107/+111 |
| 2020-07-08 | Fix x.py test for librustc crates. | Eric Huss | -2/+2 |
| 2020-07-08 | Apply #![crate_type = "rlib"] directly to the linker | Seth Pellegrino | -0/+3 |
| 2020-07-08 | Fix cross-compilation of LLVM to aarch64 Windows targets | Arlo Siemsen | -8/+23 |
| 2020-07-08 | Correctly mark the ending span of a match arm | Ayaz Hafiz | -87/+115 |
| 2020-07-08 | Move #[doc(alias)] check in rustc | Guillaume Gomez | -31/+34 |
| 2020-07-08 | Auto merge of #74124 - ehuss:fix-doc-dry-run-up-to-date, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-07-08 | rustdoc: Allow linking from private items to private types | Dennis Hamester | -0/+44 |
| 2020-07-08 | Remove unneeded ToString import in liballoc slice | Ivan Tham | -2/+0 |
| 2020-07-08 | Liballoc use vec instead of vector | Ivan Tham | -3/+3 |
| 2020-07-07 | Make WASI's FileExt's read_at/write_at consistent with other targets. | Dan Gohman | -4/+43 |
| 2020-07-07 | Add `read_exact_at` and `write_all_at` to WASI's `FileExt` | Dan Gohman | -0/+94 |
| 2020-07-08 | Fix broken link in rustdocdoc | Yuki Okushi | -1/+1 |
| 2020-07-07 | Update rust-installer to latest version | Michael Forney | -0/+0 |
| 2020-07-07 | Revert "Add guard to check for local `core` crate" | Seth Pellegrino | -6/+4 |
| 2020-07-07 | Update books | Eric Huss | -0/+0 |
| 2020-07-07 | Auto merge of #74006 - euclio:sys-unix-static-mut, r=oli-obk | bors | -26/+33 |
| 2020-07-07 | ignore-tidy-linelength for @has assertions | Seth Pellegrino | -0/+5 |
| 2020-07-07 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -14/+14 |