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
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-242
/
+0
2012-02-29
optionally enforce local variable mutability
Niko Matsakis
-1
/
+1
2012-02-28
change def's that are always local to use node_id, add --inline opt
Niko Matsakis
-2
/
+2
2012-02-10
Remove a vestige of return-by-reference
Marijn Haverbeke
-1
/
+1
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-1
/
+0
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-1
/
+1
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-1
/
+1
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-0
/
+1
2011-12-29
split proto from fn_decl, as not all fn_decls know the proto.
Niko Matsakis
-1
/
+1
2011-12-23
Go back to a single visit_fn function in visit.rs
Marijn Haverbeke
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-3
/
+3
2011-12-21
Make { || ... } sugar for any type of closure, inferred
Niko Matsakis
-1
/
+1
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
[next]