| Age | Commit message (Expand) | Author | Lines |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -1/+1 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -19/+19 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -15/+11 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-06-13 | Audit usage of NativeMutex | Alex Crichton | -2/+9 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -11/+15 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+4 |
| 2014-03-31 | sync: Switch field privacy as necessary | Alex Crichton | -9/+9 |
| 2014-03-23 | sync: Move the Mutex type to using &self | Alex Crichton | -0/+579 |