about summary refs log tree commit diff
path: root/src/boot/util
AgeCommit message (Expand)AuthorLines
2011-05-13Remove rustboot from the repository.Graydon Hoare-1025/+0
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-3/+3
2011-03-25Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare-3/+3
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare-3/+3
2011-02-09Add FreeBSD_x86_elf target to rustbootRob Arnold-0/+1
2010-12-21rustboot: Only bottom out at opaque IL types after finding two cycles. DON'T ...Patrick Walton-0/+7
2010-11-03Code sketch and comment notes on textual crate signatures.Graydon Hoare-0/+9
2010-10-08Add -lpath mechanism for logging only a subset of a pass (by module-path prefix)Graydon Hoare-0/+25
2010-09-15Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into late...Graydon Hoare-2/+5
2010-09-07Initial support for a global crate metadata cachePatrick Walton-0/+2
2010-08-23Merge remote branch 'tohava/master'Graydon Hoare-0/+31
2010-08-21Modified parser to handle alt type andadded a few testsOr Brostovski-0/+31
2010-08-12Fix max_sz bug that ended up causing us to index incorrectly into a vec of ta...Roy Frostig-1/+1
2010-07-20Tidy up handling of unimplemented features. These are expected (if undesirabl...Graydon Hoare-1/+8
2010-07-20Make the LLVM compiler crash when it hits a source construct it doesn't knowJeffrey Yasskin-0/+4
2010-07-15Implement the "simple typechecker", which avoids HM inferencePatrick Walton-0/+10
2010-07-12Add a ty_children function to enumerate the children of any typePatrick Walton-1/+0
2010-07-06Numerous bug fixes to typestate algorithm.Graydon Hoare-0/+9
2010-07-02Add an arr_iter2 function to common.mlPatrick Walton-0/+5
2010-06-28Canonicalize hashtables after running them through htab_map. Closes #77.Graydon Hoare-2/+16
2010-06-25Revert "Add intrinsic calling convention." Isn't going to work.Graydon Hoare-2/+0
2010-06-24Add intrinsic calling convention.Graydon Hoare-0/+2
2010-06-24Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare-0/+83
2010-06-23Populate tree.Graydon Hoare-0/+816