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-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
2011-05-03
Start sketching --depend support in rustc.
Graydon Hoare
-1
/
+6
2011-05-03
Rename the "llvm" API to "llvm-intrinsic"
Patrick Walton
-1
/
+1
2011-05-02
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
-19
/
+23
2011-05-02
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
-23
/
+19
2011-05-02
Use different syntax for checks that matter to typestate
Tim Chevalier
-19
/
+23
2011-04-21
Fix the signature of expr_ext
Brian Anderson
-2
/
+2
2011-04-21
rustc: Make the parser never assign any types, not even ty_nil
Patrick Walton
-5
/
+4
2011-04-19
Remove half-baked 'opacity' layer qualifier.
Graydon Hoare
-14
/
+0
2011-04-19
Remove effect system from src.
Graydon Hoare
-147
/
+128
2011-04-19
add log_err to rustc
Marijn Haverbeke
-2
/
+9
2011-04-14
Work on destructors, not entirely functional yet (no tydesc integration).
Graydon Hoare
-3
/
+21
2011-04-12
typestate_check can now handle expr_block, expr_if, and expr_binary
Tim Chevalier
-1
/
+1
2011-04-12
rustc: Switch to indices for type parameters
Patrick Walton
-2
/
+1
2011-04-12
Further work on typestate. Handles expr_rec and expr_assign now.
Tim Chevalier
-7
/
+9
2011-04-09
Move to single-uint file-position representation.
Marijn Haverbeke
-209
/
+204
2011-04-07
Support for self-calls that take arguments.
Lindsey Kuper
-3
/
+10
2011-04-06
Continued sketching out code for checking states against preconditions.
Tim Chevalier
-7
/
+8
2011-04-05
Last pieces of self-call support.
Lindsey Kuper
-1
/
+1
2011-04-05
Further on the path toward self-awareness.
Lindsey Kuper
-1
/
+3
2011-04-04
Make box prefix operator and box type carry mutability flag.
Graydon Hoare
-1
/
+2
2011-04-01
Started adding support for typestate checking.
Tim Chevalier
-18
/
+18
2011-03-31
rustc: Add a type annotation to tag items
Patrick Walton
-1
/
+2
2011-03-31
Remove redundant parser logic.
Brian Anderson
-33
/
+0
[next]