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
/
front
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2011-05-27
Change the syntax for RECV from "var <- port" to "port |> var".
Michael Sullivan
-2
/
+2
2011-05-27
Remove parser support for recv as an initializer in preparation for changing ...
Michael Sullivan
-5
/
+7
2011-05-27
Parsing and folding changes for globbed imports.
Paul Stansifer
-12
/
+41
2011-05-26
Remove redisue of unused fields from 'ann'.
Graydon Hoare
-4
/
+1
2011-05-26
Remove residual uses of fold, and fold itself.
Graydon Hoare
-1
/
+1
2011-05-20
Merge remote-tracking branch 'graydon/master' into typestate_4
Tim Chevalier
-2
/
+2
2011-05-20
Annotate erroring functions in session and parser
Tim Chevalier
-3
/
+3
2011-05-20
More work on anonymous objects.
Lindsey Kuper
-2
/
+2
2011-05-20
Make controlflow part of a function type
Tim Chevalier
-15
/
+25
2011-05-20
rustc: Move the interner to a new module intended to be used for general data...
Patrick Walton
-2
/
+2
2011-05-19
Finish name collision testing.
Marijn Haverbeke
-1
/
+0
2011-05-19
remove now-unused ts field from ann
Tim Chevalier
-3
/
+2
2011-05-17
rustc: Flatten annotations
Patrick Walton
-1
/
+5
2011-05-17
Alias-ify the parser and lexer
Marijn Haverbeke
-111
/
+109
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-31
/
+31
2011-05-17
Parser fix: 'fail' was eating the next token that came after it.
Paul Stansifer
-1
/
+0
2011-05-16
Merge remote branch 'origin/master' into HEAD
Graydon Hoare
-9
/
+33
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-39
/
+39
2011-05-16
Begin vec() -> [] transition.
Graydon Hoare
-3
/
+3
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-9
/
+33
2011-05-16
rustc: Make the parser use the interner
Patrick Walton
-2
/
+4
2011-05-14
fix a long line that i forgot to commit
Marijn Haverbeke
-1
/
+1
2011-05-14
Mark IDENT tokens that are followed by ::
Marijn Haverbeke
-15
/
+15
2011-05-13
Remove rustboot from the repository.
Graydon Hoare
-3
/
+1
2011-05-13
'with' no longer a token; whitespace police.
Lindsey Kuper
-9
/
+5
2011-05-13
Use new module namespace syntax.
Lindsey Kuper
-51
/
+43
2011-05-13
Bug fixes.
Lindsey Kuper
-8
/
+22
2011-05-13
More progress on anonymous objects.
Lindsey Kuper
-8
/
+9
2011-05-13
Correct capitalization of "Option".
Lindsey Kuper
-4
/
+3
2011-05-13
Starting on support for anonymous objects. Just syntax so far.
Lindsey Kuper
-0
/
+50
2011-05-13
Safeguard against using statement or item keywords as value ids
Marijn Haverbeke
-12
/
+78
2011-05-13
Make the parser more careful about keywords
Marijn Haverbeke
-800
/
+606
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-807
/
+808
2011-05-12
Change module dereference syntax from . to ::
Marijn Haverbeke
-55
/
+17
2011-05-12
Remove some truly wrong logic in parse_constrs
Marijn Haverbeke
-13
/
+8
2011-05-12
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
-10
/
+14
2011-05-11
Remove unused filename parameter from lexer.new_reader
Brian Anderson
-1
/
+1
2011-05-11
Give the lexer a session so that it can fail more informatively
Brian Anderson
-1
/
+1
2011-05-11
Remove mod indices from the AST
Marijn Haverbeke
-28
/
+10
2011-05-11
Get rid of arm indices
Marijn Haverbeke
-23
/
+2
2011-05-11
Get rid of block indices
Marijn Haverbeke
-10
/
+1
2011-05-11
Rewrite comp/middle/resolve.rs
Marijn Haverbeke
-2
/
+1
2011-05-10
rustc: Number everything with an annotation
Patrick Walton
-76
/
+85
2011-05-09
Remove boxes from token.t.
Graydon Hoare
-25
/
+40
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-37
/
+37
2011-05-05
Bring back "pred" syntax for writing predicates for check
Tim Chevalier
-11
/
+21
2011-05-05
Remove 'deprecated mutable...' from our code
Marijn Haverbeke
-1
/
+1
2011-05-04
Add #env syntax extension for plucking strings out of the compilation environ...
Graydon Hoare
-0
/
+7
2011-05-03
rustc: Stub support for Rust intrinsics
Patrick Walton
-0
/
+2
2011-05-03
Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage
Patrick Walton
-1
/
+1
[prev]
[next]