| Age | Commit message (Expand) | Author | Lines |
| 2020-07-20 | Improve "important traits" popup display on mobile | Guillaume Gomez | -0/+5 |
| 2020-07-20 | Auto merge of #74540 - alexcrichton:std-no-backtrace, r=Mark-Simulacrum | bors | -2/+1 |
| 2020-07-20 | Auto merge of #74543 - Manishearth:rollup-m5w6hyg, r=Manishearth | bors | -19/+90 |
| 2020-07-19 | Rollup merge of #74536 - Nicholas-Baron:master, r=joshtriplett | Manish Goregaokar | -4/+4 |
| 2020-07-19 | Rollup merge of #74534 - Mark-Simulacrum:rustdoc-stability, r=Manishearth | Manish Goregaokar | -3/+42 |
| 2020-07-19 | Rollup merge of #74527 - calebcartwright:rustfmt-toolstate-maintainers, r=Mar... | Manish Goregaokar | -1/+1 |
| 2020-07-19 | Rollup merge of #74523 - sollyucko:patch-1, r=Mark-Simulacrum | Manish Goregaokar | -0/+4 |
| 2020-07-19 | Rollup merge of #74520 - RalfJung:backtrace-src, r=Mark-Simulacrum | Manish Goregaokar | -0/+1 |
| 2020-07-19 | Rollup merge of #74516 - lcnr:min-specialization-ice, r=matthewjasper | Manish Goregaokar | -1/+19 |
| 2020-07-19 | Rollup merge of #74514 - Mark-Simulacrum:nightly-rustc-docs, r=ollie27 | Manish Goregaokar | -6/+11 |
| 2020-07-19 | Rollup merge of #74486 - poliorcetics:read-exact-doc-point-to-read, r=Mark-Si... | Manish Goregaokar | -1/+4 |
| 2020-07-19 | Rollup merge of #73618 - poliorcetics:false-keyword, r=jyn514 | Manish Goregaokar | -3/+4 |
| 2020-07-19 | std: Fix compilation without backtrace feature | Alex Crichton | -2/+1 |
| 2020-07-19 | Update src/libstd/keyword_docs.rs
| Nicholas Baron | -1/+1 |
| 2020-07-19 | Auto merge of #74495 - shepmaster:bootstrap-dist-target-files, r=Mark-Simulacrum | bors | -51/+55 |
| 2020-07-19 | Linked the earlier mention of IntoIterator in the keyword 'for' docs | Nicholas-Baron | -1/+1 |
| 2020-07-19 | Mentioned IntoIterator in keyword 'in' docs | Nicholas-Baron | -2/+2 |
| 2020-07-19 | Mentioned IntoIterator earlier in keyword 'for' docs | Nicholas-Baron | -2/+2 |
| 2020-07-19 | Only skip impls of foreign unstable traits | Mark Rousskov | -3/+42 |
| 2020-07-19 | Fix merge conflict with recent PR | Alexis Bourget | -1289/+3031 |
| 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 | Document `core::fmt::rt::v1::Count` | Solomon Ucko | -0/+4 |
| 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 | 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 | Fix small nit in the link to read | Alexis Bourget | -1/+1 |
| 2020-07-19 | Auto merge of #74163 - cuviper:debian6, r=Mark-Simulacrum | bors | -98/+101 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -262/+1716 |
| 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-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 |
| 2020-07-18 | Rollup merge of #70817 - yoshuawuyts:task-ready, r=dtolnay | Manish Goregaokar | -0/+65 |
| 2020-07-18 | Add explicit exception list to linkchecker | Manish Goregaokar | -22/+40 |