| Age | Commit message (Expand) | Author | Lines |
| 2020-07-21 | Expand test to cover type_name and monomorphic use | Gary Guo | -15/+77 |
| 2020-07-19 | Guard against non-monomorphized type_id intrinsic call | Gary Guo | -2/+50 |
| 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 | 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 |
| 2020-07-18 | Use intra-doc links on HashSet | Manish Goregaokar | -38/+9 |
| 2020-07-18 | Use intra-doc links on HashMap | Manish Goregaokar | -69/+19 |
| 2020-07-18 | Use intra-doc links in std::io | Manish Goregaokar | -90/+51 |
| 2020-07-18 | Update stability attribute for CStr indexing | David Tolnay | -1/+1 |
| 2020-07-18 | impl Index<RangeFrom<usize>> for CStr | 1011X | -0/+38 |
| 2020-07-18 | Use intra-doc links in BTreeMap | Manish Goregaokar | -21/+12 |
| 2020-07-18 | Use more intra-doc links in BTreeSet | Manish Goregaokar | -3/+3 |
| 2020-07-18 | Use intra-doc links in alloc::String | Manish Goregaokar | -105/+48 |
| 2020-07-18 | More links in std::str | Manish Goregaokar | -4/+2 |
| 2020-07-18 | Auto merge of #73441 - alexcrichton:backtrace-gimli, r=Mark-Simulacrum | bors | -26/+38 |
| 2020-07-18 | Revert "Use an UTF-8 locale for the linker." | Jonas Schievink | -3/+1 |
| 2020-07-18 | rustc_metadata: Make crate loading fully speculative | Vadim Petrochenkov | -471/+453 |
| 2020-07-18 | rustc_metadata: Refactor away `CrateLocator::(dy,static)libname` | Vadim Petrochenkov | -27/+19 |
| 2020-07-18 | rustc_metadata: Remove some extra diagnostics for legacy plugins | Vadim Petrochenkov | -37/+8 |
| 2020-07-18 | rustc_metadata: Remove a bit of ancient profiling | Vadim Petrochenkov | -15/+1 |
| 2020-07-17 | Rollup merge of #74464 - FedericoPonzi:fix-#67108, r=Manishearth | Manish Goregaokar | -31/+4 |
| 2020-07-17 | Rollup merge of #74457 - Keruspe:install, r=Mark-Simulacrum | Manish Goregaokar | -24/+5 |
| 2020-07-17 | Rollup merge of #74453 - Manishearth:intra-doc-std, r=jyn514 | Manish Goregaokar | -168/+80 |
| 2020-07-17 | Rollup merge of #74450 - aticu:master, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-17 | Rollup merge of #74449 - tmiasko:cmpxchg-test, r=nikomatsakis | Manish Goregaokar | -0/+60 |
| 2020-07-17 | Rollup merge of #74448 - davidtwco:improper-ctypes-definitions-boxes, r=david... | Manish Goregaokar | -64/+58 |
| 2020-07-17 | Rollup merge of #74444 - Alexendoo:test-69414, r=nikomatsakis | Manish Goregaokar | -2/+5 |
| 2020-07-17 | Rollup merge of #74441 - eddyb:zlib-on-nixos, r=nagisa | Manish Goregaokar | -38/+66 |
| 2020-07-17 | Rollup merge of #74418 - rye:gha-dedup-shell-setting, r=pietroalbini | Manish Goregaokar | -51/+4 |
| 2020-07-17 | Rollup merge of #74069 - erikdesjardins:bad-niche, r=nikomatsakis | Manish Goregaokar | -7/+51 |
| 2020-07-17 | Rollup merge of #72414 - KodrAus:feat/stdlazy, r=Mark-Simulacrum | Manish Goregaokar | -4/+1373 |
| 2020-07-17 | Run fmt | Manish Goregaokar | -1/+1 |