| Age | Commit message (Expand) | Author | Lines |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -8/+8 |
| 2018-01-15 | Rollup merge of #47443 - FenrirWolf:rand, r=alexcrichton | kennytm | -108/+0 |
| 2018-01-15 | Rollup merge of #47330 - bmusin:patch-2, r=shepmaster | kennytm | -4/+4 |
| 2018-01-15 | Rollup merge of #47277 - tspiteri:log-correctness, r=frewsxcv | kennytm | -18/+16 |
| 2018-01-15 | Rollup merge of #47120 - clarcharr:io_error_debug, r=dtolnay | kennytm | -8/+35 |
| 2018-01-14 | Remove leftover Rand stuff | Fenrir | -108/+0 |
| 2018-01-14 | Auto merge of #47268 - EdSchouten:cloudabi-libstd, r=alexcrichton | bors | -12/+5055 |
| 2018-01-14 | Auto merge of #46832 - Diggsey:bufread-cheaper-seek, r=alexcrichton | bors | -0/+46 |
| 2018-01-13 | Add note to documentation | Diggory Blake | -0/+4 |
| 2018-01-13 | Implement "seek_relative" | Diggory Blake | -0/+42 |
| 2018-01-13 | Better Debug impl for io::Error. | Clar Charr | -8/+35 |
| 2018-01-13 | Adjust tests for removal of `impl Foo for .. {}` | leonardo.yvens | -2/+2 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -9/+2 |
| 2018-01-13 | fix off-by-one error | Bulat Musin | -4/+4 |
| 2018-01-13 | Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est... | bors | -1/+2 |
| 2018-01-13 | Rollup merge of #47375 - overvenus:duration-examples, r=dtolnay | kennytm | -2/+2 |
| 2018-01-13 | Rollup merge of #47357 - whentze:osstr-doc-fix, r=GuillaumeGomez | kennytm | -2/+5 |
| 2018-01-13 | Rollup merge of #47340 - alercah:typo-fix, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-01-13 | Rollup merge of #47324 - mbrubeck:len, r=sfackler | kennytm | -2/+10 |
| 2018-01-13 | Rollup merge of #47310 - bmusin:patch-1, r=sfackler | kennytm | -1/+1 |
| 2018-01-13 | Rollup merge of #46985 - Diggsey:path-component-asref, r=alexcrichton | kennytm | -0/+7 |
| 2018-01-12 | Fix Duration::subsec_millis and Duration::subsec_micros examples | Neil Shen | -2/+2 |
| 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 |