| Age | Commit message (Expand) | Author | Lines |
| 2014-04-23 | auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichton | bors | -37/+52 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -7/+14 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -19/+55 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -19/+55 |
| 2014-04-23 | syntax: fix de-@rooting fallout | Flavio Percoco | -18/+18 |
| 2014-04-23 | Honor hidden doc attribute of derivable trait methods | Edward Wang | -37/+52 |
| 2014-04-22 | auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis | bors | -22/+103 |
| 2014-04-23 | Review changes | Nick Cameron | -1/+2 |
| 2014-04-22 | Apply lint attrs to individual "use" declarations | David Creswick | -2/+10 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -5/+12 |
| 2014-04-23 | Check for unsized types in enums. | Nick Cameron | -0/+7 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -19/+85 |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -6/+13 |
| 2014-04-22 | rustc: de-@ middle::ty. | Eduard Burtescu | -0/+9 |
| 2014-04-21 | auto merge of #13435 : edwardw/rust/span, r=brson | bors | -14/+23 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -21/+73 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -219/+220 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -3/+2 |
| 2014-04-18 | Use more precise span when reporting semicolon hint | Edward Wang | -14/+23 |
| 2014-04-17 | auto merge of #13576 : lifthrasiir/rust/double-ref, r=alexcrichton | bors | -38/+54 |
| 2014-04-17 | Drive-by: `pprust::*_to_str` for TypeMethod, Method, and FnDecl. | Felix S. Klock II | -0/+12 |
| 2014-04-17 | Extended `syntax::{fold, ast_map}` to include lifetimes. | Felix S. Klock II | -33/+85 |
| 2014-04-17 | syntax: Parses `&&` as `& &` whenever appropriate. | Kang Seonghoon | -38/+54 |
| 2014-04-16 | auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonw | bors | -53/+54 |
| 2014-04-16 | syntax: Demote `priv` to a reserved keyword | Alex Crichton | -18/+18 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -10/+2 |
| 2014-04-16 | auto merge of #13544 : klutzy/rust/pprust, r=alexcrichton | bors | -11/+14 |
| 2014-04-16 | syntax: unify all MacResult's into a single trait. | Huon Wilson | -161/+232 |
| 2014-04-16 | pprust: Handle multi-stmt/no-expr `ExprFnBlock` | klutzy | -11/+14 |
| 2014-04-15 | Remove usage of private enum variants | Alex Crichton | -25/+34 |
| 2014-04-14 | auto merge of #13496 : alexcrichton/rust/issue-13495, r=sfackler | bors | -5/+2 |
| 2014-04-13 | rustc: Don't link in syntax extensions | Alex Crichton | -5/+2 |
| 2014-04-13 | auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichton | bors | -24/+36 |
| 2014-04-13 | libsyntax: update helper to stringify TyU* and TyI* to take into account havi... | Kevin Butler | -24/+36 |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -78/+52 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -75/+118 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -72/+72 |
| 2014-04-10 | std,syntax: make std::fmt::parse use `Vec`s. | Huon Wilson | -4/+4 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -75/+118 |
| 2014-04-08 | Test fixes from rollup | Alex Crichton | -8/+0 |
| 2014-04-08 | rustc: Never register syntax crates in CStore | Alex Crichton | -7/+6 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -36/+21 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -6/+7 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -6/+7 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -0/+2 |
| 2014-04-06 | syntax: Tweak parsing lifetime bounds on closures | Alex Crichton | -137/+133 |
| 2014-04-04 | auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr... | bors | -8/+42 |
| 2014-04-05 | Added session.fileline_note() method and support infrastucture for it. | Felix S. Klock II | -8/+42 |
| 2014-04-04 | Test fixes from rollup | Alex Crichton | -4/+4 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -2/+0 |