about summary refs log tree commit diff
path: root/src/libsyntax/util/parser_testing.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-7/+0
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-7/+0
2015-01-17libsyntax: uint types to usizePaul Collier-2/+2
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-1/+3
2014-11-17libsyntax: Add tests for `parse_view_item`Murarth-0/+7
2014-09-14syntax: tests: fix fallout from using ptr::P.Eduard Burtescu-3/+1
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-4/+5
2014-09-03Fix spelling errors and capitalization.Joseph Crail-2/+2
2014-07-09syntax: doc comments all the thingsCorey Richardson-19/+19
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-4/+6
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-8/+8
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-10/+14
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-17Fix rustdoc and tests.Eduard Burtescu-1/+2
2014-03-17De-@ ParseSess uses.Eduard Burtescu-26/+7
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-0/+2
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-6/+6
2014-02-07Removed @self and @Trait.Eduard Burtescu-2/+2
2014-02-03syntax: Remove usage of io_error in testsAlex Crichton-9/+9
2014-02-02libsyntax: Fix tests.Patrick Walton-2/+2
2014-02-02librustc: Stop using `@str` for source.Patrick Walton-11/+11
2014-01-21Remove unnecessary parentheses.Huon Wilson-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-5/+5
2014-01-03librustc: De-`@mut` the parse sessionPatrick Walton-3/+3
2014-01-02libsyntax: Fix test and merge fallout.Patrick Walton-1/+1
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-8/+8
2013-11-19libsyntax: Change all uses of `&fn` to `||`.Patrick Walton-1/+1
2013-09-29Remove all usage of @ast::CrateAlex Crichton-2/+2
2013-09-06added string_to_ttsJohn Clements-0/+6
2013-09-06add hygiene support fns, move them around.John Clements-8/+7
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-3/+3
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-1/+1
2013-07-25syntax: Fix #6416 by aborting on errors after test parse.Graydon Hoare-5/+22
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-1/+1
2013-06-25great renaming propagation: syntaxCorey Richardson-1/+0
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-11/+11
2013-06-06add test cases for fold traversing macrosJohn Clements-0/+78
2013-06-05add hygiene support functionsJohn Clements-1/+2
2013-06-05interner just uses uints, not idents with syntax contextJohn Clements-4/+14
2013-05-20getting rid of interner_key! macroJohn Clements-45/+3
2013-05-20hygiene infrastructure.John Clements-12/+18
2013-05-20refactoring test functionsJohn Clements-0/+96