| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | rustc: Account for typedefs in privacy | Alex Crichton | -0/+68 |
| 2014-05-27 | rustc: Use rust strings for failure arguments | Alex Crichton | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -22/+22 |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -2/+42 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-15 | auto merge of #13954 : aturon/rust/issue-11650, r=alexcrichton | bors | -1/+2 |
| 2014-05-15 | Added tests checking that changes in type sig are recognized in SVH. | Felix S. Klock II | -0/+111 |
| 2014-05-15 | A test case for a bug I found in the new SVH while reviewing it. | Felix S. Klock II | -0/+86 |
| 2014-05-15 | Some basic acceptance tests for better SVH. | Felix S. Klock II | -0/+405 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -1/+2 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -27/+29 |
| 2014-05-13 | Allow blocks in const expressions | Marvin Löbel | -0/+16 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -2/+2 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -2/+2 |
| 2014-05-08 | auto merge of #14001 : alexcrichton/rust/issue-11680, r=pcwalton | bors | -0/+19 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -2/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -9/+12 |
| 2014-05-06 | auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brson | bors | -0/+17 |
| 2014-05-06 | rustc: Fix enum variant privacy across crates | Alex Crichton | -0/+19 |
| 2014-05-02 | rustc: Crawl static initializers for reachability | Alex Crichton | -0/+32 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -0/+17 |
| 2014-04-30 | rustc: Fix def ids of xcrate-reexported items | Alex Crichton | -0/+43 |
| 2014-04-29 | rustc: Add search paths to dylib load paths | Alex Crichton | -0/+56 |
| 2014-04-27 | test: Add tests for closed issues | Alex Crichton | -0/+14 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -0/+27 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -5/+5 |
| 2014-04-17 | auto merge of #13565 : alexcrichton/rust/issue-13560, r=brson | bors | -0/+44 |
| 2014-04-16 | rustc: Don't allocate a cnum to syntax crates | Alex Crichton | -0/+44 |
| 2014-04-16 | auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonw | bors | -15/+1 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -15/+1 |
| 2014-04-16 | auto merge of #13527 : huonw/rust/macro-expander-trait, r=sfackler | bors | -2/+2 |
| 2014-04-16 | syntax: unify all MacResult's into a single trait. | Huon Wilson | -2/+2 |
| 2014-04-15 | auto merge of #13511 : Meyermagic/rust/enum_typeid, r=alexcrichton | bors | -0/+100 |
| 2014-04-14 | Fixes #13507 | Meyer S. Jacobs | -0/+100 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -106/+106 |
| 2014-04-10 | rustc: Disallow importing through use statements | Alex Crichton | -0/+24 |
| 2014-04-10 | debuginfo: Don't create debuginfo for statics inlined from other crates. | Michael Woerister | -0/+27 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-07 | Fix some windows rpass tests | Alex Crichton | -1/+1 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -3/+0 |
| 2014-04-06 | auto merge of #13346 : ben0x539/rust/priv-field-in, r=alexcrichton | bors | -0/+17 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -6/+6 |
| 2014-04-06 | name struct in "field `...` is private" error | Benjamin Herr | -0/+17 |
| 2014-04-04 | Test fixes from rollup | Alex Crichton | -1/+1 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -4/+4 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -6/+6 |
| 2014-04-04 | auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonw | bors | -1/+1 |
| 2014-04-03 | std: Remove `RefCell::get()` | Erick Tryzelaar | -1/+1 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -2/+2 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -13/+27 |