summary refs log tree commit diff
path: root/src/comp/util
AgeCommit message (Expand)AuthorLines
2011-05-31Now imports are not re-exported unless 'export' is explicitly used.Paul Stansifer-1/+1
2011-05-31Consolidate formatting functions a bit more.Graydon Hoare-98/+10
2011-05-31Fix utility printers to flush eof in common.rs.Graydon Hoare-0/+6
2011-05-31Improve handling of trailing comments.Graydon Hoare-0/+7
2011-05-31Add span to field to catch per-field comments in rec exprs.Graydon Hoare-1/+1
2011-05-31new pretty printerGraydon Hoare-7/+7
2011-05-31rustc: Remove unneeded type params from alt patternsBrian Anderson-3/+3
2011-05-26Remove unused importsTim Chevalier-1/+0
2011-05-26Remove residual uses of fold, and fold itself.Graydon Hoare-26/+18
2011-05-20Make controlflow part of a function typeTim Chevalier-0/+5
2011-05-20rustc: Move the interner to a new module intended to be used for general data...Patrick Walton-42/+44
2011-05-19remove now-unused ts field from annTim Chevalier-13/+2
2011-05-19add a bunch more logging thingsTim Chevalier-0/+35
2011-05-17rustc: Don't rebuild the AST when typechecking expressionsPatrick Walton-5/+11
2011-05-17rustc: Flatten annotationsPatrick Walton-11/+0
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-11/+11
2011-05-16Merge remote branch 'origin/master' into HEADGraydon Hoare-189/+23
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-2/+2
2011-05-16Started adding support for return checking and non-returning function annotat...Tim Chevalier-189/+23
2011-05-16rustc: Factor out the code that interns types into an "interner" data structurePatrick Walton-0/+42
2011-05-13rustc: Write nil types into the node type table wherever plain_ann() is usedPatrick Walton-5/+0
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-114/+114
2011-05-12Ensure ann tags are actually kept around during typecheckingMarijn Haverbeke-3/+3
2011-05-10rustc: Number everything with an annotationPatrick Walton-1/+1
2011-05-09Alias-ify fold and its users, remove another 85kb.Graydon Hoare-3/+3
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-55/+55
2011-05-05Consolidating expr_to_str functions.Lindsey Kuper-4/+4
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-2/+2
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-2/+2
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-2/+2
2011-04-28Fixed bug in typeck that wasn't filling in anns for stmtsTim Chevalier-0/+20
2011-04-28Support all expression forms in typestateTim Chevalier-0/+32
2011-04-28Further work on typestate_checkTim Chevalier-12/+83
2011-04-25rustc: Pass a "type context" around instead of directly passing the type stor...Patrick Walton-2/+2
2011-04-22rustc: Switch @ty.t to ty.t so that we can change it to a uintPatrick Walton-1/+1
2011-04-21rustc: Pass a type store around, which does nothing yetPatrick Walton-2/+2
2011-04-20rustc: Remove all uses of plain_ty() and friends from outside of ty.rsPatrick Walton-1/+1
2011-04-19Handle nested items correctly in typestate_checkTim Chevalier-0/+45
2011-04-19Remove effect system from src.Graydon Hoare-10/+10
2011-04-13Make expr_while work in typestate_checkTim Chevalier-2/+2
2011-04-12typestate_check can now handle expr_block, expr_if, and expr_binaryTim Chevalier-0/+4
2011-04-12Further work on typestate. Handles expr_rec and expr_assign now.Tim Chevalier-12/+73
2011-04-11rustc: Add a uint hash functionPatrick Walton-0/+8
2011-04-09Move to single-uint file-position representation.Marijn Haverbeke-2/+1
2011-04-08Implemented computing prestates and poststates for a few expression forms.Tim Chevalier-1/+25
2011-04-06Continued sketching out code for checking states against preconditions.Tim Chevalier-4/+47
2011-04-06More work on typestate. Sketched out code for computing and checking prestate...Tim Chevalier-5/+24
2011-04-01Started adding support for typestate checking.Tim Chevalier-0/+61
2011-03-31rustc: Mix the bits more when hashing def idsPatrick Walton-9/+8
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-1/+1