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
Age
Commit message (
Expand
)
Author
Lines
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-123
/
+123
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: 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
-8
/
+18
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
-5
/
+7
2012-01-13
rustc: Refactor codemap::emit_* functions
Brian Anderson
-7
/
+6
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
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
Cleanups to previous commits for issue #1393.
Kevin Atkinson
-2
/
+2
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-0
/
+1
2012-01-10
Fold and re-evaluate expr in tag discriminant.
Graydon Hoare
-1
/
+1
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-2
/
+41
2012-01-10
rustc: Accept "enum" in addition to "tag"
Patrick Walton
-2
/
+3
2012-01-10
replace lambda with fn@
Niko Matsakis
-1
/
+5
2012-01-10
rename sendfn to fn~, lambda to fn@
Niko Matsakis
-7
/
+10
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
2012-01-09
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
Graydon Hoare
-6
/
+6
2012-01-09
Make the parser accept 'if' as an alternative to 'when' in alt patterns.
Austin Seipp
-1
/
+5
2012-01-05
require a non-semi expr acting as a stmt to have unit return type
Niko Matsakis
-13
/
+14
2012-01-05
make parser handle parenthesized block-sugar exprs properly
Niko Matsakis
-49
/
+80
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-10
/
+8
2012-01-05
Fix bad spans for ast::ty parsing
Marijn Haverbeke
-9
/
+6
2012-01-03
Allow tail expressions even in no_value blocks. Type checker
Niko Matsakis
-28
/
+16
2012-01-03
extend parser so that expressions that do not require semi-colons
Niko Matsakis
-2
/
+2
2012-01-03
rewrite to put blk as 2nd arg
Niko Matsakis
-1
/
+1
2012-01-03
minimal changes to permit fn blocks in expr
Niko Matsakis
-68
/
+64
2012-01-03
Make syntax for impls less magical
Marijn Haverbeke
-23
/
+18
2011-12-29
split proto from fn_decl, as not all fn_decls know the proto.
Niko Matsakis
-38
/
+21
2011-12-29
Add support in lexer for utf8 identifiers. No NFKC logic in char yet.
Graydon Hoare
-2
/
+4
2011-12-28
Change representation of type params to handle interface bounds
Marijn Haverbeke
-5
/
+14
2011-12-23
Check impls methods against the type of their iface.
Marijn Haverbeke
-8
/
+8
2011-12-23
Parse `iface` items and interface references in `impl` items.
Marijn Haverbeke
-56
/
+61
2011-12-23
Make ast::ty_method hold a fn_decl, rather than duplicating its fields
Marijn Haverbeke
-8
/
+1
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-9
/
+5
2011-12-22
Merge all 3 log syntaxes, tidy up residual misuses.
Graydon Hoare
-11
/
+6
[next]