| Age | Commit message (Expand) | Author | Lines |
| 2018-09-11 | Add missing #![feature(min_const_fn)] to the newtype_index test. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-09-11 | Satisfy tidy | Oliver Schneider | -1/+1 |
| 2018-09-11 | Forbid the upper indices of `IndexVec` indices to allow for niche optimizations | Oliver Schneider | -0/+20 |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -1/+2 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -2/+2 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -1/+2 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -1/+1 |
| 2018-08-27 | Move with_globals setup from run_compiler to run | John Kåre Alsaker | -1/+3 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-08-24 | Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe | kennytm | -1/+1 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -1/+1 |
| 2018-08-23 | Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister | bors | -1/+1 |
| 2018-08-23 | Prefer `.nth(n)` over `.skip(n).next()`. | Corey Farwell | -1/+1 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -1/+1 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -3/+3 |
| 2018-08-21 | Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj | kennytm | -2/+2 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -8/+8 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -2/+2 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -24/+0 |
| 2018-08-15 | syntax: Enforce attribute grammar in the parser | Vadim Petrochenkov | -2/+2 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -4/+5 |
| 2018-08-11 | Feature gate arbitrary tokens in non-macro attributes with a separate gate | Vadim Petrochenkov | -1/+1 |
| 2018-08-08 | Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton | bors | -15/+15 |
| 2018-08-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -1/+1 |
| 2018-08-06 | Enable macro modularization implicitly if one of "advanced" macro features is... | Vadim Petrochenkov | -15/+15 |
| 2018-08-05 | Fix run-pass-fulldeps tests | varkor | -4/+3 |
| 2018-08-05 | Convert unknown_features lint into an error | varkor | -1/+0 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -2/+3 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -2/+2 |
| 2018-08-01 | Make sure we prepare for thin LTO whenever we are emitting bitcode | Colin Pronovost | -1/+1 |
| 2018-07-23 | Allow by default, fix tests | mark | -2/+4 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -4/+3 |
| 2018-07-19 | rustc: Fix two custom attributes with custom derive | Alex Crichton | -0/+46 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -70/+61 |
| 2018-07-14 | Remove some tests using AST comparisons, fix other tests | Vadim Petrochenkov | -59/+0 |
| 2018-07-10 | rustc: Search all derives for inert attributes | Alex Crichton | -0/+52 |
| 2018-06-30 | proc-macro: Use transparent marks for call-site hygiene | Vadim Petrochenkov | -0/+60 |
| 2018-06-27 | Auto merge of #51356 - Zoxc:encode-cleanup, r=michaelwoerister | bors | -4/+3 |
| 2018-06-27 | Implement `#[macro_export(local_inner_macros)]` | Vadim Petrochenkov | -0/+1 |
| 2018-06-27 | Make opaque::Encoder append-only and make it infallible | John Kåre Alsaker | -4/+3 |
| 2018-06-26 | driveby status update to 2015 comment about parens in patterns | Zack M. Davis | -0/+2 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -4/+4 |
| 2018-06-21 | Fix test using ExprKind::Closure | Taylor Cramer | -0/+1 |
| 2018-06-19 | Auto merge of #50383 - stevepentland:union-derive, r=oli-obk | bors | -0/+52 |
| 2018-06-19 | Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=n... | bors | -0/+49 |
| 2018-06-18 | Add ability to apply custom derive to union types. | Steve Pentland | -0/+52 |
| 2018-06-12 | add tests for $crate in QSelf paths | Michael Lamparski | -4/+101 |
| 2018-06-08 | Add test for libsyntax with canonicalized base path | Evgenii Pashkin | -0/+49 |
| 2018-06-05 | Add AdHocCalls and pass self to build_controller as Box<Self> | bjorn3 | -12/+15 |