| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-03-23 | add link to contribution guidelines and IRC room | Nick Sweeting | -3/+7 |
| 2017-03-23 | Add contribution instructions to stdlib docs | Nick Sweeting | -0/+6 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -1/+1 |
| 2017-03-20 | Fix up various links | steveklabnik | -5/+5 |
| 2017-03-19 | Rollup merge of #40566 - clarcharr:never_error, r=sfackler | Corey Farwell | -0/+1 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -1/+0 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -2/+2 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -1/+1 |
| 2017-03-15 | Implement Error for !. | Clar Charr | -0/+1 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -2/+2 |
| 2017-03-11 | Implement placement-in protocol for `HashMap` | Charlie Fan | -0/+1 |
| 2017-02-20 | Revert "Fix up links" | Steve Klabnik | -2/+2 |
| 2017-02-13 | Fix up links | Steve Klabnik | -2/+2 |
| 2017-02-10 | Change std::panicking::try::Data into a union | whataloadofwhat | -0/+1 |
| 2017-02-07 | Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson | Corey Farwell | -3/+0 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -3/+0 |
| 2017-02-05 | Ipv6Addr <-> u128 | Clar Charr | -1/+2 |
| 2017-02-05 | Rollup merge of #38983 - APTy:udp-peek, r=aturon | Corey Farwell | -0/+1 |
| 2017-02-04 | libstd/net: Add `peek` APIs to UdpSocket and TcpStream | Tyler Julian | -0/+1 |