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
/
middle
/
tstate
/
states.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
Make uses of self in impls compile
Marijn Haverbeke
-1
/
+0
2011-12-14
first attempt, not happy with it
Niko Matsakis
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+2
2011-12-08
Allow binding of nested patterns
Marijn Haverbeke
-1
/
+1
2011-12-07
Make typestate properly descend pattern guards
Marijn Haverbeke
-0
/
+6
2011-11-30
Box ast::path values
Marijn Haverbeke
-1
/
+1
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-8
/
+4
2011-10-21
Change the way block calls are parsed, mark them as block-calls.
Marijn Haverbeke
-1
/
+1
2011-10-21
Drop support for iter, put, and for-each
Marijn Haverbeke
-11
/
+0
2011-10-21
Move ast_util::pat_bindings over to new iter system.
Marijn Haverbeke
-2
/
+2
2011-09-20
Represent unique creation as a unop in the AST instead of its own expr
Brian Anderson
-1
/
+0
2011-09-15
Forbid assignment to by-reference bindings
Marijn Haverbeke
-1
/
+1
2011-09-14
Rename ast::controlflow to ast::ret_style
Marijn Haverbeke
-6
/
+6
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-24
/
+7
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-36
/
+33
2011-09-06
Forbid blocks from deinitializing upvars
Tim Chevalier
-2
/
+22
2011-09-02
Reformat. Issue #855
Brian Anderson
-1
/
+2
2011-09-02
Handle if-check with no else correctly in typestate
Tim Chevalier
-4
/
+17
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Make resolve recognize upvars
Marijn Haverbeke
-1
/
+1
2011-08-31
Get rid of the hack that ignores () typed things in fn tail position.
Michael Sullivan
-12
/
+6
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-3
/
+4
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-0
/
+1
2011-08-20
Reformat
Brian Anderson
-98
/
+89
2011-08-18
Remove seq_kind from ast::expr_vec
Brian Anderson
-1
/
+1
2011-08-17
Track arguments in typestate
Tim Chevalier
-1
/
+8
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-3
/
+3
2011-08-16
Removing tasks, ports and chans from the compiler.
Eric Holk
-25
/
+0
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-10
/
+10
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-3
/
+3
2011-08-15
Add operator 'copy', translates as fall-through.
Graydon Hoare
-0
/
+3
2011-08-15
Rename a field (so that macros can mention it).
Paul Stansifer
-2
/
+2
2011-08-15
rustc: Parse and typecheck unique pointers
Patrick Walton
-0
/
+1
2011-08-15
Tuple fields are immutable
Marijn Haverbeke
-2
/
+1
2011-08-15
Tuple types back, not constructable yet
Marijn Haverbeke
-0
/
+6
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-3
/
+3
2011-08-08
Implement typestate checking for move-mode args. Un-XFAIL compile-fail/move-a...
Graydon Hoare
-18
/
+46
2011-08-05
Initialize all constraints to False
Tim Chevalier
-9
/
+13
2011-08-03
Make ast::pat_bindings an iterator
Marijn Haverbeke
-1
/
+1
2011-08-01
Handle bang functions correctly in typestate
Tim Chevalier
-37
/
+36
2011-08-01
Partially implement destructuring locals
Marijn Haverbeke
-19
/
+11
2011-07-29
Refactor typestate code involving stmt_decls
Tim Chevalier
-94
/
+98
2011-07-28
The names 'outer' and 'inner' make more sense than 'self' and 'with'.
Lindsey Kuper
-1
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-566
/
+548
2011-07-26
Initial implementation of typestate for closures.
Michael Sullivan
-1
/
+1
2011-07-26
Remove tuple support from the compiler
Marijn Haverbeke
-4
/
+0
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-13
/
+16
[next]