| Age | Commit message (Expand) | Author | Lines |
| 2014-07-10 | auto merge of #15336 : jakub-/rust/diagnostics, r=brson | bors | -2/+70 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -2/+70 |
| 2014-07-10 | auto merge of #15559 : fhahn/rust/issue-15445-mut-cast, r=alexcrichton | bors | -0/+15 |
| 2014-07-10 | typeck: check casts from pointers to floats, closes #15445 | Florian Hahn | -0/+15 |
| 2014-07-10 | Add range lint for float literals, fixing #10934 | Falco Hirschenberger | -0/+5 |
| 2014-07-10 | auto merge of #15561 : huonw/rust/must-use-iterators, r=alexcrichton | bors | -0/+8 |
| 2014-07-09 | tests: Remove uses of advance. | Luqman Aden | -1/+1 |
| 2014-07-10 | lint: extend `#[must_use]` to handle a message. | Huon Wilson | -0/+8 |
| 2014-07-09 | test: simplify numeric literal cfail tests | Corey Richardson | -53/+14 |
| 2014-07-09 | testsuite: merge some lexer testcases | Corey Richardson | -238/+73 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -21/+24 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -21/+24 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -30/+30 |
| 2014-07-08 | auto merge of #15508 : jakub-/rust/struct-pattern-witness, r=alexcrichton | bors | -2/+2 |
| 2014-07-08 | auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581 | bors | -4/+23 |
| 2014-07-07 | auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581 | bors | -0/+64 |
| 2014-07-07 | auto merge of #15440 : pcwalton/rust/struct-aliases, r=brson | bors | -2/+2 |
| 2014-07-07 | Improve non-exhaustive pattern witnesses for structs with multiple fields | Jakub Wieczorek | -2/+2 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -0/+64 |
| 2014-07-07 | librustc: Disallow modules and types from having the same name. | Patrick Walton | -4/+23 |
| 2014-07-06 | Add a test case for #12187, which appears to have been fixed | Jakub Wieczorek | -0/+36 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -1/+1 |
| 2014-07-05 | test: Fix tests for crate_id removal | Alex Crichton | -95/+5 |
| 2014-07-04 | librustc: Accept type aliases for structures in structure literals and | Patrick Walton | -2/+2 |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -3/+3 |
| 2014-07-04 | auto merge of #15356 : pcwalton/rust/wrong-implementor, r=alexcrichton | bors | -0/+78 |
| 2014-07-03 | librustc: Have the kind checker check sub-bounds in trait casts. | Patrick Walton | -0/+39 |
| 2014-07-03 | Fix ICE with nested macro_rules!-style macros | Kevin Ballard | -0/+34 |
| 2014-07-03 | auto merge of #15325 : pcwalton/rust/trait-impl-bound-mismatch, r=pnkfelix | bors | -0/+111 |
| 2014-07-02 | librustc: Take the parameter space into account when combining type | Patrick Walton | -0/+78 |
| 2014-07-02 | auto merge of #15313 : pcwalton/rust/overloaded-call-expr-use, r=alexcrichton | bors | -0/+74 |
| 2014-07-02 | Change exhaustiveness analysis to permit multiple constructors per pattern | Jakub Wieczorek | -5/+14 |
| 2014-07-02 | auto merge of #15310 : pcwalton/rust/tests-for-12223, r=brson | bors | -0/+38 |
| 2014-07-01 | librustc: Properly compare implementation method type parameter bounds | Patrick Walton | -0/+111 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -6/+22 |
| 2014-07-01 | librustc: Fix `expr_use_visitor` (and, transitively, the borrow check) | Patrick Walton | -0/+74 |
| 2014-07-01 | test: Add tests for issue #12223, "drop allowed while active borrows | Patrick Walton | -0/+38 |
| 2014-06-30 | auto merge of #15262 : zecozephyr/rust/15620, r=luqmana | bors | -0/+19 |
| 2014-06-29 | librustc: Don't ICE on binding same field multiple times in struct | Jonathan Bailey | -0/+19 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -1/+5 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -177/+209 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -56/+56 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -56/+56 |
| 2014-06-28 | auto merge of #15191 : pcwalton/rust/variance-in-trait-matching, r=huonw | bors | -1/+62 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -1/+62 |
| 2014-06-28 | Add test for issue #12552 | Piotr Jawniak | -0/+21 |
| 2014-06-27 | rustc: update the unnecessary parens lint for struct literals. | Huon Wilson | -0/+23 |
| 2014-06-26 | librustc: Ensure that proc upvars have static lifetime. | Patrick Walton | -0/+26 |
| 2014-06-26 | auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclements | bors | -0/+21 |
| 2014-06-25 | added compile-fail test for 15167 | John Clements | -0/+21 |