| Age | Commit message (Expand) | Author | Lines |
| 2015-03-16 | Fallout in testing. | Nick Cameron | -5/+12 |
| 2015-03-13 | Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon | bors | -27/+50 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -27/+50 |
| 2015-03-13 | rm unused import | Manish Goregaokar | -1/+0 |
| 2015-03-13 | Rollup merge of #23322 - dotdash:jemalloc_attrs, r=brson | Manish Goregaokar | -0/+3 |
| 2015-03-13 | Add an "allocator" attribute to mark functions as allocators | Björn Steinbrink | -0/+3 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -13/+4 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -13/+4 |
| 2015-03-12 | Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis | bors | -983/+503 |
| 2015-03-12 | Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton | bors | -64/+42 |
| 2015-03-12 | Rollup merge of #23297 - steveklabnik:examples, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-11 | Auto merge of #23156 - GuillaumeGomez:remove-proc, r=alexcrichton | bors | -73/+5 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -251/+162 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -161/+109 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -729/+459 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -192/+123 |
| 2015-03-10 | Fix unstable span checks | Steven Fackler | -1/+1 |
| 2015-03-11 | Remove ProcType and ProcExp | Guillaume Gomez | -41/+0 |
| 2015-03-10 | Remove proc keyword | Guillaume Gomez | -34/+7 |
| 2015-03-10 | Auto merge of #23028 - Munksgaard:get_attrs_opt, r=eddyb | bors | -15/+12 |
| 2015-03-10 | with_attrs -> attrs | Philip Munksgaard | -15/+12 |
| 2015-03-09 | Switch derive(Debug) to use the debug builders | Steven Fackler | -63/+41 |
| 2015-03-09 | Auto merge of #22561 - richo:as_slice-as_str, r=Manishearth | bors | -2/+2 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -21/+29 |
| 2015-03-09 | remove uses of as_slice where deref coercions can be used | Richo Healey | -2/+2 |
| 2015-03-08 | Fix array syntax in comment. | Amol Mundayoor | -1/+1 |
| 2015-03-07 | Auto merge of #23137 - kmcallister:derive-sugar, r=sfackler | bors | -198/+215 |
| 2015-03-07 | Auto merge of #23132 - alexcrichton:remove-deprecated-unicode-escapes, r=huonw | bors | -22/+2 |
| 2015-03-06 | Make #[derive(Anything)] into sugar for #[derive_Anything] | Keegan McAllister | -121/+157 |
| 2015-03-06 | Check gated attributes before and after macro expansion | Keegan McAllister | -37/+38 |
| 2015-03-06 | Consolidate ExpansionConfig feature tests | Keegan McAllister | -40/+20 |
| 2015-03-06 | syntax: Remove deprecated unicode escapes | Alex Crichton | -22/+2 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-06 | Auto merge of #22899 - huonw:macro-stability, r=alexcrichton | bors | -58/+138 |
| 2015-03-06 | Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-03-06 | Rollup merge of #22899 - huonw:macro-stability, r=alexcrichton | Manish Goregaokar | -58/+138 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -1/+1 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-06 | Run feature-gating on the final AST passed to the compiler. | Huon Wilson | -5/+9 |
| 2015-03-06 | Add more debugging to syntax::feature_gate. | Huon Wilson | -2/+6 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -51/+123 |
| 2015-03-05 | Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -8/+8 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -12/+26 |
| 2015-03-05 | Fix quoting of ?Sized | Seo Sanghyeon | -1/+2 |
| 2015-03-05 | Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister | bors | -42/+158 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -196/+218 |
| 2015-03-04 | Add quasiquote for matchers and attributes | Piotr Czarnecki | -42/+158 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -161/+343 |