| Age | Commit message (Expand) | Author | Lines |
| 2018-08-17 | Rollup merge of #53373 - estebank:unclosed, r=petrochenkov | kennytm | -1/+1 |
| 2018-08-16 | tests: prefer edition: directives to compile-flags:--edition. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-08-15 | fix broken test | Esteban Küber | -1/+1 |
| 2018-08-15 | syntax: Enforce attribute grammar in the parser | Vadim Petrochenkov | -5/+5 |
| 2018-08-06 | Address review comments | Vadim Petrochenkov | -25/+11 |
| 2018-08-06 | Enable macro modularization implicitly if one of "advanced" macro features is... | Vadim Petrochenkov | -17/+13 |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -1/+1 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -1/+1 |
| 2018-08-01 | Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini | bors | -0/+80 |
| 2018-07-30 | rustc: Disallow machine applicability in foreign macros | Alex Crichton | -0/+120 |
| 2018-07-30 | Add a test for the declare_tool_lint macro | flip1995 | -0/+80 |
| 2018-07-24 | Auto merge of #52618 - alexcrichton:capture-more, r=petrochenkov | bors | -0/+79 |
| 2018-07-22 | rustc: Implement tokenization of nested items | Alex Crichton | -0/+79 |
| 2018-07-21 | Attach deprecation lint `proc_macro_derive_resolution_fallback` to a specific... | Vadim Petrochenkov | -0/+16 |
| 2018-07-19 | proc_macro: Preserve spans of attributes on functions | Alex Crichton | -0/+88 |
| 2018-07-18 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -9/+9 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -9/+10 |
| 2018-07-15 | Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton | bors | -0/+206 |
| 2018-07-14 | Auto merge of #52326 - alexcrichton:tweak-proc-macro-expand, r=petrochenkov | bors | -0/+24 |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -9/+9 |
| 2018-07-14 | Functions introducing procedural macros reserve a slot in the macro namespace... | Vadim Petrochenkov | -0/+206 |
| 2018-07-13 | rustc: Tweak expansion of #[proc_macro] for 2018 | Alex Crichton | -0/+24 |
| 2018-07-13 | proc_macro: Fix crate root detection | Vadim Petrochenkov | -0/+33 |
| 2018-07-12 | Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkov | kennytm | -0/+74 |
| 2018-07-11 | rustc: Verify #[proc_macro] is only a word | Alex Crichton | -0/+74 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -5/+81 |
| 2018-07-08 | hygiene: Decouple transparencies from expansion IDs | Vadim Petrochenkov | -0/+58 |
| 2018-06-13 | Removed various update-reference and update-all-references scripts | Chris Cesare | -79/+0 |
| 2018-06-01 | rework to report errors from crates in a consistent order | Niko Matsakis | -27/+27 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -60/+132 |
| 2018-05-27 | Make anon params lint warn-by-default | Mark Mansi | -0/+2 |
| 2018-05-25 | Rename TokenStream::empty to TokenStream::new | David Tolnay | -1/+1 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -3/+3 |
| 2018-05-22 | rustc: Correctly pretty-print macro delimiters | Alex Crichton | -0/+57 |
| 2018-05-16 | Fix update-references for tests within subdirectories. | Eric Huss | -3/+4 |
| 2018-05-16 | compiletest: Run revisions as independent tests. | Eric Huss | -12/+11 |
| 2018-05-16 | Fix stability annotations for already stable bits of proc macro API 1.1 | Vadim Petrochenkov | -22/+18 |
| 2018-05-15 | Represent lifetimes as two joint tokens in proc macros | Vadim Petrochenkov | -0/+57 |
| 2018-05-15 | proc_macro: Validate inputs to `Punct::new` and `Ident::new` | Vadim Petrochenkov | -0/+147 |
| 2018-05-15 | TokenTree: Op -> Punct, Term -> Ident | Vadim Petrochenkov | -2/+2 |
| 2018-05-13 | Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Man... | kennytm | -9/+9 |
| 2018-05-12 | rustc: Only suggest deleting `extern crate` if it works | Alex Crichton | -11/+13 |
| 2018-05-11 | rustc: Include semicolon when removing `extern crate` | Alex Crichton | -9/+9 |
| 2018-05-04 | Add test | Manish Goregaokar | -0/+123 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -2/+2 |
| 2018-04-02 | proc_macro: Reorganize public API | Alex Crichton | -12/+13 |
| 2018-03-16 | Update tests | John Kåre Alsaker | -0/+4 |
| 2018-03-14 | update tests | Guillaume Gomez | -2/+2 |
| 2018-02-26 | Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -57/+57 |