about summary refs log tree commit diff
path: root/src/libsyntax/ast.rs
AgeCommit message (Expand)AuthorLines
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+64
2014-11-30syntax: Make `asm!` clobbers a proper vector.Kang Seonghoon-1/+1
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-4/+2
2014-11-26/*! -> //!Steve Klabnik-4/+2
2014-11-26Implement the new parsing rules for types in the parser, modifying the AST ap...Niko Matsakis-1/+3
2014-11-23Remove type parameters from ExprField and ExprTupFieldAdolfo OchagavĂ­a-2/+2
2014-11-20auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r...bors-2/+1
2014-11-19rollup merge of #19103: huonw/literal-suffixesJakub Bukaj-1/+1
2014-11-19rollup merge of #19040: alexcrichton/issue-18904Jakub Bukaj-1/+1
2014-11-19Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...Niko Matsakis-2/+1
2014-11-20Parse and store suffixes on literals.Huon Wilson-1/+1
2014-11-19Refactor QPath to take an ast::TraitRefNiko Matsakis-3/+3
2014-11-18std: Stabilize std::fmtAlex Crichton-1/+1
2014-11-19Switch to an independent enum for `Lit*` subtokens.Huon Wilson-1/+1
2014-11-18Convert TyPolyTraitRef to accept arbitary bounds, so that things likeNiko Matsakis-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+49
2014-11-16auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub-bors-2/+2
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-12/+13
2014-11-15Un-feature gate struct variantsSteven Fackler-2/+2
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-3/+3
2014-11-13auto merge of #18811 : pczarn/rust/issue-18763-ice, r=pnkfelixbors-5/+5
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-3/+2
2014-11-10Document ast::Ty_Manish Goregaokar-2/+18
2014-11-09Fix ICEs that involved quasi-quotationPiotr Czarnecki-5/+5
2014-11-07Update parser with `for` syntaxNiko Matsakis-6/+14
2014-11-07auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelixbors-80/+83
2014-11-07Add `ast::SequenceRepetition`Piotr Czarnecki-32/+63
2014-11-06Remove the unboxed closure `|:|` notation from types and trait references com...Niko Matsakis-16/+0
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-1/+96
2014-11-05Remove `Matcher`sPiotr Czarnecki-72/+12
2014-11-05Use `TokenTree`s in lhs of macrosPiotr Czarnecki-9/+41
2014-11-05Register snapshots.Eduard Burtescu-3/+0
2014-11-03rollup merge of #18568 : gamazeps/issue18551Alex Crichton-1/+1
2014-11-03rollup merge of #18506 : nikomatsakis/assoc-type-boundsAlex Crichton-3/+1
2014-11-03Restructure AST so that the associated type definition carriesNiko Matsakis-3/+1
2014-11-03Clean-up transmutes in libsyntaxAriel Ben-Yehuda-1/+1
2014-11-03Doc: corrects obsolete pointer syntaxgamazeps-1/+1
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-15/+36
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Convert some token functions into methodsBrendan Zabarauskas-1/+1
2014-10-27rollup merge of #18332 : jbcrail/fix-commentsAlex Crichton-1/+1
2014-10-25Fix spelling mistakes in comments.Joseph Crail-1/+1
2014-10-26Add a KleeneOp enum for clarityBrendan Zabarauskas-7/+12
2014-10-26Reduce the size of the TokenTreeBrendan Zabarauskas-3/+2
2014-10-26Use standard capitalisation for TokenTree variantsBrendan Zabarauskas-13/+13
2014-10-26Rename TokenTree variants for clarityBrendan Zabarauskas-12/+15
2014-10-26Add Span and separate open/close delims to TTDelimBrendan Zabarauskas-3/+28
2014-10-24Add a lint for not using field pattern shorthandsP1start-1/+2
2014-10-16libsyntax: Remove all uses of {:?}.Luqman Aden-1/+1