| Age | Commit message (Expand) | Author | Lines |
| 2018-01-11 | s/OsStr/&OsStr in docs to align with &str/String comparison | muvlon | -2/+3 |
| 2018-01-11 | Fix dead links in docs for OsStr | muvlon | -0/+2 |
| 2018-01-11 | Fix confusing documentation for OsStr | muvlon | -1/+1 |
| 2018-01-11 | Make the documentation build work on CloudABI. | Ed Schouten | -5/+7 |
| 2018-01-11 | Make tests build on CloudABI. | Ed Schouten | -6/+13 |
| 2018-01-11 | Add shims for modules that we can't implement on CloudABI. | Ed Schouten | -9/+980 |
| 2018-01-11 | Implement libstd for CloudABI. | Ed Schouten | -0/+1165 |
| 2018-01-11 | Import the CloudABI system call bindings into the libstd tree. | Ed Schouten | -0/+2898 |
| 2018-01-10 | Fix typo. | Alexis Hunt | -1/+1 |
| 2018-01-10 | Pre-allocate in fs::read and fs::read_string | Matt Brubeck | -2/+10 |
| 2018-01-10 | Auto merge of #46830 - Diggsey:cursor-vec-mut, r=alexcrichton | bors | -32/+58 |
| 2018-01-10 | fix typo rwlock.rs | Bulat Musin | -1/+1 |
| 2018-01-09 | Rollup merge of #47285 - AndrewBrinker:master, r=kennytm | Corey Farwell | -1/+1 |
| 2018-01-10 | We have Rust 1.25 now | est31 | -1/+1 |
| 2018-01-10 | Stabilize the panic_col feature | est31 | -2/+1 |
| 2018-01-09 | Fixes whitespace. | Nathaniel Ringo | -9/+9 |
| 2018-01-09 | Fixes Duration constructor const fns other than new, reverts new to non-const. | Nathaniel Ringo | -10/+13 |
| 2018-01-09 | Makes the constructors of Duration const fns. | Nathaniel Ringo | -5/+5 |
| 2018-01-09 | Make core::ops::Place an unsafe trait | Taylor Cramer | -1/+1 |
| 2018-01-09 | remove implementation detail from doc | Trevor Spiteri | -4/+4 |
| 2018-01-08 | Fixed a typo in the compile_error docs | Andrew Brinker | -1/+1 |
| 2018-01-09 | Rollup merge of #47272 - GuillaumeGomez:missing-links, r=QuietMisdreavus | kennytm | -7/+14 |
| 2018-01-09 | Rollup merge of #47259 - sfackler:map-remove-entry, r=dtolnay | kennytm | -1/+49 |
| 2018-01-09 | Rollup merge of #47254 - rkruppe:no-more-align-hack, r=alexcrichton | kennytm | -12/+3 |
| 2018-01-08 | doc: show that `f32::log` and `f64::log` are not correctly rounded | Trevor Spiteri | -20/+18 |
| 2018-01-08 | Add missing links | Guillaume Gomez | -7/+14 |
| 2018-01-07 | Add HashMap::remove_entry | Steven Fackler | -1/+49 |
| 2018-01-07 | Replace empty array hack with repr(align) | Robin Kruppe | -12/+3 |
| 2018-01-07 | Make wasm obey backtrace feature, like other targets | Aidan Hobson Sayers | -0/+1 |
| 2018-01-06 | type error method suggestions use whitelisted identity-like conversions | Zack M. Davis | -1/+2 |
| 2018-01-07 | Rollup merge of #47217 - stjepang:set-examples, r=frewsxcv | kennytm | -0/+33 |
| 2018-01-06 | Auto merge of #47141 - alexcrichton:bump-bootstrap, r=alexcrichton | bors | -48/+3 |
| 2018-01-06 | Rollup merge of #47216 - SergioBenitez:doc-fix, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2018-01-06 | Rollup merge of #47165 - mbrubeck:args, r=alexcrichton | Guillaume Gomez | -23/+16 |
| 2018-01-06 | Rollup merge of #46987 - frewsxcv:frewsxcv-current-exe, r=QuietMisdreavus | Guillaume Gomez | -8/+11 |
| 2018-01-05 | Write examples for {BTree,Hash}Set::{get,replace,take} | Stjepan Glavina | -0/+33 |
| 2018-01-05 | Clarify appending behavior of 'io::Read::read_to_string()'. | Sergio Benitez | -1/+1 |
| 2018-01-05 | Rollup merge of #47198 - dzamlo:patch-2, r=frewsxcv | kennytm | -2/+2 |
| 2018-01-05 | Rollup merge of #47030 - ollie27:stab, r=alexcrichton | kennytm | -14/+14 |
| 2018-01-04 | [unix] Don't clone command-line args on startup | Matt Brubeck | -23/+16 |
| 2018-01-04 | Fix an error in std::process documentation | Loïc Damien | -2/+2 |
| 2018-01-04 | Bump to 1.25.0 | Alex Crichton | -48/+3 |
| 2018-01-02 | Document when LineWriter flushes; document errors for into_inner. | Corey Farwell | -0/+11 |
| 2018-01-02 | Auto merge of #47042 - redox-os:redox, r=estebank | bors | -7/+34 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -232/+5 |
| 2017-12-30 | Fix doc typo for is_ascii_graphic | varkor | -1/+1 |
| 2017-12-29 | Auto merge of #47026 - EdSchouten:cloudabi-unwind, r=kennytm | bors | -1/+8 |
| 2017-12-29 | Add proper library dependencies for libstd on CloudABI. | Ed Schouten | -1/+8 |
| 2017-12-28 | Remove an unused import for cfg(not(feature = "backtrace")). | Ed Schouten | -2/+0 |
| 2017-12-28 | Implement AsRef<Path> for Component | Diggory Blake | -0/+7 |