| Age | Commit message (Expand) | Author | Lines |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -18/+18 |
| 2014-12-30 | Add a FIXME relating to using `ast::Name` | Niko Matsakis | -1/+1 |
| 2014-12-30 | Don't normalize associated types when in region binders, wait until we instan... | Niko Matsakis | -0/+12 |
| 2014-12-30 | Parse arbitrary operators after expr-like macro invocations in statement posi... | P1start | -5/+10 |
| 2014-12-29 | rollup merge of #20266: nick29581/dxr-use | Alex Crichton | -3/+4 |
| 2014-12-29 | rollup merge of #20264: nagisa/threadrng | Alex Crichton | -1/+1 |
| 2014-12-29 | rollup merge of #20194: nick29581/dst-syntax | Alex Crichton | -72/+132 |
| 2014-12-30 | Remove ExprSlice by hacking the compiler | Nick Cameron | -37/+14 |
| 2014-12-30 | Add hypothetical support for ranges with only an upper bound | Nick Cameron | -5/+7 |
| 2014-12-29 | syntax: whitespace cleanup | Erick Tryzelaar | -1/+1 |
| 2014-12-29 | Rebase fixes. | Huon Wilson | -3/+3 |
| 2014-12-29 | Slash the ast::Stmt type from 104 to 24 bytes. | Huon Wilson | -6/+6 |
| 2014-12-28 | Rename TaskRng to ThreadRng | Simonas Kazlauskas | -1/+1 |
| 2014-12-28 | auto merge of #20136 : eddyb/rust/format-args, r=alexcrichton | bors | -147/+99 |
| 2014-12-27 | syntax: change format_args! to produce fmt::Arguments instead of calling a fu... | Eduard Burtescu | -66/+29 |
| 2014-12-27 | syntax: use std::string::String unqualified in format. | Eduard Burtescu | -13/+12 |
| 2014-12-27 | syntax: turn the match-call generated by format_args inside-out. | Eduard Burtescu | -39/+41 |
| 2014-12-27 | syntax: format: put static arrays in their own blocks to avoid needing a wrap... | Eduard Burtescu | -40/+39 |
| 2014-12-27 | syntax: format: remove unused method_statics field. | Eduard Burtescu | -15/+4 |
| 2014-12-27 | auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler | bors | -0/+3 |
| 2014-12-28 | Fix spans for `use` view statements and their treatment in save-analysis | Nick Cameron | -3/+4 |
| 2014-12-27 | Extend span debugger | Seo Sanghyeon | -3/+49 |
| 2014-12-26 | Keep track of the whole error chain | Flavio Percoco | -2/+5 |
| 2014-12-26 | Changes to RustDoc | Nick Cameron | -7/+12 |
| 2014-12-26 | Accept `?Sized` as well as `Sized?` | Nick Cameron | -70/+125 |
| 2014-12-25 | Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString. | Simon Sapin | -0/+3 |
| 2014-12-25 | Parse fully-qualified associated types in generics without whitespace | P1start | -34/+10 |
| 2014-12-24 | auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichton | bors | -1/+10 |
| 2014-12-24 | Add syntax for ranges | Nick Cameron | -8/+48 |
| 2014-12-23 | Rename include_bin! to include_bytes! | Chris Wong | -1/+10 |
| 2014-12-22 | rollup merge of #19891: nikomatsakis/unique-fn-types-3 | Alex Crichton | -9/+19 |
| 2014-12-22 | rollup merge of #20056: MrFloya/iter_rename | Alex Crichton | -13/+13 |
| 2014-12-22 | rollup merge of #20141: frewsxcv/rfc438 | Alex Crichton | -1/+1 |
| 2014-12-22 | rollup merge of #20124: klutzy/pprust-asm | Alex Crichton | -5/+23 |
| 2014-12-22 | rollup merge of #20033: alexcrichton/deprecate-serialise | Alex Crichton | -135/+181 |
| 2014-12-22 | RFC 248? I think you meant RFC 438. | Chris Morgan | -1/+1 |
| 2014-12-22 | Fix fallout from changes. In cases where stage0 compiler is needed, we | Niko Matsakis | -9/+19 |
| 2014-12-22 | Renaming of the Iter types as in RFC #344 | Florian Wilkens | -13/+13 |
| 2014-12-22 | serialize: Fully deprecate the library | Alex Crichton | -135/+181 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -492/+481 |
| 2014-12-22 | pprust: Fix asm options | klutzy | -5/+23 |
| 2014-12-21 | rollup merge of #19972: alexcrichton/snapshots | Alex Crichton | -60/+0 |
| 2014-12-21 | rollup merge of #20080: seanmonstar/new-show-syntax | Alex Crichton | -0/+1 |
| 2014-12-21 | rollup merge of #20059: nick29581/self-impl | Alex Crichton | -5/+48 |
| 2014-12-21 | rollup merge of #20057: nick29581/array-syntax | Alex Crichton | -4/+12 |
| 2014-12-21 | rollup merge of #20039: barosl/if-let-friendly-error | Alex Crichton | -9/+14 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -2/+2 |
| 2014-12-20 | Add support for multiple region bounds in where clauses | Jared Roesch | -14/+21 |
| 2014-12-20 | Add parser support for generalized where clauses | Jared Roesch | -62/+119 |
| 2014-12-20 | add {:?} fmt syntax | Sean McArthur | -0/+1 |