about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
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
2014-10-18Parser: Fix spans of explicit self arg identsPhil Dawes-3/+49
2014-10-17auto merge of #16855 : P1start/rust/help-messages, r=brsonbors-0/+3
2014-10-16libsyntax: Remove all uses of {:?}.Luqman Aden-9/+9
2014-10-13auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichtonbors-1/+18
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/+18
2014-10-09syntax: Convert statics to constantsAlex Crichton-12/+12
2014-10-09rustc: Add `const` globals to the languageAlex Crichton-5/+9
2014-10-08auto merge of #17866 : jgallagher/rust/reserve-inheritance-keywords, r=huonwbors-0/+3
2014-10-07Add `abstract`, `final`, and `override` to reserved keywordsJohn Gallagher-0/+3
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-03Set the `non_uppercase_statics` lint to warn by defaultP1start-2/+5
2014-10-02syntax: Enable parsing of `const` globalsAlex Crichton-3/+21
2014-10-02syntax: remove ObsoleteManaged{Type,Expr}.Eduard Burtescu-24/+0
2014-10-02syntax: ast: remove TyBox and UnBox.Eduard Burtescu-5/+4
2014-10-01auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581bors-9/+4
2014-09-30Update based on PR feedbackKevin Ballard-1/+3
2014-09-30Produce a better error for irrefutable `if let` patternsKevin Ballard-2/+2
2014-09-30Teach libsyntax about `if let`Kevin Ballard-9/+27
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-9/+4
2014-09-26librustc: Eliminate the `ref` syntax for unboxed closure capture clausesPatrick Walton-31/+32
2014-09-22librustc: Parse and resolve higher-rank lifetimes in traits.Patrick Walton-3/+23
2014-09-21auto merge of #17415 : jakub-/rust/issue-17383, r=huonwbors-5/+7
2014-09-21Fix the span for discriminators in non-C-like enumsJakub Wieczorek-5/+7
2014-09-20libsyntax: Explicit error message for sugared doc comments.Mike Boutin-11/+28
2014-09-19rollup merge of #17379 : pcwalton/keywords-followed-by-double-colonAlex Crichton-35/+48
2014-09-19rollup merge of #17318 : nick29581/sliceAlex Crichton-9/+96
2014-09-19rollup merge of #17314 : eddyb/span-no-gcAlex Crichton-6/+6
2014-09-18librustc: Implement the syntax in the RFC for unboxed closure sugar.Patrick Walton-49/+27
2014-09-18libsyntax: Disallow keywords followed by `::`.Patrick Walton-35/+48
2014-09-19Implement slicing syntax.Nick Cameron-9/+96
2014-09-18Fix fallout in tests from removing the use of Gc in ExpnInfo.Eduard Burtescu-5/+5
2014-09-18syntax: use an index in CodeMap instead of Gc for ExpnInfo.Eduard Burtescu-1/+1
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-94/+150
2014-09-17auto merge of #17343 : alexcrichton/rust/rollup, r=alexcrichtonbors-34/+31
2014-09-17auto merge of #16836 : P1start/rust/closure_ret_bang, r=alexcrichtonbors-10/+10