about summary refs log tree commit diff
path: root/src/comp/middle/tstate/bitvectors.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-242/+0
2012-02-29optionally enforce local variable mutabilityNiko Matsakis-1/+1
2012-02-28change def's that are always local to use node_id, add --inline optNiko Matsakis-2/+2
2012-02-10Remove a vestige of return-by-referenceMarijn Haverbeke-1/+1
2012-02-09Remove some pointless importsMarijn Haverbeke-1/+0
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-1/+1
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-1/+1
2012-01-12Make driver::session::session no longer an objectMarijn Haverbeke-0/+1
2011-12-29split proto from fn_decl, as not all fn_decls know the proto.Niko Matsakis-1/+1
2011-12-23Go back to a single visit_fn function in visit.rsMarijn Haverbeke-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-3/+3
2011-12-21Make { || ... } sugar for any type of closure, inferredNiko Matsakis-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+2
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-10Cleanup unused importsHaitao Li-2/+2
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-1/+1
2011-09-28Don't descend into functions from relax_precond_blockMarijn Haverbeke-1/+2
2011-09-15Forbid assignment to by-reference bindingsMarijn Haverbeke-1/+1
2011-09-12Factor imports mindlessly.Graydon Hoare-21/+7
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-35/+33
2011-09-02Reformat. Issue #855Brian Anderson-6/+6
2011-08-27Convert rustc::driver::session to istrs. Issue #855Brian Anderson-6/+6
2011-08-20ReformatBrian Anderson-11/+11
2011-08-18Remove or _-prefix all unused function argumentsMarijn Haverbeke-2/+2
2011-08-16Port the compiler to the expr foo::<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the compiler to the typaram foo<T> syntax.Erick Tryzelaar-4/+4
2011-08-16Rename std::ivec to std::vecBrian Anderson-8/+8
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-1/+1
2011-08-09Port the compiler to the ivec type [T] syntax.Erick Tryzelaar-3/+3
2011-08-05Initialize all constraints to FalseTim Chevalier-0/+5
2011-07-31Change bitvectors::relax_precond_block to use visit instead of walkTim Chevalier-24/+28
2011-07-29Refactor typestate code involving stmt_declsTim Chevalier-0/+10
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-3/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-117/+99
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-1/+1
2011-07-25Rename the block type to be blk also. Sorry.Michael Sullivan-2/+2
2011-07-21Instantiate function preconditions inside the function bodyTim Chevalier-0/+4
2011-07-19Beginnings of support for constrained typesTim Chevalier-42/+20
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-3/+3
2011-07-12rustc: Remove a few scattered uses of exterior vectors from typestatePatrick Walton-6/+1
2011-07-08Minor refactoringTim Chevalier-1/+5
2011-07-06rustc: Make AST paths use interior vectorsPatrick Walton-1/+1
2011-07-06rustc: Remove unused or seldom-used imports from middle::tstate::{bitvectors,...Patrick Walton-2/+1
2011-07-06rustc: Move middle::tstate::auxiliary and middle::tstate::bitvectors over to ...Patrick Walton-12/+12
2011-07-06rustc: Make the various constraint-related types in middle::ty use interior v...Patrick Walton-1/+9
2011-07-06rustc: Revert the conversion to interior vectors due to heap corruptionPatrick Walton-21/+14
2011-07-06rustc: Make AST paths use interior vectorsPatrick Walton-1/+1
2011-07-06rustc: Remove unused or seldom-used imports from middle::tstate::{bitvectors,...Patrick Walton-2/+1
2011-07-06rustc: Move middle::tstate::auxiliary and middle::tstate::bitvectors over to ...Patrick Walton-12/+12
2011-07-06rustc: Make the various constraint-related types in middle::ty use interior v...Patrick Walton-1/+9