summary refs log tree commit diff
path: root/src/libsyntax/ext/tt/transcribe.rs
AgeCommit message (Expand)AuthorLines
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
2014-10-26Use standard capitalisation for TokenTree variantsBrendan Zabarauskas-12/+12
2014-10-26Prevent some vector reallocationsBrendan Zabarauskas-6/+6
2014-10-26Rename TokenTree variants for clarityBrendan Zabarauskas-10/+10
2014-10-26Add Span and separate open/close delims to TTDelimBrendan Zabarauskas-22/+32
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+2
2014-09-16Fallout from renamingAaron Turon-6/+6
2014-07-09syntax: doc comments all the thingsCorey Richardson-6/+6
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+5
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-3/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-7/+7
2014-03-28De-@ NamedMatch.Eduard Burtescu-6/+6
2014-03-28De-@ TokenTree.Eduard Burtescu-3/+4
2014-03-28Used inherited mutability in lexer::Reader.Eduard Burtescu-173/+141
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-36/+19
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0