| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -20/+40 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -1/+1 |
| 2015-08-12 | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | -1/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -235/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -29/+0 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -3/+2 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -8/+18 |
| 2015-07-29 | std: Remove the curious inner module | Alex Crichton | -2/+2 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -7/+14 |
| 2015-07-01 | Expand docs for recv | Steve Klabnik | -0/+42 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -10/+8 |
| 2015-06-17 | std: Deprecate the `future` feature | Alex Crichton | -0/+4 |
| 2015-06-17 | std: Stabilize the `once_new` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | std: Stabilize the sync_poison feature | Alex Crichton | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -2/+4 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -39/+18 |
| 2015-06-03 | Add priority policy to RWLock API Documentation | webmobster | -0/+4 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -50/+77 |
| 2015-05-25 | Remove unsafe block around boxed::into_raw() as it is now safe | Michael Layzell | -6/+4 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -19/+63 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -19/+63 |
| 2015-05-13 | Rebasing | Nick Cameron | -22/+24 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -47/+47 |
| 2015-05-06 | Auto merge of #24392 - seanmonstar:lint-transmute-mut, r=alexcrichton | bors | -11/+19 |
| 2015-05-06 | Update documentation for RwLock::try_{read,write}. | John Gallagher | -10/+17 |
| 2015-05-06 | Make RwLock::try_write try to obtain a write lock | John Gallagher | -2/+19 |
| 2015-05-05 | std: update select internals to not use mutable transmuting | Sean McArthur | -11/+19 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -34/+63 |
| 2015-04-30 | Add downcasting to std::error::Error | Aaron Turon | -3/+3 |
| 2015-04-29 | rollup merge of #24908: inrustwetrust/once_memory_ordering | Alex Crichton | -1/+5 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -17/+0 |
| 2015-04-28 | Clarify Once::call_once memory ordering guarantees in docs | inrustwetrust | -1/+5 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -6/+6 |
| 2015-04-23 | Auto merge of #24633 - rapha:master, r=alexcrichton | bors | -0/+57 |
| 2015-04-24 | Implement IntoIterator for Receiver | Raphael Speyer | -0/+57 |
| 2015-04-23 | Indicate trait names in doc-comment are code-like | Corey Farwell | -1/+1 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -8/+0 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -27/+27 |
| 2015-04-09 | Indicate keyword in doc comment is code-like | Corey Farwell | -2/+2 |
| 2015-04-08 | Auto merge of #24029 - nagisa:print-locking, r=alexcrichton | bors | -202/+14 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -202/+14 |
| 2015-04-07 | Remove another invalid example | Łukasz Niemier | -26/+0 |
| 2015-04-07 | Remove incorrect example from docs | Łukasz Niemier | -26/+0 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -22/+22 |
| 2015-04-01 | rollup merge of #23176: huonw/rm-bounds | Alex Crichton | -34/+36 |
| 2015-04-01 | rollup merge of #23949: aturon/stab-timeout | Alex Crichton | -19/+31 |
| 2015-04-01 | Stabilize basic timeout functionality | Aaron Turon | -19/+31 |
| 2015-04-01 | Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias | Niko Matsakis | -2/+3 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -226/+0 |
| 2015-03-31 | rollup merge of #23879: seanmonstar/del-from-error | Alex Crichton | -3/+3 |