about summary refs log tree commit diff
path: root/src/comp/middle/tstate/states.rs
AgeCommit message (Expand)AuthorLines
2011-12-16Make uses of self in impls compileMarijn Haverbeke-1/+0
2011-12-14first attempt, not happy with itNiko Matsakis-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+2
2011-12-08Allow binding of nested patternsMarijn Haverbeke-1/+1
2011-12-07Make typestate properly descend pattern guardsMarijn Haverbeke-0/+6
2011-11-30Box ast::path valuesMarijn Haverbeke-1/+1
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-10Cleanup unused importsHaitao Li-8/+4
2011-10-21Change the way block calls are parsed, mark them as block-calls.Marijn Haverbeke-1/+1
2011-10-21Drop support for iter, put, and for-eachMarijn Haverbeke-11/+0
2011-10-21Move ast_util::pat_bindings over to new iter system.Marijn Haverbeke-2/+2
2011-09-20Represent unique creation as a unop in the AST instead of its own exprBrian Anderson-1/+0
2011-09-15Forbid assignment to by-reference bindingsMarijn Haverbeke-1/+1
2011-09-14Rename ast::controlflow to ast::ret_styleMarijn Haverbeke-6/+6
2011-09-12Factor imports mindlessly.Graydon Hoare-24/+7
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-36/+33
2011-09-06Forbid blocks from deinitializing upvarsTim Chevalier-2/+22
2011-09-02Reformat. Issue #855Brian Anderson-1/+2
2011-09-02Handle if-check with no else correctly in typestateTim Chevalier-4/+17
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-1/+1
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-1/+1
2011-09-01Make resolve recognize upvarsMarijn Haverbeke-1/+1
2011-08-31Get rid of the hack that ignores () typed things in fn tail position.Michael Sullivan-12/+6
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-3/+3
2011-08-27Convert rustc::driver::session to istrs. Issue #855Brian Anderson-3/+4
2011-08-22Move functions from syntax::ast to syntax::ast_utilBrian Anderson-0/+1
2011-08-20ReformatBrian Anderson-98/+89
2011-08-18Remove seq_kind from ast::expr_vecBrian Anderson-1/+1
2011-08-17Track arguments in typestateTim Chevalier-1/+8
2011-08-16Port the compiler to the typaram foo<T> syntax.Erick Tryzelaar-3/+3
2011-08-16Removing tasks, ports and chans from the compiler.Eric Holk-25/+0
2011-08-16Rename std::ivec to std::vecBrian Anderson-10/+10
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-3/+3
2011-08-15Add operator 'copy', translates as fall-through.Graydon Hoare-0/+3
2011-08-15Rename a field (so that macros can mention it).Paul Stansifer-2/+2
2011-08-15rustc: Parse and typecheck unique pointersPatrick Walton-0/+1
2011-08-15Tuple fields are immutableMarijn Haverbeke-2/+1
2011-08-15Tuple types back, not constructable yetMarijn Haverbeke-0/+6
2011-08-09Port the compiler to the ivec type [T] syntax.Erick Tryzelaar-3/+3
2011-08-08Implement typestate checking for move-mode args. Un-XFAIL compile-fail/move-a...Graydon Hoare-18/+46
2011-08-05Initialize all constraints to FalseTim Chevalier-9/+13
2011-08-03Make ast::pat_bindings an iteratorMarijn Haverbeke-1/+1
2011-08-01Handle bang functions correctly in typestateTim Chevalier-37/+36
2011-08-01Partially implement destructuring localsMarijn Haverbeke-19/+11
2011-07-29Refactor typestate code involving stmt_declsTim Chevalier-94/+98
2011-07-28The names 'outer' and 'inner' make more sense than 'self' and 'with'.Lindsey Kuper-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-566/+548
2011-07-26Initial implementation of typestate for closures.Michael Sullivan-1/+1
2011-07-26Remove tuple support from the compilerMarijn Haverbeke-4/+0
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-13/+16