| Age | Commit message (Expand) | Author | Lines |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -59/+59 |
| 2014-05-24 | Changes from feedback | Steven Fackler | -4/+4 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -1/+7 |
| 2014-05-24 | auto merge of #14389 : Ryman/rust/14303, r=alexcrichton | bors | -1/+13 |
| 2014-05-23 | Make most lexer errors non-fatal | Kevin Ballard | -143/+104 |
| 2014-05-23 | Improve error message for lifetimes after type params. | Kevin Butler | -1/+13 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -247/+48 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -247/+48 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -4/+4 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+4 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -7/+6 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -56/+89 |
| 2014-05-22 | syntax: put the correct span on doc-comments inside a module. | Huon Wilson | -4/+4 |
| 2014-05-20 | syntax: Parse global paths in patterns | Alex Crichton | -1/+1 |
| 2014-05-19 | auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonw | bors | -7/+50 |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -7/+50 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -1/+2 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-15 | Add compiler flag to configure output coloring | Hanno Braun | -2/+2 |
| 2014-05-13 | syntax: Fix parsing << with closure types | Alex Crichton | -6/+54 |
| 2014-05-13 | syntax: Fix printing INT64_MIN | Alex Crichton | -3/+5 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -3/+0 |
| 2014-05-12 | Cleanup some ugly variable names, now that we have `let`-hygiene. | Paul Stansifer | -14/+14 |
| 2014-05-12 | Add some long-overdue documentation on the INTERPOLATED helper macros. | Paul Stansifer | -1/+6 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -2/+2 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -6/+0 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -229/+273 |
| 2014-05-08 | auto merge of #13835 : alexcrichton/rust/localdata, r=brson | bors | -4/+3 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -4/+3 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -14/+24 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -7/+38 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -6/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -7/+38 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -14/+24 |
| 2014-05-04 | auto merge of #13920 : Ryman/rust/inner_attr_doc, r=alexcrichton | bors | -1/+2 |
| 2014-05-04 | auto merge of #13908 : pcwalton/rust/box-pattern, r=alexcrichton | bors | -0/+13 |
| 2014-05-04 | auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichto | bors | -4/+3 |
| 2014-05-03 | Remove comment about semicolons for inner attributes from docs and adjust com... | Kevin Butler | -1/+2 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -4/+3 |
| 2014-05-03 | syntax: Fix duplicate attributes on module files | Alex Crichton | -6/+2 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -5/+5 |
| 2014-05-02 | libsyntax: Add `box PAT` to the pattern grammar. RFC #14. | Patrick Walton | -0/+13 |
| 2014-05-02 | auto merge of #13879 : huonw/rust/more-re, r=alexcrichton | bors | -8/+7 |
| 2014-05-02 | syntax: store char literals/tokens as `char`s rather than u32s. | Huon Wilson | -8/+7 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -22/+5 |
| 2014-04-28 | auto merge of #13812 : alxgnon/rust/master, r=alexcrichton | bors | -8/+5 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -5/+12 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -8/+5 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -5/+12 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -3/+3 |