| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-06-05 | auto merge of #14669 : TeXitoi/rust/relicense-shootout-meteor, r=brson | bors | -10/+40 |
| 2014-06-05 | mk: Move rust_test_helpers out of libstd | Alex Crichton | -30/+30 |
| 2014-06-05 | auto merge of #14538 : alexcrichton/rust/libcollections, r=brson | bors | -53/+46 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -53/+46 |
| 2014-06-05 | auto merge of #14647 : BurntSushi/rust/fix-14185, r=alexcrichton | bors | -0/+60 |
| 2014-06-05 | auto merge of #14644 : alexcrichton/rust/more-no-runtime-use-cases, r=brson | bors | -0/+59 |
| 2014-06-05 | relicense shootout-meteor.rs | Guillaume Pinot | -10/+40 |
| 2014-06-04 | Fixes #14185. | Andrew Gallant | -0/+60 |
| 2014-06-04 | std: Improve non-task-based usage | Alex Crichton | -0/+59 |
| 2014-06-04 | Fix an ICE when a function argument is of the bottom type | Jakub Wieczorek | -0/+21 |
| 2014-06-03 | auto merge of #14628 : luqmana/rust/fcr, r=nikomatsakis | bors | -3/+35 |
| 2014-06-03 | librustc: Try to resolve before coercions. | Luqman Aden | -3/+35 |
| 2014-06-02 | auto merge of #14598 : alexcrichton/rust/triage, r=huonw | bors | -0/+26 |
| 2014-06-02 | test: Add tests for closed issue #10764 | Alex Crichton | -0/+26 |
| 2014-06-02 | Fix deriving Encodable trait for unit structs | Piotr Jawniak | -0/+29 |
| 2014-06-02 | test: Enable #9205-related tests on windows | klutzy | -6/+0 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -36/+36 |
| 2014-05-31 | auto merge of #14561 : jakub-/rust/issue-11319, r=alexcrichton | bors | -0/+19 |
| 2014-05-31 | Make the match arm type mismatch message point to the arm's span | Jakub Wieczorek | -0/+19 |
| 2014-05-31 | Use RHS's struct def ID for error messages in pattern matching | Jakub Wieczorek | -0/+20 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -207/+210 |
| 2014-05-30 | auto merge of #14536 : zwarich/rust/issue-14498, r=luqmana | bors | -0/+63 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -0/+2 |
| 2014-05-30 | lib{serialize, uuid}: Fix snake case errors. | Kevin Butler | -7/+8 |
| 2014-05-30 | rustc: Add lint for snake_case functions & methods. | Kevin Butler | -0/+51 |
| 2014-05-30 | auto merge of #14517 : lucy/rust/issue-14499, r=alexcrichton | bors | -0/+15 |
| 2014-05-29 | Fix the handling of assignments to owning pointer paths in check_loans | Cameron Zwarich | -0/+63 |
| 2014-05-29 | auto merge of #14427 : alexcrichton/rust/librand, r=huonw | bors | -20/+13 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -20/+13 |
| 2014-05-29 | syntax: Fix span on illegal ABI errors | lucy | -0/+15 |
| 2014-05-29 | debuginfo: Make DWARF representation of enums uniform. | Michael Woerister | -23/+25 |
| 2014-05-29 | auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfackler | bors | -52/+46 |
| 2014-05-28 | auto merge of #14477 : alexcrichton/rust/issue-14456, r=brson | bors | -0/+55 |
| 2014-05-28 | auto merge of #14451 : alexcrichton/rust/issue-14442, r=brson | bors | -1/+1 |
| 2014-05-28 | Test pattern macros | Keegan McAllister | -0/+101 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -52/+46 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -35/+214 |