about summary refs log tree commit diff
path: root/src/comp/syntax
AgeCommit message (Expand)AuthorLines
2012-01-30Revert self typesMarijn Haverbeke-5/+3
2012-01-27Merge remote-tracking branch 'killerswan/fixing_strings_2'Brian Anderson-1/+1
2012-01-27Stop passing spans to middle::trans functions that don't need themMarijn Haverbeke-4/+3
2012-01-27Use the method name 'unary-' for overloading negationMarijn Haverbeke-1/+5
2012-01-26rustc: Add pprust::res_to_strBrian Anderson-8/+41
2012-01-26Make re-exporting of impls workMarijn Haverbeke-11/+12
2012-01-26Use operator names for operator methodsMarijn Haverbeke-2/+11
2012-01-26Allow operator overloading of the indexing operatorMarijn Haverbeke-0/+1
2012-01-26First stab at operator overloadingMarijn Haverbeke-0/+9
2012-01-26Use string stored in codemap for pretty-printing comments and literalsMarijn Haverbeke-0/+1
2012-01-26Remove ty_native_fnMarijn Haverbeke-2/+1
2012-01-25rustc: Add pprust::variant_to_strBrian Anderson-17/+39
2012-01-25rustc: Allow attributes on enum variants. Closes #1663Brian Anderson-4/+16
2012-01-25Correctly increment sess.byte_pos.Kevin Atkinson-6/+6
2012-01-25Keep source file around after parsing.Kevin Atkinson-27/+30
2012-01-25Implement implicit self type parameters for ifacesMarijn Haverbeke-3/+5
2012-01-25Rename tag to enum throughout the compilerMarijn Haverbeke-42/+43
2012-01-25Repair zero-variant tagsMarijn Haverbeke-51/+24
2012-01-25Add bit-shifting ops to ast_util::eval_const_exprMarijn Haverbeke-0/+4
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 4)Kevin Cantu-1/+1
2012-01-24rustc: Split diagnostics into "span diagnostics" and "diagnostics".Patrick Walton-18/+21
2012-01-24comp: Fix syntax error in parserBrian Anderson-1/+1
2012-01-23Added to bad_expr_word_table reserved wordsJoshua Clark-2/+3
2012-01-23s/block()/fn()/gNiko Matsakis-19/+13
2012-01-23When replacing a pattern variable in macro expansion use the span ofKevin Atkinson-6/+6
2012-01-23Allow ast_fold_precursor to change the span.Kevin Atkinson-79/+109
2012-01-23Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.Kevin Atkinson-20/+29
2012-01-23Change "file" of injected string from "-" to "<anon>", less confusingKevin Atkinson-1/+1
2012-01-23Revert "rustc: Exclude stdin from codemap files when lookup_pos".Kevin Atkinson-5/+3
2012-01-23Export all enum variants by default; new syntax for selectively exporting var...Tim Chevalier-14/+51
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-3/+3
2012-01-20WIP on issue 1426 (exporting all tags)Tim Chevalier-4/+32
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-1/+1
2012-01-19rustc: Stop parsing "tag"Patrick Walton-2/+2
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-1/+1
2012-01-19rustc: Fix fun_to_strBrian Anderson-0/+14
2012-01-19rustc: ";" to "," in enumsPatrick Walton-264/+264
2012-01-19rustc: Fix long linesPatrick Walton-2/+2
2012-01-19rustc: "tag" -> "enum"Patrick Walton-60/+60
2012-01-19Rename fn*() to fn() as originally planned.Niko Matsakis-8/+10
2012-01-19treat fn*() as fn&()Niko Matsakis-8/+2
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-18/+14
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-340/+340
2012-01-18Allow any alternative (not just a block) to follow a nullary tag patternTim Chevalier-3/+1
2012-01-18allow dotless nullary patterns inside or-patternsTim Chevalier-1/+2
2012-01-18Another minor parser fix for nullary-tag patternsTim Chevalier-1/+1
2012-01-18Allow nullary tag names to be qualifiedTim Chevalier-3/+2
2012-01-18rustc: Assert that the parser doesn't assign node id 0Brian Anderson-0/+2
2012-01-18rustc: Accept commas to separate tag variantsPatrick Walton-3/+12
2012-01-17Allow omission of the '.' after nullary tag patternsTim Chevalier-55/+59