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
/
bitvectors.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+2
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-2
/
+2
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-1
/
+1
2011-09-28
Don't descend into functions from relax_precond_block
Marijn Haverbeke
-1
/
+2
2011-09-15
Forbid assignment to by-reference bindings
Marijn Haverbeke
-1
/
+1
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-21
/
+7
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-35
/
+33
2011-09-02
Reformat. Issue #855
Brian Anderson
-6
/
+6
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-6
/
+6
2011-08-20
Reformat
Brian Anderson
-11
/
+11
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-2
/
+2
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-4
/
+4
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-8
/
+8
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-3
/
+3
2011-08-05
Initialize all constraints to False
Tim Chevalier
-0
/
+5
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
-0
/
+10
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-3
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-117
/
+99
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-1
/
+1
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-2
/
+2
2011-07-21
Instantiate function preconditions inside the function body
Tim Chevalier
-0
/
+4
2011-07-19
Beginnings of support for constrained types
Tim Chevalier
-42
/
+20
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-3
/
+3
2011-07-12
rustc: Remove a few scattered uses of exterior vectors from typestate
Patrick Walton
-6
/
+1
2011-07-08
Minor refactoring
Tim Chevalier
-1
/
+5
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-1
/
+1
2011-07-06
rustc: Remove unused or seldom-used imports from middle::tstate::{bitvectors,...
Patrick Walton
-2
/
+1
2011-07-06
rustc: Move middle::tstate::auxiliary and middle::tstate::bitvectors over to ...
Patrick Walton
-12
/
+12
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-1
/
+9
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-21
/
+14
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-1
/
+1
2011-07-06
rustc: Remove unused or seldom-used imports from middle::tstate::{bitvectors,...
Patrick Walton
-2
/
+1
2011-07-06
rustc: Move middle::tstate::auxiliary and middle::tstate::bitvectors over to ...
Patrick Walton
-12
/
+12
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-1
/
+9
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-1
/
+2
2011-06-27
Tests for while loops that may invalidate constraints
Tim Chevalier
-16
/
+20
2011-06-24
Invalidate constraints correctly after an assignment expression
Tim Chevalier
-0
/
+35
2011-06-24
Remove uses of variable name 'res' from rustc
Marijn Haverbeke
-7
/
+7
2011-06-22
Compute typestate properly for move
Tim Chevalier
-42
/
+66
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-14
/
+16
2011-06-17
Restructure the "checking" pass in typestate
Tim Chevalier
-0
/
+45
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-74
/
+56
2011-06-13
Refactor some typestate-related data structures
Tim Chevalier
-22
/
+21
2011-06-10
Reject programs with unsatisfied predicate constraints
Tim Chevalier
-2
/
+2
2011-06-10
Fix unsafe uses of mutable references
Marijn Haverbeke
-1
/
+1
2011-06-09
Start to check expr_check and expr_call constraints in typestate
Tim Chevalier
-1
/
+0
[next]