| Age | Commit message (Expand) | Author | Lines |
| 2018-01-07 | Replace empty array hack with repr(align) | Robin Kruppe | -1/+0 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -0/+1 |
| 2017-12-26 | Adds termination_trait feature gate | Bastian Köcher | -1/+1 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -0/+6 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -0/+1 |
| 2017-12-08 | Auto merge of #45837 - SimonSapin:file_read_write, r=dtolnay | bors | -0/+1 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -11/+0 |
| 2017-11-24 | std: Flag Windows TLS dtor symbol as #[used] | Alex Crichton | -0/+1 |
| 2017-11-17 | add doc_highlight feature flag and tests | QuietMisdreavus | -0/+1 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -15/+1 |
| 2017-11-07 | Move `File::{read,write}_contents` to `fs::{read,write}` free functions. | Simon Sapin | -1/+1 |
| 2017-11-07 | Add File::read_contents and File::write_contents convenience functions. | Simon Sapin | -0/+1 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -0/+1 |
| 2017-10-31 | Auto merge of #44764 - nvzqz:master, r=alexcrichton | bors | -0/+2 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -12/+11 |
| 2017-10-01 | Improve performance of spsc_queue and stream. | Joshua Lockerman | -0/+2 |
| 2017-09-29 | Enable required features for core::array in libstd | Nikolai Vazquez | -0/+2 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -1/+7 |
| 2017-09-17 | Add `<*const T>::align_offset` and use it in `memchr` | Oliver Schneider | -0/+1 |
| 2017-09-16 | stabilized needs_drop (fixes #41890) | Michal Budzynski | -1/+0 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -0/+12 |
| 2017-09-09 | Auto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrum | bors | -1/+0 |
| 2017-09-08 | Revert "Add panic unit tests" | Jacob Kiesel | -1/+0 |
| 2017-09-06 | Rollup merge of #44097 - Xaeroxe:clamp, r=burntsushi | Mark Simulacrum | -0/+1 |
| 2017-09-05 | add feature gate doc_masked and tests | QuietMisdreavus | -0/+1 |
| 2017-09-05 | new attribute #[doc(masked)] to hide internal crates from std docs | QuietMisdreavus | -1/+6 |
| 2017-09-04 | Add panic unit tests | Jacob Kiesel | -0/+1 |
| 2017-08-31 | Bring back stage0 allocator logic on MSVC | Alex Crichton | -2/+5 |
| 2017-08-31 | Update Cargo to 0.23.0 and our lockfile | Alex Crichton | -0/+2 |
| 2017-08-31 | Bump to 1.22.0 | Alex Crichton | -10/+3 |
| 2017-08-27 | Whitelist unwind import in std | Tatsuyuki Ishi | -2/+2 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -1/+2 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-13 | Docs: restore link text after renaming anchor | Ruud van Asseldonk | -2/+2 |
| 2017-08-13 | Replace space in Markdown link label | Ruud van Asseldonk | -3/+3 |
| 2017-08-13 | Point "deref coercions" links to new book | Ruud van Asseldonk | -1/+1 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -0/+1 |
| 2017-08-12 | Check #[thread_local] statics correctly in the compiler. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-08-10 | Fix cross-crate global allocators on windows | Aidan Hobson Sayers | -4/+10 |
| 2017-08-10 | Exposed all platform-specific documentation. | kennytm | -0/+1 |
| 2017-08-07 | Make a disable-jemalloc build work | Aidan Hobson Sayers | -0/+10 |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -2/+0 |
| 2017-07-25 | std: Stabilize the `str_{mut,box}_extras` feature | Alex Crichton | -1/+0 |
| 2017-07-25 | std: Stabilize `char_escape_debug` | Alex Crichton | -1/+0 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -2/+1 |
| 2017-07-17 | Auto merge of #43055 - est31:stabilize_float_bits_conv, r=sfackler | bors | -1/+0 |
| 2017-07-11 | use :vis in thread_local! | Alex Burka | -0/+1 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+1 |
| 2017-07-06 | Stabilize float_bits_conv | est31 | -1/+0 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -8/+6 |