about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2014-11-14auto merge of #18840 : huonw/rust/tweaks, r=alexcrichtonbors-24/+47
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-1/+3
2014-11-13Use the correct span for out-of-range int literals.Huon Wilson-1/+2
2014-11-13Add more "help: ..."'s to the parser.Huon Wilson-23/+38
2014-11-13Add error message specific to \<carriage return>.Huon Wilson-0/+7
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+2
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-1/+1
2014-11-11libsyntax: Forbid type parameters in field expressions.Patrick Walton-1/+8
2014-11-11syntax: improve message for misused inner attributesLiigo Zhuang-0/+2
2014-11-07Purge the old `once_fns`, which are not coming backNiko Matsakis-30/+29
2014-11-07Update parser with `for` syntaxNiko Matsakis-136/+174
2014-11-07auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelixbors-70/+36
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-60/+62
2014-11-06Restructure parsing of paths, which is quite torturedNiko Matsakis-42/+108
2014-11-05Remove `Matcher`sPiotr Czarnecki-64/+2
2014-11-05Use `TokenTree`s in lhs of macrosPiotr Czarnecki-5/+26
2014-11-05Register snapshots.Eduard Burtescu-94/+0
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-4/+19
2014-11-03rollup merge of #18562 : nick29581/dxr-1Alex Crichton-17/+16
2014-11-03rollup merge of #18506 : nikomatsakis/assoc-type-boundsAlex Crichton-7/+4
2014-11-03rollup merge of #18318 : arielb1/transmute-cleanupAlex Crichton-2/+2
2014-11-03Restructure AST so that the associated type definition carriesNiko Matsakis-7/+4
2014-11-03Clean-up transmutes in libsyntaxAriel Ben-Yehuda-2/+2
2014-11-03Ignore whitespace tokens when re-computing spans in save_analysisNick Cameron-17/+16
2014-11-02Convert some notes to help messagesP1start-5/+14
2014-10-30Test fixes and rebase conflictsAlex Crichton-7/+7
2014-10-30rollup merge of #18430 : bjz/tokenAlex Crichton-296/+273
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
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-13/+21
2014-10-30Remove Token::get_close_delimiterBrendan Zabarauskas-58/+33
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-234/+228
2014-10-29Rename fail! to panic!Steve Klabnik-25/+25
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-28Move token-to-string functions into print::pprustBrendan Zabarauskas-98/+4
2014-10-28Use an enum rather than a bool in token::IdentBrendan Zabarauskas-53/+86
2014-10-28Convert some token functions into methodsBrendan Zabarauskas-293/+288
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-843/+885
2014-10-26Update parse::test::string_to_tts_1 testBrendan Zabarauskas-113/+100
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-33/+33
2014-10-26Rename TokenTree variants for clarityBrendan Zabarauskas-30/+30
2014-10-26Add Span and separate open/close delims to TTDelimBrendan Zabarauskas-34/+39
2014-10-24Add a lint for not using field pattern shorthandsP1start-15/+24
2014-10-22auto merge of #18141 : phildawes/rust/master, r=brsonbors-3/+49
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-43/+49