index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
syntax
/
parse
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2012-02-01
Remove support for native types
Marijn Haverbeke
-15
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-11
/
+11
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-12
/
+7
2012-01-30
rustc: Allow attributes on methods. Closes #1709
Brian Anderson
-3
/
+6
2012-01-30
Remove ternary operator
Paul Woolcock
-14
/
+1
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-10
/
+34
2012-01-30
Revert self types
Marijn Haverbeke
-3
/
+2
2012-01-27
Use the method name 'unary-' for overloading negation
Marijn Haverbeke
-1
/
+5
2012-01-26
Use operator names for operator methods
Marijn Haverbeke
-2
/
+11
2012-01-26
Allow operator overloading of the indexing operator
Marijn Haverbeke
-0
/
+1
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-0
/
+4
2012-01-25
rustc: Allow attributes on enum variants. Closes #1663
Brian Anderson
-1
/
+5
2012-01-25
Correctly increment sess.byte_pos.
Kevin Atkinson
-4
/
+4
2012-01-25
Keep source file around after parsing.
Kevin Atkinson
-9
/
+10
2012-01-25
Implement implicit self type parameters for ifaces
Marijn Haverbeke
-2
/
+3
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-15
/
+15
2012-01-25
Repair zero-variant tags
Marijn Haverbeke
-51
/
+24
2012-01-24
rustc: Split diagnostics into "span diagnostics" and "diagnostics".
Patrick Walton
-10
/
+11
2012-01-24
comp: Fix syntax error in parser
Brian Anderson
-1
/
+1
2012-01-23
Added to bad_expr_word_table reserved words
Joshua Clark
-2
/
+3
2012-01-23
s/block()/fn()/g
Niko Matsakis
-14
/
+8
2012-01-23
Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.
Kevin Atkinson
-11
/
+23
2012-01-23
Export all enum variants by default; new syntax for selectively exporting var...
Tim Chevalier
-11
/
+12
2012-01-20
WIP on issue 1426 (exporting all tags)
Tim Chevalier
-4
/
+28
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-1
/
+1
2012-01-19
rustc: Stop parsing "tag"
Patrick Walton
-2
/
+2
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-6
/
+6
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-7
/
+7
2012-01-19
Rename fn*() to fn() as originally planned.
Niko Matsakis
-7
/
+9
2012-01-19
treat fn*() as fn&()
Niko Matsakis
-8
/
+2
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-4
/
+0
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-64
/
+64
2012-01-18
Allow any alternative (not just a block) to follow a nullary tag pattern
Tim Chevalier
-3
/
+1
2012-01-18
allow dotless nullary patterns inside or-patterns
Tim Chevalier
-1
/
+2
2012-01-18
Another minor parser fix for nullary-tag patterns
Tim Chevalier
-1
/
+1
2012-01-18
Allow nullary tag names to be qualified
Tim Chevalier
-3
/
+2
2012-01-18
rustc: Assert that the parser doesn't assign node id 0
Brian Anderson
-0
/
+2
2012-01-18
rustc: Accept commas to separate tag variants
Patrick Walton
-3
/
+12
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-6
/
+23
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-27
/
+2
2012-01-15
rustc: Parse fn inner attributes. Closes #1506
Brian Anderson
-29
/
+96
2012-01-15
rustc: Extract comman parts of view parsing
Brian Anderson
-7
/
+13
2012-01-13
rustc: Replace the lexer's error handling with diagnostic impl
Brian Anderson
-2
/
+4
2012-01-13
rustc: Replace parser's error handling with diagnostic impl
Brian Anderson
-9
/
+10
2012-01-13
rustc: Extract driver::diagnostic from syntax::codemap
Brian Anderson
-4
/
+5
2012-01-13
rustc: Refactor codemap::emit_* functions
Brian Anderson
-5
/
+4
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-10
/
+10
2012-01-13
make blocks fn& and fn stand for "any closure"
Niko Matsakis
-14
/
+17
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-2
/
+13
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-77
/
+7
[next]