| Age | Commit message (Expand) | Author | Lines |
| 2018-10-26 | Rollup merge of #55298 - estebank:macro-def, r=pnkfelix | kennytm | -2/+7 |
| 2018-10-24 | Fix incorrect semicolon suggestion | Esteban Küber | -1/+3 |
| 2018-10-23 | Point at macro definition when no rules expect token | Esteban Küber | -2/+7 |
| 2018-10-23 | Modify invalid macro in expression context diagnostic | Esteban Küber | -4/+20 |
| 2018-10-05 | Rollup merge of #54833 - abonander:issue-54441, r=petrochenkov | Pietro Albini | -3/+1 |
| 2018-10-05 | Auto merge of #54336 - petrochenkov:preuni, r=alexcrichton | bors | -43/+30 |
| 2018-10-05 | make `Parser::parse_foreign_item()` return a foreign item or error | Austin Bonander | -3/+1 |
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -43/+30 |
| 2018-10-02 | Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg... | jeb | -13/+10 |
| 2018-09-27 | Auto merge of #52319 - tinco:issue_12590, r=pnkfelix | bors | -0/+1 |
| 2018-09-26 | Remove OneVector | ljedrz | -18/+23 |
| 2018-09-16 | Temporarily prohibit proc macro attributes placed after derives | Vadim Petrochenkov | -39/+59 |
| 2018-09-13 | resolve: Put different parent scopes into a single structure | Vadim Petrochenkov | -1/+1 |
| 2018-09-10 | Track whether module declarations are inline (fixes #12590) | Tinco Andringa | -0/+1 |
| 2018-09-10 | Feature gate non-builtin attributes in inner attribute position | Vadim Petrochenkov | -8/+23 |
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -45/+5 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -38/+10 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-08-23 | Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister | bors | -4/+5 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -4/+5 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -10/+5 |
| 2018-08-21 | Auto merge of #53471 - petrochenkov:biattr2, r=oli-obk | bors | -12/+3 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-20 | resolve: Consolidate error reporting for resolved macros in `fn resolve_macro... | Vadim Petrochenkov | -12/+3 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -10/+2 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -22/+22 |
| 2018-08-06 | Address review comments | Vadim Petrochenkov | -22/+12 |
| 2018-08-06 | Support custom attributes when macro modularization is enabled | Vadim Petrochenkov | -9/+13 |
| 2018-08-06 | Avoid modifying invocations in place for derive helper attributes | Vadim Petrochenkov | -19/+2 |
| 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 |