| Age | Commit message (Expand) | Author | Lines |
| 2014-06-10 | Add test for issue #13214 | Piotr Jawniak | -0/+29 |
| 2014-06-09 | auto merge of #14606 : pcwalton/rust/fn-trait-sugar, r=alexcrichton | bors | -0/+38 |
| 2014-06-09 | auto merge of #14783 : alexcrichton/rust/rollup, r=alexcrichton | bors | -3/+20 |
| 2014-06-09 | librustc: Use *signed* extension when converting enums to floats. | Patrick Walton | -0/+35 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -0/+38 |
| 2014-06-09 | Add test for issue #13446 | Piotr Jawniak | -0/+17 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -3/+3 |
| 2014-06-09 | auto merge of #14590 : pcwalton/rust/overloaded-call, r=nick29581 | bors | -0/+173 |
| 2014-06-09 | Add a test for deprecated phase(syntax) | Keegan McAllister | -0/+19 |
| 2014-06-09 | Convert tests to use #[plugin_registrar] | Keegan McAllister | -36/+30 |
| 2014-06-09 | Use phase(plugin) in tests | Keegan McAllister | -43/+43 |
| 2014-06-09 | librustc: Implement overloading for the call operator behind a feature | Patrick Walton | -0/+173 |
| 2014-06-09 | auto merge of #14709 : alexcrichton/rust/collections, r=brson | bors | -5/+5 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -2/+2 |
| 2014-06-08 | auto merge of #14740 : P1start/rust/name-warnings, r=alexcrichton | bors | -18/+18 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -5/+5 |
| 2014-06-08 | relicense shootout-fannkuch-redux.rs | Guillaume Pinot | -8/+38 |
| 2014-06-08 | Fix an LLVM assertion when matching against static strings | Jakub Wieczorek | -0/+19 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -1/+8 |
| 2014-06-08 | Add detection of dead struct fields | Jakub Wieczorek | -0/+67 |
| 2014-06-08 | auto merge of #14741 : sfackler/rust/visit-attr, r=alexcrichton | bors | -17/+67 |
| 2014-06-08 | auto merge of #14728 : TeXitoi/rust/relicense-shootout-regex-dna, r=brson | bors | -8/+38 |
| 2014-06-08 | auto merge of #14743 : Sawyer47/rust/range-msg, r=huonw | bors | -1/+1 |
| 2014-06-08 | Add back hint for crate level attributes | Steven Fackler | -0/+2 |
| 2014-06-08 | Improve error message for range in match | Piotr Jawniak | -1/+1 |
| 2014-06-07 | Remove the attribute_usage lint | Steven Fackler | -18/+8 |
| 2014-06-07 | Add visit_attribute to Visitor, use it for unused_attribute | Steven Fackler | -0/+58 |
| 2014-06-08 | update identifier naming warnings to give an example | P1start | -18/+18 |
| 2014-06-07 | relicense shootout-regex-dna.rs | Guillaume Pinot | -8/+38 |
| 2014-06-07 | auto merge of #14717 : zwarich/rust/borrowck-tests, r=cmr | bors | -84/+133 |
| 2014-06-07 | Clean up borrows in borrowck field-sensitivity tests | Cameron Zwarich | -27/+33 |
| 2014-06-07 | Fix bad borrowck tests and move them from run-pass to compile-fail | Cameron Zwarich | -14/+17 |
| 2014-06-07 | Add more borrowck tests for functional update moves | Cameron Zwarich | -0/+50 |
| 2014-06-07 | Make borrowck test functions better match their names | Cameron Zwarich | -18/+8 |
| 2014-06-07 | Mention the specific kind of use in borrowck test function names | Cameron Zwarich | -28/+28 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -2/+4 |
| 2014-06-06 | test: Fix fallout of previous changes | Alex Crichton | -8/+8 |
| 2014-06-06 | rustc: Preserve reachable extern fns with LTO | Alex Crichton | -14/+68 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -1/+1 |
| 2014-06-06 | librustc: Update AutoObject adjustment in writeback. | Luqman Aden | -0/+30 |
| 2014-06-06 | rustc: Avoid UB with signed division/remainder | Alex Crichton | -0/+35 |
| 2014-06-06 | Fix resolve to not permit refs to type vars from outer fns | Niko Matsakis | -4/+53 |
| 2014-06-06 | Add missing test case for contravariant trait matching | Niko Matsakis | -0/+37 |
| 2014-06-06 | auto merge of #14318 : zwarich/rust/check-loans-refactor, r=nikomatsakis | bors | -17/+416 |
| 2014-06-06 | Add a test for borrowck errors with multiple closure captures. | Cameron Zwarich | -0/+64 |
| 2014-06-06 | Add new tests for borrowck field-sensitivity. | Cameron Zwarich | -0/+347 |
| 2014-06-06 | Change check_loans to use ExprUseVisitor. | Cameron Zwarich | -17/+5 |
| 2014-06-06 | auto merge of #14677 : alexcrichton/rust/issue-2665, r=brson | bors | -30/+30 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -9/+9 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -9/+9 |