| Age | Commit message (Expand) | Author | Lines |
| 2017-06-02 | Rollup merge of #42319 - Manishearth:const-extern, r=nikomatsakis | Mark Simulacrum | -0/+4 |
| 2017-06-01 | Rollup merge of #42302 - GuillaumeGomez:new-error-codes-next, r=Susurrus | Corey Farwell | -0/+8 |
| 2017-06-01 | Rollup merge of #42136 - petrochenkov:oldhard, r=nikomatsakis | Corey Farwell | -8/+0 |
| 2017-05-31 | Improve error message for const extern fn | Manish Goregaokar | -0/+4 |
| 2017-05-31 | Emit proper expectation for the "default" keyword. | Masaki Hara | -2/+11 |
| 2017-05-31 | Parse macros named "default" correctly. | Masaki Hara | -19/+14 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -8/+0 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -0/+8 |
| 2017-05-28 | Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakis | bors | -28/+0 |
| 2017-05-27 | Rollup merge of #42207 - Nashenas88:remove_fragment_info, r=eddyb | Mark Simulacrum | -6/+0 |
| 2017-05-27 | Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturon | bors | -6/+2 |
| 2017-05-27 | Auto merge of #42103 - jorendorff:master, r=estebank | bors | -3/+12 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -6/+0 |
| 2017-05-26 | Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakis | bors | -0/+9 |
| 2017-05-25 | Auto merge of #40847 - jseyfried:decl_macro, r=nrc | bors | -66/+151 |
| 2017-05-25 | Remove irrelevant tests and unused testing attribute | Paul Faria | -6/+0 |
| 2017-05-25 | Stabilize non capturing closure to fn coercion | est31 | -6/+2 |
| 2017-05-25 | Auto merge of #41145 - matthewjasper:stabilize-relaxed-adts, r=petrochenkov | bors | -25/+3 |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -13/+13 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -21/+47 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -29/+66 |
| 2017-05-25 | Refactor out `ast::MacroDef`. | Jeffrey Seyfried | -7/+29 |
| 2017-05-24 | Rollup merge of #42120 - euclio:unicode, r=arielb1 | Mark Simulacrum | -1/+1 |
| 2017-05-24 | Rollup merge of #42071 - nrc:parse-mods, r=nikomatsakis | Mark Simulacrum | -10/+46 |
| 2017-05-24 | add thiscall calling convention support | Nathan Froyd | -0/+9 |
| 2017-05-23 | incr.comp.: Track expanded spans instead of FileMaps. | Michael Woerister | -28/+0 |
| 2017-05-23 | Stabilize in 1.19 | Matthew | -789/+896 |
| 2017-05-23 | Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakis | Corey Farwell | -7/+2 |
| 2017-05-20 | Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrum | bors | -1/+1 |
| 2017-05-20 | remove "much" from unicode diagnostic | Andy Russell | -1/+1 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -1/+1 |
| 2017-05-19 | Rollup merge of #42006 - jseyfried:fix_include_regression, r=nrc | Mark Simulacrum | -5/+5 |
| 2017-05-19 | trace_macro: Show both the macro call and its expansion. #42072. | Jason Orendorff | -3/+12 |
| 2017-05-18 | Add an option to the parser to avoid parsing out of line modules | Nick Cameron | -10/+46 |
| 2017-05-17 | Stabilize the loop_break_value feature | Pietro Albini | -7/+2 |
| 2017-05-17 | Auto merge of #41961 - kennytm:fix-35829, r=petrochenkov | bors | -36/+20 |
| 2017-05-17 | Auto merge of #42049 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -538/+504 |
| 2017-05-16 | Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov | Mark Simulacrum | -538/+504 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -4/+16 |
| 2017-05-16 | Rollup merge of #42005 - jseyfried:fix_macro_regression, r=nrc | Mark Simulacrum | -5/+6 |
| 2017-05-16 | (hopefully) fix pprust error | Andre Bogus | -1/+3 |
| 2017-05-15 | adressed comments by @kennytm and @petrochenkov | Andre Bogus | -38/+41 |
| 2017-05-15 | Fix regression on `include!(line!())`. | Jeffrey Seyfried | -5/+5 |
| 2017-05-15 | Fix regression in `macro_rules!` name matching. | Jeffrey Seyfried | -5/+6 |
| 2017-05-15 | Address review comments | est31 | -4/+2 |
| 2017-05-13 | Rollup merge of #41946 - qnighy:disallow-dot-underscore-in-float, r=petrochenkov | Mark Simulacrum | -3/+1 |
| 2017-05-13 | Auto merge of #41919 - nrc:save-crate, r=eddyb | bors | -4/+6 |
| 2017-05-13 | Support #[allow] etc logic on a per macro level | est31 | -3/+7 |
| 2017-05-13 | Extend the libsyntax visitor to work over macro defs | est31 | -1/+5 |
| 2017-05-13 | Add lint for unused macros | est31 | -0/+6 |