| Age | Commit message (Expand) | Author | Lines |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -3/+21 |
| 2018-08-02 | Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov | bors | -5/+62 |
| 2018-08-01 | Use the correct allow | John Renner | -3/+3 |
| 2018-08-01 | Allow test imports to go unused | John Renner | -1/+15 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -3/+21 |
| 2018-07-31 | Address code review | John Renner | -5/+10 |
| 2018-07-31 | Allow unnameable tests | John Renner | -8/+28 |
| 2018-07-30 | Reexport tests without polluting namespaces | John Renner | -1/+19 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -2/+2 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -8/+10 |
| 2018-07-22 | Auto merge of #52394 - estebank:println, r=oli-obk | bors | -0/+1 |
| 2018-07-21 | Gate `format_args_nll` behind feature flag | Esteban Küber | -0/+1 |
| 2018-07-19 | rustc: Fix two custom attributes with custom derive | Alex Crichton | -0/+17 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -4/+4 |
| 2018-07-14 | Functions introducing procedural macros reserve a slot in the macro namespace... | Vadim Petrochenkov | -1/+1 |
| 2018-07-10 | Deny bare trait objects in in src/libsyntax | ljedrz | -1/+1 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -1/+1 |
| 2018-06-30 | hygiene: Implement transparent marks | Vadim Petrochenkov | -1/+1 |
| 2018-06-30 | expansion: Give names to some fields of `SyntaxExtension` | Vadim Petrochenkov | -5/+5 |
| 2018-06-28 | Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum | bors | -2/+4 |
| 2018-06-27 | Remove the now redundant CodeMap::new_filemap_with_lines() method. | Michael Woerister | -2/+4 |
| 2018-06-27 | Implement `#[macro_export(local_inner_macros)]` | Vadim Petrochenkov | -1/+9 |
| 2018-06-23 | hygiene: Merge `NameAndSpan` into `ExpnInfo` | Vadim Petrochenkov | -41/+31 |
| 2018-06-23 | hygiene: Do not reset expansion info for `quote!` | Vadim Petrochenkov | -2/+2 |
| 2018-06-23 | expansion: Add some comments | Vadim Petrochenkov | -2/+14 |
| 2018-06-23 | expansion: Improve searchability for `AstFragments` methods | Vadim Petrochenkov | -44/+60 |
| 2018-06-23 | expansion: Rename `Expansion` to `AstFragment` | Vadim Petrochenkov | -150/+159 |
| 2018-06-23 | expansion: Remove unnecessary override from `impl Folder for Marker` | Vadim Petrochenkov | -5/+0 |
| 2018-06-02 | Deny #[cfg] and #[cfg_attr] on generic parameters. | kennytm | -0/+5 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -2/+6 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -2/+2 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -2/+6 |
| 2018-05-20 | Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkov | bors | -5/+55 |
| 2018-05-18 | rustc: Disallow modules and macros in expansions | Alex Crichton | -5/+55 |
| 2018-05-17 | Pass crate editions to macro expansions, update tests | Vadim Petrochenkov | -11/+15 |
| 2018-05-17 | Add edition to expansion info | Vadim Petrochenkov | -1/+6 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Gate tool_attributes feature | Seiichi Uchida | -1/+5 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -1/+1 |
| 2018-04-30 | Auto merge of #50092 - abonander:issue-49934, r=petrochenkov | bors | -11/+57 |
| 2018-04-29 | Warn on pointless `#[derive]` in more places | Austin Bonander | -11/+57 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -1/+74 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -8/+9 |
| 2018-04-06 | Use `Span::apply_mark` where possible | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -4/+4 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -1/+1 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -0/+58 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -19/+70 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -1/+1 |
| 2018-03-16 | Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov | bors | -16/+40 |