| Age | Commit message (Expand) | Author | Lines |
| 2015-08-03 | Auto merge of #27134 - fhartwig:derive, r=huonw | bors | -0/+11 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -82/+65 |
| 2015-07-26 | Remove `ast::LocalSource` with only one used variant | mitaa | -4/+1 |
| 2015-07-25 | Auto merge of #27253 - bossmc:unbalanced-delimiters-cause-ice, r=nikomatsakis | bors | -2/+2 |
| 2015-07-24 | Make ICE an error and use a sensible error message | Andy Caldwell | -2/+2 |
| 2015-07-23 | review feedback: common-subexpression-elim across functions in pushpop_safe i... | Felix S. Klock II | -4/+4 |
| 2015-07-22 | Allow unstable code to be injected by placement-`in` expansion. | Felix S. Klock II | -3/+23 |
| 2015-07-22 | Add feature-gates for desugaring-based `box` and placement-`in`. | Felix S. Klock II | -0/+7 |
| 2015-07-22 | Revise placement-in expansion to use `push/pop_unsafe` and `move_val_init`. | Felix S. Klock II | -24/+37 |
| 2015-07-22 | prototype Placer protocol for unstable overloaded-box and placement-in. | Felix S. Klock II | -0/+114 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -0/+101 |
| 2015-07-21 | Avoid repeated trait bounds in derived impls | Florian Hartwig | -0/+11 |
| 2015-07-21 | Provide a filemap ctor with line info | Nick Cameron | -2/+2 |
| 2015-07-13 | Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr | bors | -1/+1 |
| 2015-07-12 | syntax: Allow semi tokens after macro ty/path | Alex Crichton | -1/+1 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -2/+2 |
| 2015-07-10 | Auto merge of #26907 - nrc:save-fns, r=brson | bors | -3/+4 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -2/+1 |
| 2015-07-09 | save-analysis: API-ify paths | Nick Cameron | -1/+1 |
| 2015-07-09 | Fix a bug where macros in expression position don't have expansion inidices i... | Nick Cameron | -3/+4 |
| 2015-06-18 | Auto merge of #26347 - nagisa:macro-exp, r=nrc | bors | -19/+26 |
| 2015-06-16 | Remove superfluous variable | Simonas Kazlauskas | -2/+0 |
| 2015-06-16 | Fix file!(), line!() and column!() macros | Simonas Kazlauskas | -19/+28 |
| 2015-06-14 | Replaced a comment mentioning a fixed issue | Markus Westerlind | -3/+5 |
| 2015-06-13 | Utilize discriminant_value for more efficient deriving | Markus | -39/+85 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -17/+17 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -0/+1 |
| 2015-05-27 | Auto merge of #25713 - Stebalien:pattern, r=alexcrichton | bors | -0/+1 |
| 2015-05-24 | Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix | bors | -2/+6 |
| 2015-05-22 | Allow patterns to be followed by if and in. | Steven Allen | -0/+1 |
| 2015-05-22 | Let MultiItemDecorator take `&Annotatable` (fixes #25683) | Manish Goregaokar | -34/+34 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -0/+1 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -2/+5 |
| 2015-05-17 | Make #[derive(Debug)] work with unsized fields | Steven Fackler | -5/+11 |
| 2015-05-17 | Allow #[derive()] to generate unsafe methods | Manish Goregaokar | -1/+23 |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -5/+5 |
| 2015-05-16 | Auto merge of #25444 - nikomatsakis:macro-tt-fix, r=pnkfelix | bors | -34/+78 |
| 2015-05-15 | Permit token trees, identifiers, and blocks to be following by | Niko Matsakis | -34/+78 |
| 2015-05-15 | syntax: Unquoting some statements requires trailing semicolons | Erick Tryzelaar | -3/+11 |
| 2015-05-15 | syntax: Add unquoting ast::{Generics,WhereClause} | Erick Tryzelaar | -0/+12 |
| 2015-05-14 | syntax: replace sess.span_diagnostic.cm with sess.codemap(). | Eduard Burtescu | -1/+1 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -4/+4 |
| 2015-05-13 | Auto merge of #25318 - nrc:for-expn, r=sfackler | bors | -9/+42 |
| 2015-05-13 | Merge branch 'master' into mulit-decor | Nick Cameron | -3/+3 |
| 2015-05-12 | Rebasing | Nick Cameron | -17/+17 |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -34/+42 |
| 2015-05-12 | Proper spans for for loop expansion | Nick Cameron | -9/+42 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -3/+3 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -1/+1 |