| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-04 | libsyntax_ext => 2018 | Taiki Endo | -4/+3 | |
| 2018-12-30 | Improve error recovery for some built-in macros | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -1/+1 | |
| 2018-07-12 | Deny bare trait objects in src/libsyntax_ext | ljedrz | -2/+2 | |
| 2018-06-20 | Simply joint lifetime/type iteration | varkor | -1/+1 | |
| 2018-06-20 | Rename structures in ast | varkor | -2/+2 | |
| 2018-06-20 | Rename ast::GenericParam and ast::GenericArg | varkor | -2/+2 | |
| It's so confusing to have everything having the same name, at least while refactoring. | ||||
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -3/+3 | |
| 2018-06-20 | Rename *Parameter to *Param | varkor | -2/+2 | |
| 2018-06-20 | Consolidate PathParameters and AngleBracketedParameterData | varkor | -3/+2 | |
| 2018-04-06 | Use `Span::apply_mark` where possible | Vadim Petrochenkov | -1/+1 | |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -3/+3 | |
| 2017-09-04 | Produce expansion info for more builtin macros | Oliver Schneider | -0/+1 | |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -4/+3 | |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other ↵ | Jeffrey Seyfried | -7/+7 | |
| places. | ||||
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -4/+4 | |
| 2016-08-12 | run rustfmt on libsyntax_ext folder | Srinivas Reddy Thatiparthy | -43/+37 | |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -6/+3 | |
| This is a spiritual succesor to #34268/8531d581, in which we replaced a number of matches of None to the unit value with `if let` conditionals where it was judged that this made for clearer/simpler code (as would be recommended by Manishearth/rust-clippy's `single_match` lint). The same rationale applies to matches of None to the empty block. | ||||
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -2/+3 | |
| syntax-[breaking-change] cc #31645 (Only breaking because ast::TokenTree is now tokenstream::TokenTree.) This pull request refactors TokenTrees into their own file as src/libsyntax/tokenstream.rs, moving them out of src/libsyntax/ast.rs, in order to prepare for an accompanying TokenStream implementation (per RFC 1566). | ||||
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 | |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. ↵ | cgswords | -2/+3 | |
| Modified tests to point to the new file now. | ||||
| 2016-02-11 | [breaking-change] don't glob export ast::Mutablity variants | Oliver 'ker' Schneider | -1/+1 | |
| 2015-12-15 | Move built-in syntax extensions to a separate crate | Seo Sanghyeon | -0/+106 | |
