| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-27 | native: Ignore stdio fds with /dev/null | Alex Crichton | -0/+55 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -566/+566 |
| 2014-05-27 | auto merge of #14444 : huonw/rust/nice-for-errors, r=alexcrichton | bors | -0/+48 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -404/+404 |
| 2014-05-27 | auto merge of #14428 : alexcrichton/rust/issue-14422, r=pcwalton | bors | -0/+111 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -162/+162 |
| 2014-05-27 | rustc: Account for typedefs in privacy | Alex Crichton | -0/+111 |
| 2014-05-27 | rustc: Use rust strings for failure arguments | Alex Crichton | -1/+1 |
| 2014-05-27 | rustc: provide more precise information about refutable patterns. | Huon Wilson | -0/+32 |
| 2014-05-27 | syntax: desugar a `for` loop to a let binding to get better error | Huon Wilson | -0/+16 |
| 2014-05-26 | auto merge of #14300 : cmr/rust/enum-size-lint, r=kballard | bors | -0/+42 |
| 2014-05-25 | Allow $foo:block nonterminals in expression position | Kevin Ballard | -0/+21 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -364/+364 |