summary refs log tree commit diff
path: root/src/libsyntax/ext/base.rs
AgeCommit message (Expand)AuthorLines
2019-06-18resolve/expand: Move expansion info setting to a single earlier pointVadim Petrochenkov-1/+1
2019-06-18syntax: Move `default_transparency` into `ExpnInfo`Vadim Petrochenkov-1/+2
2019-06-18syntax: Remove `DummyResolver`Vadim Petrochenkov-25/+0
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-61/+87
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-30/+25
2019-06-10syntax: Improve documentation of `SyntaxExtension`Vadim Petrochenkov-36/+54
2019-06-10syntax: Remove `SyntaxExtension::DeclMacro`Vadim Petrochenkov-13/+5
2019-06-10syntax: Use `MultiItemModifier` for built-in derivesVadim Petrochenkov-5/+2
2019-06-10syntax: Remove `SyntaxExtension::MultiDecorator` and `MultiItemDecorator`Vadim Petrochenkov-33/+0
2019-06-10syntax: Remove `SyntaxExtension::IdentTT` and `IdentMacroExpander`Vadim Petrochenkov-38/+0
2019-06-06syntax: Switch function parameter order in `TokenTree::token`Vadim Petrochenkov-2/+3
2019-06-06syntax: Remove duplicate span from `token::Ident`Vadim Petrochenkov-1/+1
2019-06-06syntax: Use `Token` in `TokenTree::Token`Vadim Petrochenkov-4/+6
2019-05-29Introduce and use `SyntaxContext::outer_expn_info()`.Nicholas Nethercote-1/+1
2019-05-27Pass symbols to `ExtCtxt::std_path` instead of strings.Nicholas Nethercote-2/+2
2019-05-24review commentsEsteban Küber-6/+2
2019-05-24Tweak macro parse errors when reaching EOF during macro call parseEsteban Küber-1/+5
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-2/+2
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-3/+5
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-2/+2
2019-05-02don't amplify errors in format! with bad literalsAleksey Kladov-0/+1
2019-02-18Remove `LazyTokenStream`.Nicholas Nethercote-1/+1
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-1/+1
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-17/+17
2019-02-13Cleanup importsTaiki Endo-1/+1
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-11Parallel rustc needs synchronizing smart pointer cloningOliver Scherer-3/+3
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-3/+3
2019-02-11Rename the `exp` field to mirror its usesOliver Scherer-1/+1
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-7/+13
2019-02-10rustc: doc commentsAlexander Regueiro-17/+17
2019-02-07libsyntax => 2018Taiki Endo-42/+43
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-25/+23
2019-01-26Pretty print `$crate` as `crate` or `crate_name` in more casesVadim Petrochenkov-14/+2
2018-12-30Improve error recovery for some built-in macrosVadim Petrochenkov-4/+5
2018-12-28Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnaybors-0/+14
2018-12-28Resolve `$crate`s for pretty-printing at more appropriate timeVadim Petrochenkov-0/+14
2018-12-27Fix `trace_macros` and `log_syntax`Vadim Petrochenkov-12/+18
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-5/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19Remove `eliminate_crate_var` and special pretty-printing for `$crate`Vadim Petrochenkov-2/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-3/+3
2018-12-07Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...Vadim Petrochenkov-7/+0
2018-11-18resolve: Check resolution consistency for import paths and multi-segment macr...Vadim Petrochenkov-0/+7
2018-11-08Use `Lit` rather than `P<Lit>` in `ast::ExprKind`.Nicholas Nethercote-1/+1
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-4/+14
2018-09-26Remove OneVectorljedrz-25/+25
2018-09-13resolve: Put different parent scopes into a single structureVadim Petrochenkov-2/+2
2018-09-11resolve: Support resolving identifier macros without their own IDVadim Petrochenkov-5/+4
2018-09-10resolve: Remove `unshadowable_attrs`Vadim Petrochenkov-2/+0