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
Age
Commit message (
Expand
)
Author
Lines
2011-08-27
Convert rustc::util to istrs. Issue #855
Brian Anderson
-4
/
+5
2011-08-27
Convert the rest of rustc::middle to istrs. Issue #855
Brian Anderson
-61
/
+62
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-23
/
+36
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-8
/
+12
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-5
/
+10
2011-08-26
Let typestate constraints mention pattern-bound vars
Tim Chevalier
-5
/
+10
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-2
/
+7
2011-08-20
Reformat
Brian Anderson
-333
/
+321
2011-08-19
Revert "Disable warnings for unused function arguments. Temporary hack."
Tim Chevalier
-6
/
+1
2011-08-19
Disable warnings for unused function arguments. Temporary hack.
Tim Chevalier
-1
/
+6
2011-08-18
Handle sequential let semantics properly in typestate
Tim Chevalier
-16
/
+37
2011-08-18
Remove seq_kind from ast::expr_vec
Brian Anderson
-2
/
+2
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-9
/
+9
2011-08-18
Don't warn about unused vars whose name starts with _
Marijn Haverbeke
-2
/
+3
2011-08-17
Track arguments in typestate
Tim Chevalier
-9
/
+28
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-15
/
+15
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-3
/
+3
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-37
/
+37
2011-08-16
Removing tasks, ports and chans from the compiler.
Eric Holk
-42
/
+0
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-38
/
+38
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-41
/
+41
2011-08-15
rustc: Add a few type-related methods to unique pointers; add typestate support
Patrick Walton
-0
/
+1
2011-08-15
Add operator 'copy', translates as fall-through.
Graydon Hoare
-2
/
+9
2011-08-15
Rename a field (so that macros can mention it).
Paul Stansifer
-4
/
+4
2011-08-15
rustc: Parse and typecheck unique pointers
Patrick Walton
-0
/
+1
2011-08-15
Fix bad argument type of pprust::print_type
Marijn Haverbeke
-1
/
+1
2011-08-15
Tuple fields are immutable
Marijn Haverbeke
-4
/
+2
2011-08-15
Tuple types back, not constructable yet
Marijn Haverbeke
-0
/
+9
2011-08-09
Convert remaning ivec decls to new syntax
Brian Anderson
-2
/
+2
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-78
/
+78
2011-08-08
Implement typestate checking for move-mode args. Un-XFAIL compile-fail/move-a...
Graydon Hoare
-28
/
+110
2011-08-05
Initialize all constraints to False
Tim Chevalier
-9
/
+24
2011-08-05
Revert "rustc: Introduce the concept of inline to the AST"
Patrick Walton
-37
/
+33
2011-08-05
rustc: Introduce the concept of inline to the AST
Patrick Walton
-33
/
+37
2011-08-03
Make ast::pat_bindings an iterator
Marijn Haverbeke
-20
/
+19
2011-08-01
Handle bang functions correctly in typestate
Tim Chevalier
-59
/
+113
2011-08-01
Partially implement destructuring locals
Marijn Haverbeke
-47
/
+57
2011-07-31
Change bitvectors::relax_precond_block to use visit instead of walk
Tim Chevalier
-24
/
+28
2011-07-29
Refactor typestate code involving stmt_decls
Tim Chevalier
-94
/
+129
2011-07-29
Add in some missing cases for typestate with closures.
Michael Sullivan
-2
/
+5
2011-07-29
Remove support for obj dtors
Marijn Haverbeke
-1
/
+0
2011-07-28
Change the way freevars stores its information again.
Michael Sullivan
-1
/
+1
2011-07-28
The names 'outer' and 'inner' make more sense than 'self' and 'with'.
Lindsey Kuper
-2
/
+2
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-4
/
+2
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-2161
/
+2042
2011-07-26
Initial implementation of typestate for closures.
Michael Sullivan
-13
/
+31
2011-07-26
Convert all code that uses walk.rs in the straightforward way to simple_visit
Marijn Haverbeke
-21
/
+16
2011-07-26
Remove tuple support from the compiler
Marijn Haverbeke
-7
/
+0
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-62
/
+69
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-15
/
+16
[prev]
[next]