about summary refs log tree commit diff
path: root/src/libsyntax/ext/expand.rs
AgeCommit message (Expand)AuthorLines
2018-10-26Rollup merge of #55298 - estebank:macro-def, r=pnkfelixkennytm-2/+7
2018-10-24Fix incorrect semicolon suggestionEsteban Küber-1/+3
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-2/+7
2018-10-23Modify invalid macro in expression context diagnosticEsteban Küber-4/+20
2018-10-05Rollup merge of #54833 - abonander:issue-54441, r=petrochenkovPietro Albini-3/+1
2018-10-05Auto merge of #54336 - petrochenkov:preuni, r=alexcrichtonbors-43/+30
2018-10-05make `Parser::parse_foreign_item()` return a foreign item or errorAustin Bonander-3/+1
2018-10-05expansion: Remove restriction on use of macro attributes with test/benchVadim Petrochenkov-43/+30
2018-10-02Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...jeb-13/+10
2018-09-27Auto merge of #52319 - tinco:issue_12590, r=pnkfelixbors-0/+1
2018-09-26Remove OneVectorljedrz-18/+23
2018-09-16Temporarily prohibit proc macro attributes placed after derivesVadim Petrochenkov-39/+59
2018-09-13resolve: Put different parent scopes into a single structureVadim Petrochenkov-1/+1
2018-09-10Track whether module declarations are inline (fixes #12590)Tinco Andringa-0/+1
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-8/+23
2018-09-04Move #[test_case] to a syntax extensionJohn Renner-45/+5
2018-09-04Introduce Custom Test FrameworksJohn Renner-38/+10
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-2/+2
2018-08-23Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoeristerbors-4/+5
2018-08-23Use optimized SmallVec implementationIgor Gutorov-4/+5
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-10/+5
2018-08-21Auto merge of #53471 - petrochenkov:biattr2, r=oli-obkbors-12/+3
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-12/+3
2018-08-19mv codemap() source_map()Donato Sciarra-3/+3
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19mv filemap source_fileDonato Sciarra-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-2/+2
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-10/+2
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-22/+22
2018-08-06Address review commentsVadim Petrochenkov-22/+12
2018-08-06Support custom attributes when macro modularization is enabledVadim Petrochenkov-9/+13
2018-08-06Avoid modifying invocations in place for derive helper attributesVadim Petrochenkov-19/+2
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-3/+21
2018-08-02Auto merge of #52890 - djrenren:test-visibility, r=petrochenkovbors-5/+62
2018-08-01Use the correct allowJohn Renner-3/+3
2018-08-01Allow test imports to go unusedJohn Renner-1/+15
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-3/+21
2018-07-31Address code reviewJohn Renner-5/+10
2018-07-31Allow unnameable testsJohn Renner-8/+28
2018-07-30Reexport tests without polluting namespacesJohn Renner-1/+19
2018-07-27Prefer to_string() to format!()ljedrz-2/+2
2018-07-23Implement 2015 vs 2018 `?` kleene op + testmark-8/+10
2018-07-22Auto merge of #52394 - estebank:println, r=oli-obkbors-0/+1
2018-07-21Gate `format_args_nll` behind feature flagEsteban Küber-0/+1
2018-07-19rustc: Fix two custom attributes with custom deriveAlex Crichton-0/+17
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-4/+4
2018-07-14Functions introducing procedural macros reserve a slot in the macro namespace...Vadim Petrochenkov-1/+1
2018-07-10Deny bare trait objects in in src/libsyntaxljedrz-1/+1