| Age | Commit message (Expand) | Author | Lines |
| 2018-07-11 | Auto merge of #51553 - jD91mZM2:uds, r=sfackler | bors | -1/+740 |
| 2018-07-11 | Add missing dyn in tests | ljedrz | -9/+9 |
| 2018-07-10 | remove sync::Once::call_once 'static | Christopher Durham | -6/+6 |
| 2018-07-10 | Add missing `dyn` for cloudabi, redox, unix and wasm | ljedrz | -7/+7 |
| 2018-07-10 | Deny bare trait objects in `src/libstd`. | ljedrz | -98/+99 |
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -2/+4 |
| 2018-07-09 | Remove `extern` on the `pub fn rust_oom` lang item in libstd, to match ABI of... | Simon Sapin | -1/+1 |
| 2018-07-09 | Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichton | bors | -16/+42 |
| 2018-07-08 | rework `LineWriter` example | Andy Russell | -10/+24 |
| 2018-07-08 | Delete leftover files | jD91mZM2 | -1337/+0 |
| 2018-07-08 | Update std::ascii::ASCIIExt deprecation notes | Kevin Zajler | -10/+30 |
| 2018-07-08 | Edit code example for File::open | Fabian Drinck | -3/+3 |
| 2018-07-07 | Reformat std prelude source to show it is the sum of core and alloc preludes | Simon Sapin | -16/+42 |
| 2018-07-07 | Add is_unnamed | jD91mZM2 | -0/+27 |
| 2018-07-07 | Revert unification of interfaces | jD91mZM2 | -32/+1539 |
| 2018-07-07 | Auto merge of #51656 - soc:topic/fix-home-dir, r=SimonSapin | bors | -10/+15 |
| 2018-07-07 | Deprecate `std::env::home_dir` and fix incorrect documentation | Simon Ochsenreither | -10/+15 |
| 2018-07-06 | Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisa | bors | -1/+2 |
| 2018-07-06 | impl Clone for Box<CStr>, Box<OsStr>, Box<Path> | Matt Brubeck | -0/+24 |
| 2018-07-03 | Rollup merge of #51973 - estk:master, r=abonander | Pietro Albini | -0/+26 |
| 2018-07-03 | Rollup merge of #51809 - drrlvn:rw_exact_all_at, r=alexcrichton | Pietro Albini | -0/+127 |
| 2018-07-03 | Remove stability attributes on private types and leftover docs | jD91mZM2 | -18/+0 |
| 2018-07-03 | Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton | bors | -18/+2 |
| 2018-07-02 | Make Stdio handle UnwindSafe | Evan Simmons | -0/+26 |
| 2018-07-02 | Fill in tracking issue number for read_exact_at/write_all_at | Dror Levin | -2/+2 |
| 2018-07-02 | Auto merge of #51931 - cramertj:rm-libbacktrace, r=alexcrichton | bors | -5/+0 |
| 2018-07-01 | Rollup merge of #51890 - Ixrec:patch-3, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-07-01 | Rollup merge of #51853 - MajorBreakfast:fix-doc-links, r=cramertj | Pietro Albini | -0/+1 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -72/+33 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -72/+33 |
| 2018-06-30 | Auto merge of #51178 - GabrielMajeri:os-str-compare, r=SimonSapin | bors | -0/+14 |
| 2018-06-29 | Use in-tree libbacktrace on Fuchsia | Taylor Cramer | -5/+0 |
| 2018-06-29 | Rename alloc::arc to alloc::sync, to match std::sync | Simon Sapin | -1/+1 |
| 2018-06-29 | Move core::alloc::CollectionAllocErr to alloc::collections | Simon Sapin | -3/+4 |
| 2018-06-29 | Move some alloc crate top-level items to a new alloc::collections module | Simon Sapin | -4/+4 |
| 2018-06-29 | Fix stability attributes | Gabriel Majeri | -2/+2 |
| 2018-06-29 | Implement PartialEq between &str and OsString | Gabriel Majeri | -0/+14 |
| 2018-06-29 | Auto merge of #50526 - moxian:just-fix, r=alexcrichton | bors | -101/+398 |
| 2018-06-29 | Auto merge of #51290 - Pslydhh:master, r=alexcrichton | bors | -2/+8 |
| 2018-06-29 | Fix inconsequential typo in GlobalAlloc doc example | Ixrec | -1/+1 |
| 2018-06-28 | Change traits to bare FnMut where possible. | moxian | -111/+67 |
| 2018-06-28 | Make msvc symbol extraction/printing functions generic. | moxian | -103/+137 |
| 2018-06-28 | Make stackwalking generic instead of matching on enum variants. | moxian | -133/+147 |
| 2018-06-28 | Load backtrace-related functions only once | moxian | -41/+77 |
| 2018-06-28 | Split separate stackwalk variants into their own functions | moxian | -204/+238 |
| 2018-06-28 | Add a fallback for stacktrace printing for older Windows versions. | moxian | -108/+331 |
| 2018-06-28 | Rollup merge of #51824 - vorner:thread-local-try-with-doc, r=kennytm | kennytm | -1/+1 |
| 2018-06-28 | Rollup merge of #50342 - fkjogu:euclidean, r=BurntSushi | kennytm | -2/+20 |
| 2018-06-27 | Fix doc links | Josef Reinhard Brandl | -0/+1 |
| 2018-06-27 | Add is_unnamed on redox | jD91mZM2 | -24/+58 |