about summary refs log tree commit diff
path: root/src/libsyntax/parse/mod.rs
AgeCommit message (Expand)AuthorLines
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-1/+1
2014-07-09syntax: don't parse numeric literals in the lexerCorey Richardson-0/+109
2014-07-09syntax: don't process string/char/byte/binary litsCorey Richardson-0/+232
2014-07-09syntax: doc comments all the thingsCorey Richardson-7/+6
2014-07-04Removed unnecessary method in testAdolfo OchagavĂ­a-16/+2
2014-07-03Simplify PatIdent to contain an Ident rather than a PathJohn Clements-35/+18
2014-06-18Handle CRLF properly in the lexerKevin Ballard-0/+22
2014-06-18Remove TraitStore from ty_traitNick Cameron-2/+6
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-0/+1
2014-06-13syntax: parse outer attributes in `quote_item!` calls.Huon Wilson-2/+1
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-17/+18
2014-06-04syntax: methodify the lexerCorey Richardson-2/+1
2014-05-30libsyntax: Fix snake_case errors.Kevin Butler-3/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-16/+16
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-20/+20
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+6
2014-05-17syntax: Tighten search paths for inner modulesAlex Crichton-1/+6
2014-05-15Add compiler flag to configure output coloringHanno Braun-2/+2
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-35/+35
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-27Fix repeated module documentationAlexandre Gagnon-5/+0
2014-04-21auto merge of #13435 : edwardw/rust/span, r=brsonbors-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-15/+15
2014-04-18Use more precise span when reporting semicolon hintEdward Wang-1/+1
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-1/+1
2014-04-06De-~[] Reader and WriterSteven Fackler-3/+4
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-1/+1
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-1/+1
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