aboutsummaryrefslogtreecommitdiff
path: root/src/comp/util
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-122-114/+114
* Ensure ann tags are actually kept around during typecheckingMarijn Haverbeke2011-05-121-3/+3
* rustc: Number everything with an annotationPatrick Walton2011-05-101-1/+1
* Alias-ify fold and its users, remove another 85kb.Graydon Hoare2011-05-091-3/+3
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-062-55/+55
* Consolidating expr_to_str functions.Lindsey Kuper2011-05-051-4/+4
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-2/+2
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-2/+2
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-2/+2
* Fixed bug in typeck that wasn't filling in anns for stmtsTim Chevalier2011-04-281-0/+20
* Support all expression forms in typestateTim Chevalier2011-04-281-0/+32
* Further work on typestate_checkTim Chevalier2011-04-282-12/+83
* rustc: Pass a "type context" around instead of directly passing the type stor...Patrick Walton2011-04-251-2/+2
* rustc: Switch @ty.t to ty.t so that we can change it to a uintPatrick Walton2011-04-221-1/+1
* rustc: Pass a type store around, which does nothing yetPatrick Walton2011-04-211-2/+2
* rustc: Remove all uses of plain_ty() and friends from outside of ty.rsPatrick Walton2011-04-201-1/+1
* Handle nested items correctly in typestate_checkTim Chevalier2011-04-192-0/+45
* Remove effect system from src.Graydon Hoare2011-04-191-10/+10
* Make expr_while work in typestate_checkTim Chevalier2011-04-131-2/+2
* typestate_check can now handle expr_block, expr_if, and expr_binaryTim Chevalier2011-04-121-0/+4
* Further work on typestate. Handles expr_rec and expr_assign now.Tim Chevalier2011-04-122-12/+73
* rustc: Add a uint hash functionPatrick Walton2011-04-111-0/+8
* Move to single-uint file-position representation.Marijn Haverbeke2011-04-091-2/+1
* Implemented computing prestates and poststates for a few expression forms.Tim Chevalier2011-04-082-1/+25
* Continued sketching out code for checking states against preconditions.Tim Chevalier2011-04-061-4/+47
* More work on typestate. Sketched out code for computing and checking prestate...Tim Chevalier2011-04-061-5/+24
* Started adding support for typestate checking.Tim Chevalier2011-04-011-0/+61
* rustc: Mix the bits more when hashing def idsPatrick Walton2011-03-311-9/+8
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare2011-03-251-1/+1
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare2011-03-251-1/+1
* rustc: Create a crate metadata cachePatrick Walton2011-03-251-0/+8
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare2011-03-161-9/+0
* rustc: Expose common.def_eq().Patrick Walton2011-03-081-5/+5
* Add a type for crate directives, to support intermixing with exprs in crate f...Graydon Hoare2011-02-231-1/+3
* Make append take a mutable &. Not even checked at present, tsk tsk.Graydon Hoare2010-10-221-1/+1
* line length police; moved comp.util.bits to std.bitvDave Herman2010-10-211-463/+0
* tests and bugfixes: fns take aliases, fixed binary arithmetic in create, elim...Dave Herman2010-10-211-29/+318
* simpler computation of uint_bits(), plus whitespace policeDave Herman2010-10-201-13/+2
* created a first draft of the bit-set library needed for typestateDave Herman2010-10-201-0/+185
* Teach trans to allocate, initialize and load from local variables.Graydon Hoare2010-10-191-0/+19
* Store items and decls in vecs to preserve input order, index externally. Impl...Graydon Hoare2010-10-181-0/+9
* Encode and decode tag types in dwarf properly. Add list module to std. Shift ...Graydon Hoare2010-10-151-8/+0
* Add input coordinate tracking to all major rustc ast nodes.Graydon Hoare2010-10-051-0/+1
* Teach rustc about phi nodes, block relationships. Translate if- and block-exp...Graydon Hoare2010-10-041-0/+8
* Declare the global and upcall glues as ValueRefs in rustc's trans.Graydon Hoare2010-09-231-0/+5
* Begin teaching rustc to parse literals, atoms, stmts, blocks, items, modules,...Graydon Hoare2010-09-211-0/+6
* Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...Graydon Hoare2010-09-201-24/+24
* Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...Graydon Hoare2010-09-091-3/+14
* Add session, span tracking, error reporting, beginning of a function to parse...Graydon Hoare2010-09-011-0/+4