about summary refs log tree commit diff
path: root/src/comp/util
AgeCommit message (Expand)AuthorLines
2011-08-03Do a bunch more typechecking for iters and for each loops.Michael Sullivan-1/+2
2011-08-02Move ppaux::ty_to_str to new record syntaxMarijn Haverbeke-2/+2
2011-07-29Enable kind checking on typarams, fix kind constraints in library and comp.Graydon Hoare-1/+1
2011-07-28Thread kinds into the type system. Don't quite activate yet, since it breaks ...Graydon Hoare-1/+1
2011-07-28Show millisecond precision for time_passes timesMarijn Haverbeke-0/+22
2011-07-27Reformat for new syntaxMarijn Haverbeke-210/+178
2011-07-26Convert all code that uses walk.rs in the straightforward way to simple_visitMarijn Haverbeke-5/+5
2011-07-26Remove tuple support from the compilerMarijn Haverbeke-5/+0
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-5/+6
2011-07-25Rename the block type to be blk also. Sorry.Michael Sullivan-3/+3
2011-07-19Have fn_to_str use proto_to_str.Michael Sullivan-5/+2
2011-07-19Beginnings of support for constrained typesTim Chevalier-5/+13
2011-07-14rustc: Move much of metadata reading over to interior vectorsPatrick Walton-4/+3
2011-07-13Make resolve and the typechecker check for a main fn of theTim Chevalier-1/+4
2011-07-12rustc: Remove some useless std::vec importsPatrick Walton-1/+0
2011-07-12rustc: Remove some interior vectors from typestate and some useless vec-relat...Patrick Walton-8/+0
2011-07-12rustc: Move ppaux away from exterior vectorsPatrick Walton-14/+12
2011-07-13Use switches rather than chained conditionals to compile alt matchesMarijn Haverbeke-0/+1
2011-07-11In typeck, check for dynamically sized by-value arguments to thunksTim Chevalier-0/+13
2011-07-07Rename encoder::ty_str to encoded_strBrian Anderson-1/+1
2011-07-07Move tyencode::ty_str to metadata::encoderBrian Anderson-1/+2
2011-07-07Refactor tyencode::ty_str to not require a tyencode::ctxtBrian Anderson-3/+1
2011-07-07Remove duplicate definition of def_to_str from middle::tyBrian Anderson-1/+1
2011-07-07rustc: Change lots of AST nodes to use interior vectorsPatrick Walton-8/+10
2011-07-06rustc: Make object methods into interior vectorsPatrick Walton-3/+4
2011-07-06rustc: Change constraints in types to use interior vectorsPatrick Walton-3/+3
2011-07-06rustc: Use interior vectors for tag type parametersPatrick Walton-3/+4
2011-07-06rustc: Revert the conversion to interior vectors due to heap corruptionPatrick Walton-11/+9
2011-07-06rustc: Make object methods into interior vectorsPatrick Walton-3/+4
2011-07-06rustc: Change constraints in types to use interior vectorsPatrick Walton-3/+3
2011-07-06rustc: Use interior vectors for tag type parametersPatrick Walton-3/+4
2011-07-06Remove temporary stdlib placeholders, use actual stdlib functionsMarijn Haverbeke-6/+5
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-149/+211
2011-07-05Move pretty-printing 'modes' into a callback hookMarijn Haverbeke-1/+0
2011-06-30rustc: Use interior vectors for tuple typesPatrick Walton-1/+1
2011-06-28Replace common::new_seq_hash with an adapter around std::smallintmapBrian Anderson-102/+0
2011-06-26Add a very simple map implementation for sequential integer keysBrian Anderson-0/+103
2011-06-22Compute typestate properly for moveTim Chevalier-0/+9
2011-06-21Move expr ids into the expr record typeMarijn Haverbeke-2/+2
2011-06-16Consistify ast::local.Paul Stansifer-2/+2
2011-06-16Refactor ast::item representationMarijn Haverbeke-20/+0
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-143/+83
2011-06-15rustc: Make room in remaining AST item nodes for attributesBrian Anderson-6/+6
2011-06-15rustc: Make room in item_mod for metadataBrian Anderson-1/+1
2011-06-13Change decl to local in expr_for and expr_for_eachTim Chevalier-1/+1
2011-06-09rustc: Annotate vector and string literals in the AST with their uniqueness o...Patrick Walton-2/+4
2011-06-09Further support for predicate constraintsTim Chevalier-2/+33
2011-06-01Redo typestate-related data structures to support predicate constraints. No a...Tim Chevalier-0/+63
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