| Age | Commit message (Expand) | Author | Lines |
| 2014-11-24 | Merge libsync into libstd | Aaron Turon | -218/+0 |
| 2014-11-20 | Fallout from namespaced enums | Aaron Turon | -2/+0 |
| 2014-11-20 | Rewrite sync::mutex as thin layer over native mutexes | Aaron Turon | -378/+12 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -2/+1 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -13/+13 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -4/+4 |
| 2014-10-09 | sync: Convert statics to constants | Alex Crichton | -4/+4 |
| 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 |