summary refs log tree commit diff
path: root/src/libsyntax/ext/tt/transcribe.rs
AgeCommit message (Expand)AuthorLines
2016-08-07Make metavariables hygienic.Jeffrey Seyfried-5/+5
2016-07-23macros: Improve `tt` fragmentsJeffrey Seyfried-3/+13
2016-07-06Auto merge of #34652 - jseyfried:fix_expansion_perf, r=nrcbors-2/+2
2016-07-04Revert "Change `fold_tt` and `fold_tts` to take token trees by value (instead...Jeffrey Seyfried-2/+2
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-6/+3
2016-06-26Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrcJeffrey Seyfried-2/+2
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-7/+7
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. M...cgswords-7/+7
2016-06-14Change `fold_tt` and `fold_tts` to take token trees by value (instead of by r...Jeffrey Seyfried-2/+2
2016-04-27Make some fatal lexer errors recoverablemitaa-1/+3
2016-04-24syntax: Get rid of token::IdentStyleVadim Petrochenkov-6/+6
2016-02-18Remove unnecessary explicit lifetime bounds.Corey Farwell-11/+11
2016-02-11[breaking-change] don't glob export ast::KleeneOp variantsOliver 'ker' Schneider-2/+2
2015-12-18Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakisManish Goregaokar-4/+4
2015-12-17Remove unused importsJeffrey Seyfried-1/+1
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-4/+4
2015-12-15Generated code spans now point to callsite parameters (where applicable)Daniel Campbell-2/+2
2015-11-06remove `Tt` prefix from TokenType variantsOliver Schneider-21/+21
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-5/+5
2015-08-15Fix span of invalid metavariable repetitionJonas Schievink-1/+1
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-6/+4
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-2/+2
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-7/+7
2015-02-18Round 3 test fixes and conflictsAlex Crichton-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-02Omit integer suffix when unnecessaryAlfie John-1/+1
2015-01-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-1/+1
2015-01-17libsyntax: uint types to usizePaul Collier-4/+4
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-06rollup merge of #19430: pczarn/interp_tt-cleanupAlex Crichton-11/+23
2015-01-07Cleanup and followup to PR #17830: parsing changesPiotr Czarnecki-11/+23
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-05Add a special macro nonterminal $crateKeegan McAllister-1/+28
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03use assoc types in binop traitsJorge Aparicio-1/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+2
2014-12-19Register new snapshotsAlex Crichton-24/+0
2014-12-13libsyntax: convert `LockstepIterSize` binops to by valueJorge Aparicio-0/+24
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-1/+1
2014-11-07Add `ast::SequenceRepetition`Piotr Czarnecki-13/+17
2014-11-05Workaround to have doc comments desugared only in macrosPiotr Czarnecki-2/+12
2014-11-05Use `TokenTree`s in lhs of macrosPiotr Czarnecki-64/+73
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-8/+6
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-6/+6
2014-10-26Add a KleeneOp enum for clarityBrendan Zabarauskas-3/+3
2014-10-26Reduce the size of the TokenTreeBrendan Zabarauskas-4/+9