| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-06-20 | Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton | Corey Farwell | -0/+1 |
| 2017-06-20 | added `FromStr` Impl for `char` | tinaun | -0/+1 |
| 2017-06-20 | Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichton | bors | -0/+1 |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -1/+1 |
| 2017-06-15 | implement Error trait for error structs added in allocator API. | Felix S. Klock II | -0/+1 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -10/+7 |
| 2017-05-20 | migrate everything to using mem::needs_drop | Alexis Beingessner | -0/+1 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-04-20 | Remove float_extras | Josh Stone | -1/+0 |
| 2017-04-20 | Remove num::{Zero,One} | Josh Stone | -1/+0 |
| 2017-04-20 | Remove RefCell::borrow_state | Josh Stone | -1/+0 |
| 2017-04-18 | Override ToOwned::clone_into for Path and OsStr | Scott McMurray | -0/+1 |
| 2017-04-18 | Add functions to safely transmute float to int | est31 | -0/+1 |
| 2017-04-12 | Auto merge of #40765 - pirate:patch-3, r=aturon | bors | -0/+11 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -0/+1 |
| 2017-04-07 | fix build errors | Nick Sweeting | -2/+3 |
| 2017-03-30 | tweak links | Nick Sweeting | -2/+2 |