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-02-06
Allow non-semicolon-requiring expressions to be followed by .field
Marijn Haverbeke
-22
/
+22
2012-02-05
Remove support for $(...) form of quasi-quotes, use #ast{...} instead.
Kevin Atkinson
-9
/
+0
2012-02-05
infer modes rather than overwriting with expected ty
Niko Matsakis
-10
/
+15
2012-02-03
Beginnings of front-end support for classes
Tim Chevalier
-1
/
+105
2012-02-03
Fix various drift issues in the qq branch.
Graydon Hoare
-2
/
+5
2012-02-03
Allow anti-quotes to also be ast::ty rather than just ast::expr.
Kevin Atkinson
-0
/
+7
2012-02-03
Implement quasi-quoting of multiple syntatic categories.
Kevin Atkinson
-2
/
+2
2012-02-03
Store info about file "substr".
Kevin Atkinson
-9
/
+11
2012-02-03
Implement quasi-quotes in more macro form: #ast{...}.
Kevin Atkinson
-1
/
+13
2012-02-03
Make macro arg optional in syntax, again untested.
Kevin Atkinson
-8
/
+14
2012-02-03
Add support for recognizing macro body, completely untested.
Kevin Atkinson
-1
/
+18
2012-02-03
Implement anti-quotes.
Kevin Atkinson
-4
/
+16
2012-02-03
Add support for parsing quasi-quotes, doesn't do anything useful yet.
Kevin Atkinson
-0
/
+48
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-2
/
+2
2012-02-01
Propagating unsafe::slice 3
Kevin Cantu
-1
/
+2
2012-02-01
Propagating unsafe::slice 2
Kevin Cantu
-4
/
+4
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-0
/
+2
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-2
/
+0
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-0
/
+2
2012-02-01
Remove support for native types
Marijn Haverbeke
-15
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-15
/
+15
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
-20
/
+1
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-20
/
+44
2012-01-30
Revert self types
Marijn Haverbeke
-3
/
+2
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-1
/
+1
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
-6
/
+6
2012-01-25
Keep source file around after parsing.
Kevin Atkinson
-19
/
+20
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-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 4)
Kevin Cantu
-1
/
+1
2012-01-24
rustc: Split diagnostics into "span diagnostics" and "diagnostics".
Patrick Walton
-16
/
+18
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
-20
/
+29
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
-64
/
+64
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-10
/
+10
2012-01-19
Rename fn*() to fn() as originally planned.
Niko Matsakis
-7
/
+9
[next]