| Age | Commit message (Expand) | Author | Lines |
| 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: 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 |
| 2014-05-24 | Get "make check" to work with unused-attribute | Steven Fackler | -17/+15 |
| 2014-05-24 | auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfackler | bors | -3/+3 |
| 2014-05-24 | auto merge of #14389 : Ryman/rust/14303, r=alexcrichton | bors | -0/+94 |
| 2014-05-24 | auto merge of #14388 : kballard/rust/nonfatal_lexer_errors, r=alexcrichton | bors | -68/+44 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -3/+3 |
| 2014-05-23 | Make most lexer errors non-fatal | Kevin Ballard | -68/+44 |
| 2014-05-23 | auto merge of #14379 : brson/rust/simd, r=alexcrichton | bors | -13/+13 |
| 2014-05-23 | auto merge of #14317 : P1start/rust/lifetime-formatting, r=alexcrichton | bors | -0/+19 |
| 2014-05-23 | std: Move unstable::finally to std::finally. #1457 | Brian Anderson | -1/+1 |
| 2014-05-23 | std: Move simd to core::simd and reexport. #1457 | Brian Anderson | -12/+12 |
| 2014-05-23 | Improve error message for lifetimes after type params. | Kevin Butler | -0/+94 |
| 2014-05-23 | auto merge of #14313 : kballard/rust/tuple_dotdot_match_ice, r=cmr | bors | -0/+32 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -34/+5 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -34/+5 |
| 2014-05-23 | Fix lifetime error to print `'a` instead of `&'a` | P1start | -0/+19 |
| 2014-05-22 | rustc: add a lint for large enum variants | Corey Richardson | -0/+42 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -141/+91 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -64/+55 |
| 2014-05-22 | auto merge of #14350 : zwarich/rust/let-suggestion, r=pcwalton | bors | -0/+20 |
| 2014-05-21 | auto merge of #14321 : alexcrichton/rust/ices, r=pcwalton | bors | -0/+272 |
| 2014-05-21 | Add a suggestion to use a `let` binding on some borrowck errors. | Cameron Zwarich | -0/+20 |
| 2014-05-21 | rustc: Fix an ICE with box-placement syntax | Alex Crichton | -0/+14 |
| 2014-05-21 | rustc: Turn a Box ICE into an error | Alex Crichton | -0/+14 |
| 2014-05-20 | auto merge of #14259 : alexcrichton/rust/core-mem, r=brson | bors | -1/+1 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -1/+1 |
| 2014-05-20 | test: Add test for fixed issue #12796 | Alex Crichton | -0/+20 |
| 2014-05-20 | test: Add a test for fixed issue #12567 | Alex Crichton | -0/+23 |
| 2014-05-20 | rustc: Avoid an unwrap() in check_match | Alex Crichton | -0/+19 |
| 2014-05-20 | auto merge of #14293 : alexcrichton/rust/weak-lang-items, r=brson | bors | -4/+84 |
| 2014-05-20 | rustc: Avoid out of bounds in check_match | Alex Crichton | -0/+25 |
| 2014-05-20 | test: Add a test for fixed issue #11844 | Alex Crichton | -0/+19 |
| 2014-05-20 | test: Add test for fixed issue #11736 | Alex Crichton | -0/+35 |
| 2014-05-20 | test: Add a test for fixed issue #10763 | Alex Crichton | -0/+13 |
| 2014-05-20 | rustc: Fix a dynamic borrow error in resolve | Alex Crichton | -0/+17 |
| 2014-05-20 | rustc: Prevant an out of bounds access in typeck | Alex Crichton | -0/+22 |
| 2014-05-20 | syntax: Parse global paths in patterns | Alex Crichton | -0/+51 |
| 2014-05-20 | Add run-pass case for issue #14308 | Kevin Ballard | -0/+32 |
| 2014-05-20 | auto merge of #13975 : nikomatsakis/rust/issue-13794-fn-subtyping-and-static,... | bors | -0/+60 |
| 2014-05-20 | rustc: Better resolve errors for &T, &mut T, remove failure condition. | Kevin Butler | -0/+213 |