| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -4/+39 |
| 2017-05-07 | Auto merge of #41729 - ubsan:master, r=nrc | bors | -30/+29 |
| 2017-05-07 | fix the easy features in libsyntax | ubsan | -30/+29 |
| 2017-05-07 | Auto merge of #41676 - sirideain:expand-macro-recursion-limit, r=jseyfried | bors | -1/+1 |
| 2017-05-06 | Fix "an" usage | acdenisSK | -1/+1 |
| 2017-05-06 | Group "macro expansion" notes per call span | Esteban Küber | -9/+18 |
| 2017-05-05 | Use diagnostics for trace_macro instead of println | Esteban Küber | -1/+6 |
| 2017-05-05 | Rollup merge of #41722 - F001:warnTilde, r=petrochenkov | Corey Farwell | -0/+13 |
| 2017-05-05 | Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-05-05 | Suggest `!` for bitwise negation when encountering a `~` | F001 | -0/+13 |
| 2017-05-05 | Add Options type in libtest and remove argument | Guillaume Gomez | -2/+2 |
| 2017-05-04 | Remove use of `Self: Sized` from libsyntax | Tommy Ip | -1/+1 |