about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2014-11-07auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelixbors-68/+28
2014-11-07Add `ast::SequenceRepetition`Piotr Czarnecki-2/+9
2014-11-06Remove the unboxed closure `|:|` notation from types and trait references com...Niko Matsakis-50/+16
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-44/+54
2014-11-06Restructure parsing of paths, which is quite torturedNiko Matsakis-42/+108
2014-11-05Remove `Matcher`sPiotr Czarnecki-62/+2
2014-11-05Use `TokenTree`s in lhs of macrosPiotr Czarnecki-5/+18
2014-11-05Register snapshots.Eduard Burtescu-11/+0
2014-11-03rollup merge of #18562 : nick29581/dxr-1Alex Crichton-17/+3
2014-11-03rollup merge of #18506 : nikomatsakis/assoc-type-boundsAlex Crichton-7/+4
2014-11-03Restructure AST so that the associated type definition carriesNiko Matsakis-7/+4
2014-11-03Ignore whitespace tokens when re-computing spans in save_analysisNick Cameron-17/+3
2014-11-02Convert some notes to help messagesP1start-5/+14
2014-10-30rollup merge of #18430 : bjz/tokenAlex Crichton-207/+204
2014-10-30Add a message for when a `.` follows a macro invocationP1start-0/+10
2014-10-30Improve the error message for parenthesised box expressionsP1start-0/+14
2014-10-30Formatting fixesBrendan Zabarauskas-5/+13
2014-10-30Remove Token::get_close_delimiterBrendan Zabarauskas-47/+33
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-160/+163
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-28Move token-to-string functions into print::pprustBrendan Zabarauskas-1/+2
2014-10-28Use an enum rather than a bool in token::IdentBrendan Zabarauskas-6/+6
2014-10-28Convert some token functions into methodsBrendan Zabarauskas-109/+81
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-427/+426
2014-10-26Add a KleeneOp enum for clarityBrendan Zabarauskas-13/+16
2014-10-26Reduce the size of the TokenTreeBrendan Zabarauskas-1/+1
2014-10-26Use standard capitalisation for TokenTree variantsBrendan Zabarauskas-8/+8
2014-10-26Rename TokenTree variants for clarityBrendan Zabarauskas-5/+5
2014-10-26Add Span and separate open/close delims to TTDelimBrendan Zabarauskas-15/+21
2014-10-24Add a lint for not using field pattern shorthandsP1start-14/+23
2014-10-22auto merge of #18141 : phildawes/rust/master, r=brsonbors-2/+8
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-27/+33
2014-10-18Parser: Fix spans of explicit self arg identsPhil Dawes-2/+8
2014-10-17auto merge of #16855 : P1start/rust/help-messages, r=brsonbors-0/+3
2014-10-16libsyntax: Remove all uses of {:?}.Luqman Aden-5/+5
2014-10-13auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichtonbors-1/+17
2014-10-13auto merge of #17757 : gamazeps/rust/issue17709, r=alexcrichtonbors-5/+14
2014-10-11Remove `virtual` structs from the languageJakub Wieczorek-23/+7
2014-10-10Teach libsyntax about `while let`John Gallagher-1/+17
2014-10-09syntax: Convert statics to constantsAlex Crichton-4/+4
2014-10-09rustc: Add `const` globals to the languageAlex Crichton-5/+9
2014-10-07auto merge of #17787 : bgamari/rust/fix-quote-method, r=huonwbors-0/+7
2014-10-06syntax: Parse outer attributes in quote_method!Ben Gamari-0/+7
2014-10-06Remove the #[allow(non_uppercase_statics)] attr from bitflags!P1start-19/+19
2014-10-04Changed `extern crate foo as bar;` error messageFelix Raimundo-5/+14
2014-10-03rollup merge of #17729 : alexcrichton/issue-17718-startAlex Crichton-3/+21
2014-10-03Correct error message for invalid `ref`/`mut` bindingsP1start-3/+4
2014-10-02syntax: Enable parsing of `const` globalsAlex Crichton-3/+21
2014-10-02syntax: remove ObsoleteManaged{Type,Expr}.Eduard Burtescu-14/+0
2014-10-02syntax: ast: remove TyBox and UnBox.Eduard Burtescu-5/+4