about summary refs log tree commit diff
path: root/src/librustsyntax
AgeCommit message (Expand)AuthorLines
2012-05-08Import ast::* in parser.rsMarijn Haverbeke-386/+386
2012-05-08Start parsing pub/priv on regular itemsMarijn Haverbeke-44/+63
2012-05-08parser: Consolidate some duplicated codeMarijn Haverbeke-96/+79
2012-05-07make it illegal to implicitly capture mutable variablesNiko Matsakis-15/+18
2012-05-04new cap clause syntaxNiko Matsakis-165/+185
2012-05-03Revert "allow fn exprs to omit arg types"Niko Matsakis-25/+31
2012-05-03allow fn exprs to omit arg typesNiko Matsakis-31/+25
2012-05-03Comments only: annotate remaining FIXMEs in librustsyntaxTim Chevalier-3/+7
2012-04-30Stop inferring bot/static when types/regions are unconstrained.Niko Matsakis-16/+2
2012-04-30Annotate FIXME (comment only)Tim Chevalier-1/+1
2012-04-30Revert "Eliminate a copy in syntax::parse::new_parser_from_file"Tim Chevalier-23/+20
2012-04-30Eliminate a copy in syntax::parse::new_parser_from_fileTim Chevalier-20/+23
2012-04-28rustc: Use a slightly more consistent style for unexpected errorsBrian Anderson-1/+1
2012-04-27parser: More refactoring of restricted value name checkingBrian Anderson-10/+13
2012-04-27parser: Remove a restricted keyword checkBrian Anderson-1/+0
2012-04-27test: Add test for two restricted keyword casesBrian Anderson-2/+2
2012-04-27parser: Make parse_value_path use parse_value_identBrian Anderson-7/+10
2012-04-27parser: Rewrite parse_path_without_tps so it knows beforehand which is the la...Brian Anderson-2/+11
2012-04-27parser: Fix lookahead of > 1 tokenBrian Anderson-2/+2
2012-04-27syntax: Refactor ident parsingBrian Anderson-3/+3
2012-04-26Refactor operator precedence codeTim Chevalier-55/+74
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-143/+204
2012-04-25Rewrite exhaustiveness checkerMarijn Haverbeke-2/+0
2012-04-24syntax: Divide keywords into contextual/restricted. No bad wordsBrian Anderson-31/+62
2012-04-24syntax: Make 'true' and 'false' bad wordsBrian Anderson-5/+3
2012-04-24syntax: Clean up the bad_expr_word functionsBrian Anderson-20/+17
2012-04-24syntax: Rename is_word to is_keyword, etc.Brian Anderson-92/+97
2012-04-23Allow classes to be cast to ifaces that are in the same crateTim Chevalier-25/+41
2012-04-23Rename option::get_or_default to get_default, for consistencyTim Chevalier-1/+1
2012-04-23Move map iface over to more `for`-friendly iteration methodsMarijn Haverbeke-3/+3
2012-04-23Simplify representation of ast::pathMarijn Haverbeke-146/+119
2012-04-23pretty printer: Properly print explicity types for block paramsMarijn Haverbeke-0/+4
2012-04-22syntax: Replace token::DOLLAR_PAREN, DOLLAR_NUM with just DOLLARBrian Anderson-37/+23
2012-04-22syntax: Eliminate token::POUND_LT, POUND_LBRACEBrian Anderson-16/+9
2012-04-22syntax: Move is_lit to mod tokenBrian Anderson-11/+11
2012-04-22syntax: Remove unused BRACEQUOTE, IDX, LIT_BOOL tokensBrian Anderson-7/+0
2012-04-21syntax: Eliminate 'mutable' keyword. Closes #2254Brian Anderson-2/+2
2012-04-20Add new syntax for patterns that match the head constructor onlyTim Chevalier-21/+43
2012-04-19syntax: Reorganize mod parseBrian Anderson-75/+77
2012-04-19syntax: Move fn spanned into ast_utilBrian Anderson-9/+8
2012-04-19syntax: Extract some functions into mod commonBrian Anderson-206/+208
2012-04-19syntax: Extract attribute parsing to its own modBrian Anderson-115/+139
2012-04-19update syntax to include a slashNiko Matsakis-2/+7
2012-04-19make nominal types optionally parameterized by a self region.Niko Matsakis-47/+84
2012-04-19Annotate FIXMEs in parserTim Chevalier-29/+26
2012-04-19syntax: Funnel all words through a single keyword tableBrian Anderson-10/+53
2012-04-19Disallow rebinding / matching against consts in altsTim Chevalier-3/+2
2012-04-19Annotate FIXMEs (comments only)Tim Chevalier-5/+9
2012-04-19Move some functions from pprust to classifyTim Chevalier-55/+54
2012-04-19Clean up FIXMEs in syntax::foldTim Chevalier-5/+23