| Age | Commit message (Expand) | Author | Lines |
| 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-14 | Disallow underscore suffix for string-like literals. | Masaki Hara | -5/+1 |
| 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 |
| 2017-05-13 | Fix #35829 (syntax extension's `quote_expr!()` does not handle b"…") | kennytm | -36/+20 |
| 2017-05-13 | Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -35/+33 |
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -537/+498 |
| 2017-05-12 | Disallow ._ in float literal. | Masaki Hara | -3/+1 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-12 | Pass crate attributes in visit.rs | Nick Cameron | -4/+6 |
| 2017-05-11 | Address PR reviews | Oliver Schneider | -5/+5 |
| 2017-05-10 | Refactor suggestion diagnostic API to allow for multiple suggestions | Oliver Schneider | -35/+33 |
| 2017-05-09 | Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis | bors | -4/+39 |
| 2017-05-08 | Rollup merge of #41827 - qnighy:allow-bare-cr-in-nondoc-comment, r=estebank | Corey Farwell | -1/+1 |
| 2017-05-08 | Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis | Corey Farwell | -5/+19 |
| 2017-05-08 | Allow bare CR in ////-style comment. | Masaki Hara | -1/+1 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -10/+9 |