| Age | Commit message (Expand) | Author | Lines |
| 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 #15199 : michaelwoerister/rust/cross-crate-stability, r=luqmana | bors | -0/+333 |
| 2014-07-03 | auto merge of #15325 : pcwalton/rust/trait-impl-bound-mismatch, r=pnkfelix | bors | -0/+136 |
| 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/+117 |
| 2014-07-02 | auto merge of #15310 : pcwalton/rust/tests-for-12223, r=brson | bors | -0/+72 |
| 2014-07-02 | debuginfo: Make names of types in debuginfo reliable and omit source location... | Michael Woerister | -0/+333 |
| 2014-07-02 | auto merge of #15085 : brson/rust/stridx, r=alexcrichton | bors | -23/+21 |
| 2014-07-01 | librustc: Properly compare implementation method type parameter bounds | Patrick Walton | -0/+136 |
| 2014-07-02 | auto merge of #15069 : luqmana/rust/cia, r=pcwalton | bors | -0/+92 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -23/+21 |
| 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/+72 |
| 2014-07-01 | relicense shootout-mandelbrot.rs | Guillaume Pinot | -8/+39 |
| 2014-07-01 | auto merge of #15281 : alexcrichton/rust/show-for-show, r=kballard | bors | -0/+3 |
| 2014-07-01 | auto merge of #15242 : pcwalton/rust/self-in-trait-methods, r=alexcrichton | bors | -0/+128 |
| 2014-06-30 | librustc: Permit by-value-self methods to be invoked on objects | Patrick Walton | -0/+128 |
| 2014-06-30 | Fix issue with tests | Adolfo OchagavĂa | -3/+3 |
| 2014-06-30 | Add `impl Show for &Show` | Alex Crichton | -0/+3 |
| 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 | -6/+10 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -923/+944 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -1/+1 |
| 2014-06-29 | librustc: Allow coercions through arrays. | Luqman Aden | -0/+92 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -199/+201 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -199/+201 |
| 2014-06-28 | auto merge of #15191 : pcwalton/rust/variance-in-trait-matching, r=huonw | bors | -14/+88 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -14/+88 |
| 2014-06-28 | Add test for issue #12552 | Piotr Jawniak | -0/+21 |
| 2014-06-28 | auto merge of #15233 : jbclements/rust/match-var-hygiene-etc, r=cmr | bors | -21/+54 |
| 2014-06-27 | simplified test case | John Clements | -5/+6 |
| 2014-06-27 | added unit and standalone test for 15221, extra debugging output | John Clements | -0/+22 |
| 2014-06-27 | make tests hygienic... | John Clements | -8/+18 |
| 2014-06-27 | replaced ignore-pretty with no-pretty-expanded | John Clements | -13/+13 |
| 2014-06-27 | librustc: Schedule cleanups properly when coercing to a &Trait. | Luqman Aden | -0/+38 |
| 2014-06-27 | auto merge of #15212 : huonw/rust/struct-paren-lint, r=alexcrichton | bors | -0/+23 |
| 2014-06-27 | Add test for #11677 | Piotr Jawniak | -0/+24 |
| 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 #14886 : alexcrichton/rust/rt-improvements, r=brson | bors | -0/+53 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -0/+53 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -2/+2 |
| 2014-06-26 | auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclements | bors | -13/+80 |
| 2014-06-25 | more loops to be ignored by pretty-rpass | John Clements | -0/+8 |
| 2014-06-25 | work around 15189 in test cases | John Clements | -0/+38 |
| 2014-06-25 | added compile-fail test for 15167 | John Clements | -0/+21 |
| 2014-06-25 | tidy macro just a bit | John Clements | -13/+13 |
| 2014-06-25 | auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brson | bors | -21/+36 |