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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
syntax
Age
Commit message (
Expand
)
Author
Lines
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: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-1
/
+1
2012-01-19
rustc: Fix fun_to_str
Brian Anderson
-0
/
+14
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-264
/
+264
2012-01-19
rustc: Fix long lines
Patrick Walton
-2
/
+2
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-60
/
+60
2012-01-19
Rename fn*() to fn() as originally planned.
Niko Matsakis
-8
/
+10
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
-18
/
+14
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-340
/
+340
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
-55
/
+59
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-43
/
+8
2012-01-16
Be more careful about pretty-printing literals
Marijn Haverbeke
-12
/
+19
2012-01-16
Update pretty printer to print out disr. values.
Kevin Atkinson
-0
/
+8
2012-01-16
Properly print u suffix for uint literals
Marijn Haverbeke
-1
/
+1
2012-01-15
rustc: Parse fn inner attributes. Closes #1506
Brian Anderson
-30
/
+109
2012-01-15
rustc: Extract comman parts of view parsing
Brian Anderson
-7
/
+13
2012-01-13
rustc: Rename the lexer's err message to fatal and make it fail
Brian Anderson
-17
/
+12
2012-01-13
rustc: Replace the lexer's error handling with diagnostic impl
Brian Anderson
-10
/
+22
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
-137
/
+7
2012-01-13
rustc: Some more codemap refactoring
Brian Anderson
-74
/
+67
2012-01-13
rustc: Refactor codemap::emit_* functions
Brian Anderson
-24
/
+25
2012-01-13
Change builtin macro defs to use #macro()
Graydon Hoare
-4
/
+4
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-15
/
+23
2012-01-13
make blocks fn& and fn stand for "any closure"
Niko Matsakis
-16
/
+20
2012-01-13
make "native fn" the type for bare functions, remove fn exprs
Niko Matsakis
-4
/
+11
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-25
/
+36
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-251
/
+10
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-202
/
+207
2012-01-13
Convert the objects used in the lexer and parser to records + impls
Marijn Haverbeke
-484
/
+435
2012-01-12
make parser disambiguate fn~ at top level correctly
Niko Matsakis
-1
/
+12
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-5
/
+5
2012-01-12
Cleanups to previous commits for issue #1393.
Kevin Atkinson
-3
/
+5
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-14
/
+15
2012-01-11
add a log_str() function and allow '%?' in fmt strings to use it
Niko Matsakis
-0
/
+2
2012-01-10
Fold and re-evaluate expr in tag discriminant.
Graydon Hoare
-4
/
+17
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-4
/
+46
2012-01-10
rustc: Accept "enum" in addition to "tag"
Patrick Walton
-4
/
+5
2012-01-10
replace lambda with fn@
Niko Matsakis
-1
/
+5
2012-01-10
rename sendfn to fn~, lambda to fn@
Niko Matsakis
-13
/
+16
2012-01-09
Remove support for 'when' in alt-patterns from parser
Austin Seipp
-5
/
+1
2012-01-09
Change all uses of 'when' in alt-patterns to 'if'
Austin Seipp
-4
/
+4
[next]