| Age | Commit message (Expand) | Author | Lines |
| 2020-07-19 | Fix merge conflict with recent PR | Alexis Bourget | -1289/+3031 |
| 2020-07-19 | Advertise correct stable version for const control flow | Dylan MacKenzie | -2/+2 |
| 2020-07-19 | Clarify core::panic::Location's docs on ordering. | Adam Perry | -3/+3 |
| 2020-07-19 | tools: update rustfmt toolstate maintainers | Caleb Cartwright | -1/+1 |
| 2020-07-19 | Teach bootstrap install and dist commands about TargetSelection | Jake Goulding | -51/+55 |
| 2020-07-19 | Add test for an explicit non-'static lifetime in a const argument | Gabriel Smith | -0/+28 |
| 2020-07-19 | disallow non-static lifetimes in const generics | Gabriel Smith | -0/+81 |
| 2020-07-19 | Document `core::fmt::rt::v1::Count` | Solomon Ucko | -0/+4 |
| 2020-07-19 | Document AddressSanitizer memory leak detection defaults | Tomasz Miąsko | -0/+3 |
| 2020-07-19 | Remove CC & CFLAGS from MemorySanitizer example | Tomasz Miąsko | -4/+0 |
| 2020-07-19 | Rewrite extract_version_range | Lzu Tao | -23/+46 |
| 2020-07-19 | include backtrace folder in rust-src component | Ralf Jung | -0/+1 |
| 2020-07-19 | Do not clobber RUSTDOCFLAGS | Mark Rousskov | -6/+11 |
| 2020-07-19 | Apply suggestions from review | Poliorcetics | -1/+1 |
| 2020-07-19 | Auto merge of #74518 - Manishearth:rollup-jfmnh1r, r=Manishearth | bors | -379/+322 |
| 2020-07-19 | Fix panic message when `RangeFrom` index is out of bounds | Lukas Kalbertodt | -3/+9 |
| 2020-07-19 | Rollup merge of #74485 - Manishearth:more-intra-doc, r=jyn514 | Manish Goregaokar | -352/+185 |
| 2020-07-19 | Rollup merge of #74419 - Lokathor:gba-target, r=jonas-schievink | Manish Goregaokar | -0/+63 |
| 2020-07-19 | Rollup merge of #74356 - lzutao:rm_combine, r=LukasKalbertodt | Manish Goregaokar | -7/+3 |
| 2020-07-19 | Rollup merge of #74333 - poliorcetics:std-alloc-unsafe-op-in-unsafe-fn, r=Luk... | Manish Goregaokar | -20/+71 |
| 2020-07-19 | Remove useless link to bool primitive | Alexis Bourget | -1/+0 |
| 2020-07-19 | do not try fetching the ancestors of errored trait impls | Bastian Kauschke | -1/+19 |
| 2020-07-19 | Rewrite extract_llvm_version | Lzu Tao | -57/+49 |
| 2020-07-19 | Extract extract_version_range | Lzu Tao | -32/+34 |
| 2020-07-19 | Fix small nit in the link to read | Alexis Bourget | -1/+1 |
| 2020-07-19 | Add missing : after *llvm-version | Lzu Tao | -7/+7 |
| 2020-07-19 | Auto merge of #74163 - cuviper:debian6, r=Mark-Simulacrum | bors | -98/+101 |
| 2020-07-19 | Add missing : after min-gdb-version | Lzu Tao | -5/+5 |
| 2020-07-19 | Use subslice pattern | Lzu Tao | -6/+6 |
| 2020-07-19 | Extract closure to function | Lzu Tao | -4/+8 |
| 2020-07-19 | Use Option::as_deref | Lzu Tao | -5/+3 |
| 2020-07-19 | Fix panic as passing wrong format to `extract_gdb_version` | Lzu Tao | -11/+8 |
| 2020-07-19 | compiletest: Rewrite extract_gdb_version function | Lzu Tao | -63/+28 |
| 2020-07-19 | compiletest: Rewrite extract_lldb_version function | Lzu Tao | -76/+50 |
| 2020-07-19 | Ayu: use different background color to make Run button easy-to-spot | Lzu Tao | -4/+3 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -262/+1716 |
| 2020-07-19 | Fix search input focus in ayu theme | Jarek Samic | -10/+0 |
| 2020-07-18 | primitive impls are weird | Manish Goregaokar | -1/+1 |
| 2020-07-18 | Clarify the literal string | Manish Goregaokar | -1/+1 |
| 2020-07-18 | Update src/libstd/io/mod.rs | Manish Goregaokar | -1/+1 |
| 2020-07-18 | Update src/tools/linkchecker/main.rs | Manish Goregaokar | -0/+1 |
| 2020-07-18 | remove unused imports | Lokathor | -1/+1 |
| 2020-07-19 | Add an border around the Run button | Lzu Tao | -0/+1 |
| 2020-07-18 | Resolve https://github.com/rust-lang/rust/pull/74419#issuecomment-660518936 | Lokathor | -14/+1 |
| 2020-07-18 | Rollup merge of #74478 - rust-lang:revert-74416-linker-locale-utf8, r=Mark-Si... | Manish Goregaokar | -3/+1 |
| 2020-07-18 | Rollup merge of #74459 - canova:const-unreachable-unchecked, r=oli-obk | Manish Goregaokar | -1/+86 |
| 2020-07-18 | Rollup merge of #74445 - lcnr:const-generic-ty-decl, r=Dylan-DPC | Manish Goregaokar | -0/+48 |
| 2020-07-18 | Rollup merge of #74071 - petrochenkov:cload3, r=matthewjasper | Manish Goregaokar | -543/+474 |
| 2020-07-18 | Rollup merge of #74021 - 1011X:master, r=dtolnay | Manish Goregaokar | -0/+38 |
| 2020-07-18 | Rollup merge of #73762 - poliorcetics:trait-keyword, r=KodrAus | Manish Goregaokar | -3/+180 |