| Age | Commit message (Expand) | Author | Lines |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -2/+0 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -2/+6 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -4/+4 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+3 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -10/+10 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+3 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -4/+4 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -1/+1 |
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -2/+2 |
| 2013-12-16 | Test fallout from std::comm rewrite | Alex Crichton | -1/+1 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -9/+9 |
| 2013-12-12 | Gate literal box expressions in addition to types | Alex Crichton | -0/+2 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -1/+1 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -5/+4 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -1/+1 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -1/+1 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -3/+3 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -1/+1 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -1/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+1 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+3 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -2/+2 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -1/+1 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -1/+1 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -5/+5 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-26 | test: Remove uses of oldmap::HashMap | Alex Crichton | -27/+17 |
| 2013-03-15 | Clonify some of run-pass | Ben Striegel | -3/+3 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -1/+1 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -1/+1 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -2/+2 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -2/+2 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -2/+2 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -2/+2 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -8/+8 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-30 | Remove oldcomm from the test suite | Brian Anderson | -21/+18 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -6/+10 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -10/+6 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -6/+10 |
| 2012-12-28 | test: Fix a bunch of run-pass tests. rs=bustage | Patrick Walton | -7/+5 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -4/+4 |
| 2012-12-14 | Fix broken tests | Brian Anderson | -2/+2 |