about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-18/+1
2014-03-12Update last_span in replace_tokenNick Cameron-0/+1
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-13/+13
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-1/+1
2014-03-11syntax: Add support for trait bounds on procsAlex Crichton-1/+2
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-4/+4
2014-03-03syntax: make match arms store the expr directly.Huon Wilson-10/+1
2014-03-02Make visible types public in rustcSteven Fackler-1/+1
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-23/+41
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-124/+123
2014-02-26Replace callee_id with information stored in method_map.Eduard Burtescu-5/+5
2014-02-24syntax: allow stmt/expr macro invocations to be delimited by {}.Huon Wilson-3/+23
2014-02-23auto merge of #12328 : nick29581/rust/abi, r=alexcrichtonbors-4/+5
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-4/+5
2014-02-23Make break and continue hygienicEdward Wang-3/+3
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-22Represent lifetimes as Names instead of IdentsEdward Wang-1/+1
2014-02-14extern mod => extern crateAlex Crichton-10/+10
2014-02-14Register new snapshotsAlex Crichton-7/+6
2014-02-14Removed the obsolete ast::CallSugar (previously used by `do`).Eduard Burtescu-8/+6
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-22/+15
2014-02-13Replace `extern mod` with `extern crate`Flavio Percoco-79/+81
2014-02-11Correct span for self and ExprStructSeo Sanghyeon-2/+2
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-4/+4
2014-02-08Fixed error starting with uppercasemr.Shu-4/+4
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-2/+2
2014-02-07Correct span for ExprFnBlock, ExprMethodCall, ExprParenSeo Sanghyeon-3/+3
2014-02-07Removed @self and @Trait.Eduard Burtescu-20/+11
2014-02-04Replace NonCopyable usage with NoPodFlavio Percoco-2/+3
2014-02-02rustc: update docs & propagate @[]/@str removal more.Huon Wilson-1/+1
2014-02-02rustc: Remove the vstore handling of @str and @[].Huon Wilson-1/+1
2014-02-02syntax: remove the handling of @str and @[] from the parser completely.Huon Wilson-30/+9
2014-02-02syntax: add an obsolete syntax warning for @[].Huon Wilson-1/+4
2014-02-02librustc: Remove `@str` from the languagePatrick Walton-1/+4
2014-02-02libsyntax: Remove `@str` from the internerPatrick Walton-1/+2
2014-02-02libsyntax: Remove the `interner_get` function and all usesPatrick Walton-1/+2
2014-02-02libsyntax: Remove many uses of `token::ident_to_str`Patrick Walton-4/+4
2014-02-02libsyntax: Remove `ident_to_str` from the parser, which was returningPatrick Walton-8/+6
2014-02-02libsyntax: Remove all `@str` from the ASTPatrick Walton-5/+8
2014-02-02libsyntax: Make float literals not use `@str`Patrick Walton-3/+6
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-5/+9
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-4/+8
2014-01-31Remove the obsolete handler for `impl A;`.Huon Wilson-14/+8
2014-01-30Implement default type parameters in generics.Eduard Burtescu-5/+25
2014-01-30auto merge of #11911 : kballard/rust/empty-functional-update, r=pcwaltonbors-11/+6
2014-01-29Allow empty functional updating of structsKevin Ballard-11/+6
2014-01-29Removing support for the do syntax from libsyntax and librustc.Scott Lawrence-74/+2
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-37/+33
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-3/+3
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-3/+3