about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2012-11-14Camel case all the codemap types except spanBrian Anderson-1/+1
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of "imp...Patrick Walton-7/+3
2012-11-13rustc: add new token-tree based quasiquoter.Graydon Hoare-2/+3
2012-11-13rustc: Remove the case of foo![...] as invocation syntax. foo!(...) and foo!{...Graydon Hoare-2/+2
2012-11-13Revert "`m1!{...}` is now forbidden. Use `m1!(...)` instead."Graydon Hoare-7/+18
2012-11-12Convert most codemap types from records to structsBrian Anderson-3/+2
2012-11-12rustc: Implement floating point literal inference. r=nmatsakisPatrick Walton-3/+5
2012-11-07rustc: Support irrefutable patterns in function arguments. r=nmatsakisPatrick Walton-8/+15
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-102/+173
2012-11-05rustc: Implement parsing and typechecking for "once fn"Patrick Walton-6/+33
2012-10-30Fix #1458 (allow paren'd exprs to be the operator in a `do`)Tim Chevalier-1/+1
2012-10-30Preserve parenthesization in the ASTTim Chevalier-77/+52
2012-10-25libsyntax: Don't write a ctor ID for struct-like enum variants. rs=rustbotPatrick Walton-1/+1
2012-10-25rustc: Translate tuple struct constructorsPatrick Walton-2/+7
2012-10-24Merge branch 'method-vis-parse'Brian Anderson-10/+10
2012-10-24rustc: Implement typechecking for tuple structs. r=nmatsakisPatrick Walton-2/+5
2012-10-24Make check & TidyMahmut Bulut-4/+3
2012-10-23Remove <- operator from the compilerTim Chevalier-17/+17
2012-10-23rustc: Implement typechecking for simple monomorphic derivable traits on mono...Patrick Walton-6/+13
2012-10-23* Parsing sequence changedMahmut Bulut-11/+12
2012-10-22Simplify the AST representation of ty param boundsTim Chevalier-10/+10
2012-10-20Parse and report obsolete fixed-length vector syntaxBrian Anderson-2/+9
2012-10-20No longer parse old fixed-length vec sytnaxBen Striegel-38/+1
2012-10-20Remove old fixed-length vector syntaxBen Striegel-7/+2
2012-10-18Remove dead type definitionTim Chevalier-1/+1
2012-10-17libsyntax: refactor the parser to consider foreign items as itemsPhilipp Brüschweiler-26/+60
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-35/+35
2012-10-12remove ctor from ast (take 2) (no review: just dead code removal)Niko Matsakis-56/+9
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-3/+3
2012-10-11Update FIXME numberTim Chevalier-1/+1
2012-10-08Revert "remove ctor from ast"Tim Chevalier-9/+56
2012-10-08remove ctor from astNiko Matsakis-56/+9
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-5/+6
2012-10-05Finally removing all uses of by-mut-refTim Chevalier-1/+2
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-2/+4
2012-10-05Revert "wip"Tim Chevalier-6/+4
2012-10-05wipTim Chevalier-4/+6
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-0/+1
2012-10-02rustc: Only allow imports marked with "pub" to be imported from other modulesPatrick Walton-3/+3
2012-09-27libsyntax: Fix long lineErick Tryzelaar-1/+2
2012-09-27Merge pull request #3607 from gutworth/incomingBrian Anderson-11/+5
2012-09-27libsyntax: Parse visibility modifiers before foreign itemsPatrick Walton-6/+11
2012-09-27factor out common linesBenjamin Peterson-11/+5
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-2/+2
2012-09-26Long linesBrian Anderson-4/+7
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-68/+68
2012-09-26turn ast::ident into a structErick Tryzelaar-1/+1
2012-09-26fix issue #3535 and add colon between mode and type when dumping funcion prot...Vincent Belliard-17/+28
2012-09-24Support visibility qualifiers in crate directives properly.Graydon Hoare-2/+3
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-9/+0