index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
front
/
parser.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
'with' no longer a token; whitespace police.
Lindsey Kuper
2011-05-13
1
-9
/
+5
*
Use new module namespace syntax.
Lindsey Kuper
2011-05-13
1
-51
/
+43
*
Bug fixes.
Lindsey Kuper
2011-05-13
1
-8
/
+22
*
More progress on anonymous objects.
Lindsey Kuper
2011-05-13
1
-8
/
+9
*
Correct capitalization of "Option".
Lindsey Kuper
2011-05-13
1
-4
/
+3
*
Starting on support for anonymous objects. Just syntax so far.
Lindsey Kuper
2011-05-13
1
-0
/
+50
*
Safeguard against using statement or item keywords as value ids
Marijn Haverbeke
2011-05-13
1
-12
/
+78
*
Make the parser more careful about keywords
Marijn Haverbeke
2011-05-13
1
-800
/
+606
*
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
2011-05-12
1
-807
/
+808
*
Change module dereference syntax from . to ::
Marijn Haverbeke
2011-05-12
1
-55
/
+17
*
Remove some truly wrong logic in parse_constrs
Marijn Haverbeke
2011-05-12
1
-13
/
+8
*
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
2011-05-12
1
-10
/
+14
*
Remove unused filename parameter from lexer.new_reader
Brian Anderson
2011-05-11
1
-1
/
+1
*
Give the lexer a session so that it can fail more informatively
Brian Anderson
2011-05-11
1
-1
/
+1
*
Remove mod indices from the AST
Marijn Haverbeke
2011-05-11
1
-28
/
+10
*
Get rid of arm indices
Marijn Haverbeke
2011-05-11
1
-23
/
+2
*
Get rid of block indices
Marijn Haverbeke
2011-05-11
1
-10
/
+1
*
Rewrite comp/middle/resolve.rs
Marijn Haverbeke
2011-05-11
1
-2
/
+1
*
rustc: Number everything with an annotation
Patrick Walton
2011-05-10
1
-76
/
+85
*
Remove boxes from token.t.
Graydon Hoare
2011-05-09
1
-25
/
+40
*
Rename std modules to be camelcased
Marijn Haverbeke
2011-05-06
1
-37
/
+37
*
Bring back "pred" syntax for writing predicates for check
Tim Chevalier
2011-05-05
1
-11
/
+21
*
Remove 'deprecated mutable...' from our code
Marijn Haverbeke
2011-05-05
1
-1
/
+1
*
Add #env syntax extension for plucking strings out of the compilation environ...
Graydon Hoare
2011-05-04
1
-0
/
+7
*
rustc: Stub support for Rust intrinsics
Patrick Walton
2011-05-03
1
-0
/
+2
*
Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage
Patrick Walton
2011-05-03
1
-1
/
+1
*
Start sketching --depend support in rustc.
Graydon Hoare
2011-05-03
1
-1
/
+6
*
Rename the "llvm" API to "llvm-intrinsic"
Patrick Walton
2011-05-03
1
-1
/
+1
*
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
2011-05-02
1
-19
/
+23
*
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
2011-05-02
1
-23
/
+19
*
Use different syntax for checks that matter to typestate
Tim Chevalier
2011-05-02
1
-19
/
+23
*
Fix the signature of expr_ext
Brian Anderson
2011-04-21
1
-2
/
+2
*
rustc: Make the parser never assign any types, not even ty_nil
Patrick Walton
2011-04-21
1
-5
/
+4
*
Remove half-baked 'opacity' layer qualifier.
Graydon Hoare
2011-04-19
1
-14
/
+0
*
Remove effect system from src.
Graydon Hoare
2011-04-19
1
-147
/
+128
*
add log_err to rustc
Marijn Haverbeke
2011-04-19
1
-2
/
+9
*
Work on destructors, not entirely functional yet (no tydesc integration).
Graydon Hoare
2011-04-14
1
-3
/
+21
*
typestate_check can now handle expr_block, expr_if, and expr_binary
Tim Chevalier
2011-04-12
1
-1
/
+1
*
rustc: Switch to indices for type parameters
Patrick Walton
2011-04-12
1
-2
/
+1
*
Further work on typestate. Handles expr_rec and expr_assign now.
Tim Chevalier
2011-04-12
1
-7
/
+9
*
Move to single-uint file-position representation.
Marijn Haverbeke
2011-04-09
1
-209
/
+204
*
Support for self-calls that take arguments.
Lindsey Kuper
2011-04-07
1
-3
/
+10
*
Continued sketching out code for checking states against preconditions.
Tim Chevalier
2011-04-06
1
-7
/
+8
*
Last pieces of self-call support.
Lindsey Kuper
2011-04-05
1
-1
/
+1
*
Further on the path toward self-awareness.
Lindsey Kuper
2011-04-05
1
-1
/
+3
*
Make box prefix operator and box type carry mutability flag.
Graydon Hoare
2011-04-04
1
-1
/
+2
*
Started adding support for typestate checking.
Tim Chevalier
2011-04-01
1
-18
/
+18
*
rustc: Add a type annotation to tag items
Patrick Walton
2011-03-31
1
-1
/
+2
*
Remove redundant parser logic.
Brian Anderson
2011-03-31
1
-33
/
+0
*
Improve line comment positioning
Marijn Haverbeke
2011-03-31
1
-3
/
+7
[next]