| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -2/+2 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -3/+3 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -3/+3 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -2/+2 |
| 2014-03-23 | Implement cross-crate support for autoderef. | Eduard Burtescu | -0/+37 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -2/+2 |
| 2014-03-22 | test: Fix fallout of removing get() | Alex Crichton | -2/+2 |
| 2014-03-22 | test: Remove Freeze / NoFreeze from tests | Flavio Percoco | -2/+2 |
| 2014-03-21 | auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichton | bors | -16/+2 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -6/+0 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -3/+11 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -9/+10 |
| 2014-03-20 | std: Make the generic atomics take unsafe pointers | Brian Anderson | -16/+2 |
| 2014-03-20 | std: Make atomics immutable. #11583 | Brian Anderson | -12/+12 |
| 2014-03-20 | Replace Freeze bounds with Share bounds | Flavio Percoco | -3/+3 |
| 2014-03-18 | Fix linkage1 test which fails due to --as-needed | Nick Cameron | -0/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -7/+10 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -3/+0 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -4/+4 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -3/+3 |
| 2014-03-11 | auto merge of #12556 : alexcrichton/rust/weak-linkage, r=brson | bors | -0/+12 |
| 2014-03-11 | rustc: Support various flavors of linkages | Alex Crichton | -0/+12 |
| 2014-03-11 | Add an ItemModifier syntax extension type | Steven Fackler | -3/+12 |
| 2014-03-06 | test: Add some tests for closed issues | Alex Crichton | -0/+62 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -0/+1 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -0/+42 |
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -1/+1 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -2/+6 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -2/+6 |
| 2014-02-24 | All uses of `extern fn` should mean `extern "C" fn`. Closes #9309. | Nick Cameron | -2/+2 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -4/+4 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -4/+4 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -2/+5 |
| 2014-02-22 | Force all lang items to be reachable | Alex Crichton | -0/+17 |
| 2014-02-20 | Re-work loading crates with nicer errors | Alex Crichton | -0/+28 |
| 2014-02-19 | Tweak how preference factors into linkage | Alex Crichton | -0/+26 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -15/+15 |
| 2014-02-14 | Register new snapshots | Alex Crichton | -10/+0 |
| 2014-02-13 | Stop unloading syntax libraries | Steven Fackler | -0/+35 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -6/+6 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+150 |
| 2014-02-06 | auto merge of #12039 : alexcrichton/rust/no-conditions, r=brson | bors | -89/+0 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -89/+0 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -3/+2 |
| 2014-02-05 | auto merge of #12025 : lilac/rust/feature-gate-quote, r=brson | bors | -1/+1 |
| 2014-02-04 | auto merge of #12023 : nick29581/rust/err_res, r=alexcrichton | bors | -0/+15 |
| 2014-02-04 | auto merge of #12018 : alexcrichton/rust/triage, r=sfackler | bors | -0/+15 |
| 2014-02-04 | Adding tests for closed issues | Alex Crichton | -0/+15 |
| 2014-02-05 | Check for trait impl conflicts across crates | Nick Cameron | -0/+15 |