| Age | Commit message (Expand) | Author | Lines |
| 2014-02-27 | Refactored list::head() to be based on List<T> | Bruno de Oliveira Abinader | -5/+5 |
| 2014-02-27 | Implemented list::is_empty() based on Container trait | Bruno de Oliveira Abinader | -2/+2 |
| 2014-02-27 | Modified list::from_vec() to return List<T> | Bruno de Oliveira Abinader | -3/+3 |
| 2014-02-27 | Fix a pretty printer crash on `/***`. | Chris Morgan | -0/+14 |
| 2014-02-27 | rustc: Explicitly mention type params with missing `'static` bounds | Kang Seonghoon | -0/+30 |
| 2014-02-25 | auto merge of #12505 : alexcrichton/rust/fix-stack-overflow, r=brson | bors | -0/+50 |
| 2014-02-25 | std: Tweak stack overflow printing for robustness | Alex Crichton | -0/+50 |
| 2014-02-25 | auto merge of #12493 : eddyb/rust/saner-overloads, r=nikomatsakis | bors | -7/+9 |
| 2014-02-25 | auto merge of #12457 : alexcrichton/rust/fix-some-tests, r=brson | bors | -1315/+304 |
| 2014-02-25 | Add a method of manually specifying the crate map | Alex Crichton | -0/+57 |
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -1315/+304 |
| 2014-02-25 | Use only the appropriate trait when looking up operator overloads. | Eduard Burtescu | -0/+21 |
| 2014-02-25 | typeck: Remove old diagnostic that refers to `do`. | Eduard Burtescu | -19/+0 |
| 2014-02-25 | auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brson | bors | -7/+5 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -5/+12 |
| 2014-02-25 | auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichton | bors | -9/+4 |
| 2014-02-24 | Test fixes from rollup | Alex Crichton | -6/+6 |
| 2014-02-24 | test: single-variant enum can't be dereferenced | Flavio Percoco | -0/+18 |
| 2014-02-24 | Match binding is assignment | Edward Wang | -0/+51 |
| 2014-02-24 | syntax: allow stmt/expr macro invocations to be delimited by {}. | Huon Wilson | -0/+71 |
| 2014-02-24 | syntax: calculate positions of multibyte characters more correctly. | Huon Wilson | -1/+79 |
| 2014-02-24 | syntax: record multibyte chars' positions absolutely, not relative to | Huon Wilson | -0/+60 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+2 |
| 2014-02-24 | Remove some obsolete ignored tests | Florian Hahn | -150/+0 |
| 2014-02-24 | rustc: Don't error on the rlib symlinks | Alex Crichton | -0/+35 |
| 2014-02-24 | test: Use `#[deriving(Hash)]` in a couple tests | Erick Tryzelaar | -3/+11 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -2/+1 |
| 2014-02-24 | Gate default type parameter overrides. | Eduard Burtescu | -9/+4 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -15/+11 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -41/+59 |
| 2014-02-24 | Remove deriving(ToStr) | Alex Crichton | -0/+2 |
| 2014-02-23 | auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brson | bors | -35/+31 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -35/+31 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -41/+57 |
| 2014-02-23 | auto merge of #12328 : nick29581/rust/abi, r=alexcrichton | bors | -22/+43 |
| 2014-02-24 | All uses of `extern fn` should mean `extern "C" fn`. Closes #9309. | Nick Cameron | -22/+43 |
| 2014-02-23 | auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr | bors | -0/+182 |
| 2014-02-23 | auto merge of #12492 : huonw/rust/snapshots, r=alexcrichton | bors | -18/+8 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -18/+8 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -0/+182 |
| 2014-02-23 | auto merge of #12416 : alexcrichton/rust/highlight, r=huonw | bors | -1/+1 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -12/+12 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -12/+12 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -26/+56 |
| 2014-02-23 | rustdoc: Add syntax highlighting | Alex Crichton | -1/+1 |
| 2014-02-22 | auto merge of #12450 : FlaPer87/rust/issue-10682, r=alexcrichton | bors | -0/+20 |
| 2014-02-22 | auto merge of #11863 : erickt/rust/hash, r=acrichto | bors | -0/+137 |
| 2014-02-22 | auto merge of #11603 : alexcrichton/rust/issue-11591, r=brson | bors | -0/+55 |
| 2014-02-22 | Force all lang items to be reachable | Alex Crichton | -0/+55 |
| 2014-02-22 | auto merge of #12366 : aepsil0n/rust/feature/unnecessary_parens_around_assign... | bors | -0/+3 |