| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | Auto merge of #21237 - erickt:derive-assoc-types, r=erickt | bors | -6/+118 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -3/+3 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -119/+28 |
| 2015-03-24 | rollup merge of #23546: alexcrichton/hyphens | Alex Crichton | -28/+31 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -28/+31 |
| 2015-03-24 | syntax: Update #[derive(...)] to work with phantom and associated types | Erick Tryzelaar | -6/+118 |
| 2015-03-24 | syntax: Allow quotes to insert path | Erick Tryzelaar | -0/+2 |
| 2015-03-24 | syntax: Allow where strings to be parsed independent from generics | Erick Tryzelaar | -16/+25 |
| 2015-03-24 | syntax: add {trait_item,impl_item,where_clause}_to_string | Erick Tryzelaar | -13/+14 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -11/+12 |
| 2015-03-23 | rollup merge of #23506: alexcrichton/remove-some-deprecated-things | Alex Crichton | -292/+29 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -3/+3 |
| 2015-03-23 | rollup merge of #23538: aturon/conversion | Alex Crichton | -5/+6 |
| 2015-03-23 | rollup merge of #23211: FlaPer87/oibit-send-and-friends | Alex Crichton | -0/+7 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -5/+6 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -3/+3 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -5/+5 |
| 2015-03-20 | Feature gate defaulted traits | Flavio Percoco | -0/+7 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -5/+5 |
| 2015-03-19 | Added missing impl_to_source! and impl_to_tokens! for TraitItem. | Vladimir Pouzanov | -0/+6 |
| 2015-03-19 | Added missing impl_to_source! and impl_to_tokens! for ImplItem. | Vladimir Pouzanov | -0/+6 |
| 2015-03-19 | Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichton | bors | -1/+1 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2015-03-19 | Rollup merge of #23428 - Manishearth:ast-doc, r=steveklabnik | Manish Goregaokar | -15/+42 |
| 2015-03-19 | Rollup merge of #23494 - mdinger:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-19 | Rollup merge of #23475 - nikomatsakis:closure-ret-syntax, r=acrichto | Manish Goregaokar | -17/+31 |
| 2015-03-19 | Space and punctuation fixes | Manish Goregaokar | -14/+41 |
| 2015-03-19 | Address huon's comments | Manish Goregaokar | -1/+1 |
| 2015-03-19 | Update ast.rs | mdinger | -1/+1 |
| 2015-03-18 | rustc: Remove some long deprecated features: | Alex Crichton | -292/+29 |
| 2015-03-18 | Require braces when a closure has an explicit return type. This is a | Niko Matsakis | -17/+31 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -8/+0 |
| 2015-03-18 | Rollup merge of #23428 - Manishearth:ast-doc, r=huon | Manish Goregaokar | -15/+157 |
| 2015-03-18 | Address huon's comments | Manish Goregaokar | -17/+21 |
| 2015-03-18 | Clarify Expr | Manish Goregaokar | -5/+10 |
| 2015-03-18 | ast: Document Item and ForeignItem | Manish Goregaokar | -9/+27 |
| 2015-03-18 | ast: Document Lit | Manish Goregaokar | -1/+15 |
| 2015-03-18 | ast: Document Pat and Block | Manish Goregaokar | -1/+19 |
| 2015-03-18 | ast: Document paths and `where` clauses | Manish Goregaokar | -1/+15 |
| 2015-03-18 | ast: Document Expr_, UnOp, and BinOp | Manish Goregaokar | -1/+70 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -11/+13 |
| 2015-03-17 | Rollup merge of #23415 - alexcrichton:stabilize-flush, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-03-17 | Rollup merge of #23400 - nrc:pub_use, r=eddyb | Manish Goregaokar | -5/+13 |
| 2015-03-16 | impl f{32,64} | Jorge Aparicio | -0/+1 |
| 2015-03-16 | Auto merge of #23331 - eddyb:attr-lookahead, r=nikomatsakis | bors | -507/+320 |
| 2015-03-16 | std: Stabilize the Write::flush method | Alex Crichton | -1/+0 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -2/+1 |
| 2015-03-16 | Reviewer changes | Nick Cameron | -3/+4 |
| 2015-03-16 | Fallout in testing. | Nick Cameron | -5/+12 |