| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-29 | auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton | bors | -2/+2 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -10/+10 |
| 2014-03-28 | std and green: fix some warnings | Erick Tryzelaar | -2/+2 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -31/+32 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -32/+41 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -42/+41 |
| 2014-03-23 | std: Move NativeMutex from &mut self to &self | Alex Crichton | -2/+2 |
| 2014-03-23 | Snapshot cleanup | Alex Crichton | -10/+0 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -1/+1 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -0/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+3 |
| 2014-03-14 | green: Don't return the red zone in stack_bounds() | Alex Crichton | -3/+6 |
| 2014-03-14 | auto merge of #12878 : crabtw/rust/mips, r=alexcrichton | bors | -0/+2 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+1 |
| 2014-03-14 | fix MIPS target | Jyun-Yan You | -0/+2 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -104/+103 |
| 2014-03-12 | green: Fix a scheduler assertion on yielding | Alex Crichton | -0/+14 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -2/+5 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-03-04 | auto merge of #12667 : Kimundi/rust/any_improv, r=cmr | bors | -0/+2 |
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -0/+2 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -0/+1 |
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -2/+0 |
| 2014-02-24 | std: make .swap_remove return Option<T>. | Huon Wilson | -1/+1 |
| 2014-02-24 | green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc... | Huon Wilson | -17/+7 |
| 2014-02-24 | green: remove ancient register-saving code. | Huon Wilson | -6/+1 |
| 2014-02-23 | std: Move unstable::stack to rt::stack | Brian Anderson | -1/+1 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -3/+3 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |
| 2014-02-18 | auto merge of #12345 : huonw/rust/speeling, r=cmr | bors | -1/+1 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -1/+1 |
| 2014-02-16 | Clean up std::task docs, make TaskBuilder a real builder | Kevin Ballard | -1/+0 |
| 2014-02-15 | auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton | bors | -34/+25 |
| 2014-02-16 | Convert some unnecessary StaticNativeMutexes to NativeMutexes. | Huon Wilson | -12/+6 |
| 2014-02-16 | std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex. | Huon Wilson | -5/+5 |
| 2014-02-16 | std: Rename unstable::mutex::Mutex to StaticNativeMutex. | Huon Wilson | -8/+8 |
| 2014-02-16 | std: add an RAII unlocker to Mutex. | Huon Wilson | -15/+12 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-14 | auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brson | bors | -60/+99 |
| 2014-02-13 | Remove two allocations from spawning a green task | Alex Crichton | -117/+124 |
| 2014-02-13 | Don't require an allocation for on_exit messages | Alex Crichton | -3/+2 |
| 2014-02-13 | Fix a bug where cached stacks weren't re-used | Alex Crichton | -2/+32 |
| 2014-02-12 | Don't hit epoll unless a scheduler absolutely must | Alex Crichton | -19/+50 |
| 2014-02-12 | Percolate the (Scheduler, GreenTask) pair upwards | Alex Crichton | -50/+56 |