| Age | Commit message (Expand) | Author | Lines |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -3/+4 |
| 2014-04-15 | std: Remove pub use globs | Brian Anderson | -2/+4 |
| 2014-04-15 | std: Impl Deref/DerefMut for a borrowed task | Alex Crichton | -16/+15 |
| 2014-04-12 | auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brson | bors | -1/+1 |
| 2014-04-11 | auto merge of #13236 : liigo/rust/rename-benchharness, r=huonw | bors | -10/+10 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -10/+10 |
| 2014-04-10 | std: Be sure to call pthread_attr_destroy | Alex Crichton | -0/+2 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -1/+1 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -1/+2 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -3/+4 |
| 2014-04-08 | Improve searching for XXX in tidy script (#3303) | Boris Egorov | -1/+1 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -13/+13 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -1/+1 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -1/+1 |
| 2014-04-03 | Test fixes from the rollup | Alex Crichton | -5/+5 |
| 2014-04-03 | fix Option<~ZeroSizeType> | Daniel Micay | -2/+11 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -1/+1 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -1/+1 |
| 2014-03-31 | Switch some tuple structs to pub fields | Alex Crichton | -1/+1 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -41/+39 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -10/+10 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -99/+107 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -107/+0 |
| 2014-03-24 | comm: Implement synchronous channels | Alex Crichton | -2/+3 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -2/+2 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -107/+0 |
| 2014-03-23 | This commit cleans up a few test warnings | Steven Stewart-Gallus | -3/+3 |
| 2014-03-23 | std: Move NativeMutex from &mut self to &self | Alex Crichton | -2/+2 |
| 2014-03-22 | std: Remove the get() method from RefCell wrappers | Alex Crichton | -1/+1 |
| 2014-03-21 | libstd: Add some methods to `Vec<T>`. | Patrick Walton | -1/+1 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -72/+3 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -9/+9 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -3/+21 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -84/+15 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -323/+0 |
| 2014-03-15 | libstd: Fix a typo. s/target_os/target_arch/ | Luqman Aden | -4/+4 |
| 2014-03-14 | auto merge of #12893 : alexcrichton/rust/cfg-not, r=luqmana | bors | -2/+13 |
| 2014-03-14 | auto merge of #12878 : crabtw/rust/mips, r=alexcrichton | bors | -0/+3 |
| 2014-03-14 | std: Fix backtraces on arm linux | Alex Crichton | -2/+13 |
| 2014-03-14 | auto merge of #12875 : alexcrichton/rust/demangle-more-things, r=brson | bors | -7/+54 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+1 |
| 2014-03-14 | fix MIPS target | Jyun-Yan You | -0/+3 |
| 2014-03-13 | std: Demangle more escapes in backtraces | Alex Crichton | -7/+54 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+1 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -12/+12 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -12/+12 |
| 2014-03-13 | Add basic backtrace functionality | Alex Crichton | -100/+914 |
| 2014-03-11 | rustc: Support various flavors of linkages | Alex Crichton | -37/+26 |
| 2014-03-05 | std: Move libnative task count bookkeeping to std | Alex Crichton | -0/+56 |