about summary refs log tree commit diff
path: root/src/comp/util
AgeCommit message (Expand)AuthorLines
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
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