| Age | Commit message (Expand) | Author | Lines |
| 2020-07-29 | bump libc version to 0.2.74 | Paul Sajna | -2/+2 |
| 2020-07-29 | Explain why inline default ToString impl | Lzu Tao | -0/+3 |
| 2020-07-29 | Update `fs::remove_file` docs | Imbolc | -0/+1 |
| 2020-07-29 | Auto merge of #74887 - Mark-Simulacrum:cache-non-exhaustive, r=petrochenkov | bors | -14/+16 |
| 2020-07-29 | Auto merge of #74894 - JohnTitor:rollup-4ine62a, r=JohnTitor | bors | -8/+149 |
| 2020-07-28 | FunctionCoverage: improve type checking with newtype_index types | Rich Kadel | -40/+88 |
| 2020-07-29 | Rollup merge of #74891 - lcnr:auto-trait-finder, r=varkor | Yuki Okushi | -0/+50 |
| 2020-07-29 | Rollup merge of #74872 - JohnTitor:ping-risc-v, r=Mark-Simulacrum | Yuki Okushi | -0/+11 |
| 2020-07-29 | Rollup merge of #74864 - lzutao:ayu-doccolor, r=GuillaumeGomez | Yuki Okushi | -3/+2 |
| 2020-07-29 | Rollup merge of #74859 - mark-i-m:patch-1, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2020-07-29 | Rollup merge of #74814 - matklad:unwind-safe, r=KodrAus | Yuki Okushi | -1/+3 |
| 2020-07-29 | Rollup merge of #74707 - matklad:split_once, r=dtolnay | Yuki Okushi | -0/+66 |
| 2020-07-29 | Rollup merge of #74671 - rust-lang:const-generics-coerce-unsized, r=nikomatsakis | Yuki Okushi | -0/+11 |
| 2020-07-29 | Rollup merge of #74266 - GuillaumeGomez:cleanup-e0720, r=Dylan-DPC | Yuki Okushi | -3/+5 |
| 2020-07-28 | Auto merge of #74791 - tmiasko:raw-waker-inline, r=LukasKalbertodt | bors | -0/+1 |
| 2020-07-28 | std: Switch from libbacktrace to gimli | Alex Crichton | -56/+129 |
| 2020-07-28 | Refactor MIR coverage instrumentation | Rich Kadel | -120/+151 |
| 2020-07-29 | handle ConstEquate in rustdoc | Bastian Kauschke | -0/+50 |
| 2020-07-28 | Auto merge of #74861 - mark-i-m:mv-std-followup, r=Mark-Simulacrum | bors | -16/+16 |
| 2020-07-28 | Cache non-exhaustive separately from attributes | Mark Rousskov | -14/+16 |
| 2020-07-28 | Auto merge of #74471 - da-x:string-type-diagnostic-item, r=petrochenkov | bors | -1/+6 |
| 2020-07-28 | Collect library features from library/ | Mark Rousskov | -3/+6 |
| 2020-07-28 | reenable tests after moving std | mark | -13/+10 |
| 2020-07-28 | Auto merge of #74482 - alexcrichton:update-stdarch, r=hanna-kruppe | bors | -9/+9 |
| 2020-07-28 | Replace write-to-vec hack by introducing a display renderer for allocations | Oliver Scherer | -26/+32 |
| 2020-07-28 | Clarify the doc for MaybeUninit::zeroed on incorrect use | Alexis Bourget | -2/+3 |
| 2020-07-28 | Add note to clearly mark the RFC as rejected | Alexis Bourget | -0/+6 |
| 2020-07-28 | Remove links to rejected errata 4406 for RFC 4291 | Alexis Bourget | -6/+0 |
| 2020-07-28 | Update stdarch submodule | Alex Crichton | -9/+9 |
| 2020-07-28 | Replace all uses of `log::log_enabled` with `Debug` printers | Oliver Scherer | -161/+219 |
| 2020-07-28 | Auto merge of #73964 - jyn514:sane-defaults, r=Mark-Simulacrum | bors | -536/+660 |
| 2020-07-28 | Use --stage 2 in checktools | Joshua Nelson | -7/+7 |
| 2020-07-28 | Remove into_slices and its unsafe block | Stein Somers | -10/+3 |
| 2020-07-28 | Fix bad rebase | Joshua Nelson | -1/+1 |
| 2020-07-28 | symbol mangling: use ty::print::Print for consts | Bastian Kauschke | -3/+1 |
| 2020-07-28 | Enable to ping RISC-V group via triagebot | Yuki Okushi | -0/+11 |
| 2020-07-28 | Enable docs on dist-x86_64-musl | David Sonder | -1/+0 |
| 2020-07-28 | Auto merge of #74796 - infinity0:master, r=nikomatsakis | bors | -2/+1 |
| 2020-07-28 | Add str::[r]split_once | Aleksey Kladov | -0/+66 |
| 2020-07-28 | Fix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazy | Aleksey Kladov | -1/+3 |
| 2020-07-28 | Don't use "weak count" around Weak::from_raw_ptr | Michal 'vorner' Vaner | -20/+22 |
| 2020-07-28 | Auto merge of #74855 - jyn514:separate-lints, r=Manishearth | bors | -103/+113 |
| 2020-07-28 | ayu theme: Change doccomment color to `#a1ac88` | Lzu Tao | -3/+2 |
| 2020-07-28 | update stderr for polymorphic ui test | Ashley Mannix | -4/+4 |
| 2020-07-28 | Add #[inline] to RawWaker::new | Tomasz Miąsko | -0/+1 |
| 2020-07-28 | Auto merge of #74841 - infinity0:fix-exec, r=Mark-Simulacrum | bors | -26/+24 |
| 2020-07-28 | remove unstable const_type_id feature | Ashley Mannix | -2/+0 |
| 2020-07-28 | bump const type id stabilization to 1.46.0 | Ashley Mannix | -2/+2 |
| 2020-07-28 | stabilize const_type_id feature | Ashley Mannix | -22/+2 |
| 2020-07-27 | private_items_doc_tests -> doc_test_lints | Joshua Nelson | -3/+3 |