summary refs log tree commit diff
path: root/src/libsyntax/parse/mod.rs
AgeCommit message (Expand)AuthorLines
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-10/+0
2014-03-29Register new snapshotFlavio Percoco-10/+0
2014-03-28De-@ TokenTree.Eduard Burtescu-3/+3
2014-03-27serialize: use ResultSean McArthur-1/+10
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-11/+11
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2
2014-03-17Fix rustdoc and tests.Eduard Burtescu-1/+2
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-38/+28
2014-03-17De-@ ParseSess uses.Eduard Burtescu-39/+39
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-7/+7
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-3/+3
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-4/+7
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-33/+33
2014-03-01auto merge of #12627 : alexcrichton/rust/issue-12623, r=brsonbors-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-6/+6
2014-02-28syntax: Refactor diagnostics to focus on WritersAlex Crichton-2/+2
2014-02-24Move extra::json to libserializeAlex Crichton-3/+1
2014-02-20move extra::test to libtestLiigo Zhuang-3/+4
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-25/+33
2014-02-07Removed @self and @Trait.Eduard Burtescu-5/+5
2014-02-06auto merge of #12048 : sanxiyn/rust/crate-config, r=alexcrichtonbors-3/+3
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-1/+1
2014-02-06Avoid cloning ast::CrateConfigSeo Sanghyeon-3/+3
2014-02-03syntax: Remove io_error usageAlex Crichton-3/+2
2014-02-02libsyntax: Fix tests.Patrick Walton-12/+12
2014-02-02libsyntax: De-`@str` pathnamesPatrick Walton-16/+12
2014-02-02librustc: Stop using `@str` for source.Patrick Walton-47/+41
2014-01-23Redo exported macro serializationSteven Fackler-1/+1
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-2/+2
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1
2014-01-17rustc::driver: Capitalize structs and enumsklutzy-1/+1
2014-01-15libsyntax: Remove the obsolete ability to parse from substrings.Patrick Walton-40/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-47/+46
2014-01-08Remove the io::Decorator traitAlex Crichton-2/+1
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-3/+3
2014-01-03libsyntax: De-`@mut` `StringReader`, `TtReader`, and `reader`Patrick Walton-2/+2
2014-01-03librustc: De-`@mut` the parse sessionPatrick Walton-25/+25
2014-01-03libsyntax: De-`@mut` `ParseSess::included_mod_stack`Patrick Walton-3/+4
2014-01-02libsyntax: Fix test and merge fallout.Patrick Walton-1/+1
2014-01-02libsyntax: De-`@mut` `token` in the parserPatrick Walton-1/+1
2014-01-02libsyntax: De-`@mut` `quote_depth` in the parserPatrick Walton-1/+1
2014-01-02libsyntax: Make the parser mutablePatrick Walton-34/+19
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-3/+3
2013-12-20rustc: Improve crate id extractionAlex Crichton-0/+24
2013-12-04Rename extra::json::*::init() constructors to *::new()Kevin Ballard-1/+1
2013-12-01auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmrbors-10/+10
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-10/+10
2013-11-29extra: missed a couple `@` in jsonErick Tryzelaar-1/+1