| Age | Commit message (Expand) | Author | Lines |
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -1/+2 |
| 2014-03-04 | rustc: Streamline error messages for i18n, using `plural` whenever possible. | Kang Seonghoon | -2/+2 |
| 2014-03-03 | auto merge of #12665 : alexcrichton/rust/fix-snap-again, r=huonw | bors | -0/+2 |
| 2014-03-03 | test: Ignore some more syntax extension tests | Alex Crichton | -0/+4 |
| 2014-03-02 | auto merge of #12659 : alexcrichton/rust/fix-snap, r=sfackler | bors | -0/+2 |
| 2014-03-02 | test: Ignore some phase(syntax) tests | Alex Crichton | -0/+2 |
| 2014-03-02 | Expand string literals and exprs inside of macros | Steven Fackler | -1/+32 |
| 2014-03-02 | auto merge of #12645 : alexcrichton/rust/invalid-libraries, r=brson | bors | -0/+19 |
| 2014-03-01 | rustc: Better error when loading invalid libraries | Alex Crichton | -0/+19 |
| 2014-03-01 | auto merge of #12630 : alexcrichton/rust/flush-buffered, r=brson | bors | -5/+4 |
| 2014-03-01 | auto merge of #12641 : sfackler/rust/issue-11552, r=huonw | bors | -0/+29 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -5/+4 |
| 2014-03-01 | Add a test for #11552 | Steven Fackler | -0/+29 |
| 2014-03-01 | auto merge of #12639 : luqmana/rust/struct-variant-pat, r=pcwalton | bors | -0/+29 |
| 2014-03-01 | auto merge of #12638 : luqmana/rust/op-no-ref, r=alexcrichton | bors | -0/+33 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -44/+64 |
| 2014-03-01 | librustc: Don't ICE when operator traits are not implemented properly. Fixes ... | Luqman Aden | -0/+33 |
| 2014-02-28 | librustc: Pass the node id so we don't fail on destructing struct variants. F... | Luqman Aden | -0/+29 |
| 2014-02-28 | syntax: Expand format!() deterministically | Alex Crichton | -0/+16 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -0/+76 |
| 2014-03-01 | rustc: implement a lint for publicly visible private types. | Huon Wilson | -0/+130 |
| 2014-02-27 | auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichton | bors | -0/+44 |
| 2014-02-27 | auto merge of #12348 : brunoabinader/rust/libcollections-list-refactory, r=al... | bors | -9/+9 |
| 2014-02-27 | rustc: Move local native libs back in link-args | Alex Crichton | -0/+44 |
| 2014-02-27 | Immutable static items should be `Freeze` Fixes #12432 | Flavio Percoco | -18/+47 |
| 2014-02-27 | Closes #7364 Test case | Flavio Percoco | -0/+19 |
| 2014-02-27 | Closes #9243 Test case | Flavio Percoco | -0/+23 |
| 2014-02-27 | Forbid certain types for static items | Flavio Percoco | -1/+129 |
| 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 | Forbid moves out of static items Closes #10577 | Flavio Percoco | -6/+35 |
| 2014-02-27 | Remove unused type_is_pod function | Flavio Percoco | -0/+29 |
| 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 |