about summary refs log tree commit diff
path: root/src/comp/front
AgeCommit message (Expand)AuthorLines
2011-04-26Support octal #fmt conversionsBrian Anderson-0/+7
2011-04-25rustc: Pass a "type context" around instead of directly passing the type stor...Patrick Walton-45/+43
2011-04-22rustc: Thread the type store through everything that needs to access type str...Patrick Walton-1/+1
2011-04-22rustc: Switch @ty.t to ty.t so that we can change it to a uintPatrick Walton-8/+8
2011-04-22rustc: Eliminate the direct use of ty.t.structPatrick Walton-1/+1
2011-04-22Switch to binary search in codemap.lookup_posMarijn Haverbeke-19/+15
2011-04-21Fix the signature of expr_extBrian Anderson-4/+4
2011-04-21rustc: Pass a type store around, which does nothing yetPatrick Walton-43/+45
2011-04-21rustc: Make the parser never assign any types, not even ty_nilPatrick Walton-5/+4
2011-04-20rustc: Remove all manual type construction outside ty.rsPatrick Walton-56/+51
2011-04-19Remove half-baked 'opacity' layer qualifier.Graydon Hoare-27/+0
2011-04-19Remove effect system from src.Graydon Hoare-193/+168
2011-04-19replace error logging with log_err in stdlib and rustcMarijn Haverbeke-33/+30
2011-04-19add log_err to rustcMarijn Haverbeke-3/+13
2011-04-18Support 0 flag in #fmtBrian Anderson-7/+14
2011-04-18collect crate meta info and ext crate namesMarijn Haverbeke-6/+9
2011-04-17Support the space flag in #fmtBrian Anderson-19/+35
2011-04-17Support + flag in #fmtBrian Anderson-3/+27
2011-04-17Support #fmt precision for string typesBrian Anderson-2/+8
2011-04-16Support left-justification in #fmt conversionsBrian Anderson-9/+56
2011-04-16Make #fmt support explicit conversion widthsBrian Anderson-4/+36
2011-04-14Work on destructors, not entirely functional yet (no tydesc integration).Graydon Hoare-4/+22
2011-04-13Add support for upper-case hex and binary output to #fmt.Brian Anderson-0/+3
2011-04-13Add more commentary about ExtFmtBrian Anderson-14/+7
2011-04-13Add support for printing uints as lower-case hex to ExtFmt.Brian Anderson-13/+78
2011-04-13Move #fmt conversion model into ExtFmt.CT namespaceBrian Anderson-29/+28
2011-04-13Lex numeric escapes, needed for lib-str.rs (which now passes).Graydon Hoare-13/+77
2011-04-12typestate_check can now handle expr_block, expr_if, and expr_binaryTim Chevalier-2/+3
2011-04-12rustc: Switch to indices for type parametersPatrick Walton-18/+16
2011-04-12Further work on typestate. Handles expr_rec and expr_assign now.Tim Chevalier-9/+13
2011-04-11Factor out creation of calls into ExtFmt.RTBrian Anderson-12/+12
2011-04-11Add support for bool, char to extfmt.Brian Anderson-0/+10
2011-04-11Move ExtFmt compile-time functions into their own moduleBrian Anderson-1/+1
2011-04-11Make ExtFmt call its own functions instead of others defined in stdBrian Anderson-6/+4
2011-04-11Move extfmt parsing into standard libraryBrian Anderson-210/+1
2011-04-11Move the extfmt data model into the standard library.Brian Anderson-48/+30
2011-04-09Fix codemap.lookup_posMarijn Haverbeke-15/+12
2011-04-09Move to single-uint file-position representation.Marijn Haverbeke-319/+374
2011-04-09Make lexer buffer the whole fileMarijn Haverbeke-59/+66
2011-04-07Support for self-calls that take arguments.Lindsey Kuper-4/+11
2011-04-07Add a very basic crate-dump utilityMarijn Haverbeke-0/+66
2011-04-07Revise EBML reader APIMarijn Haverbeke-191/+122
2011-04-06Continued sketching out code for checking states against preconditions.Tim Chevalier-10/+11
2011-04-05Last pieces of self-call support.Lindsey Kuper-1/+1
2011-04-05Further on the path toward self-awareness.Lindsey Kuper-2/+6
2011-04-04Make box prefix operator and box type carry mutability flag.Graydon Hoare-3/+7
2011-04-01Support for passing native types through metadata/creader.Graydon Hoare-0/+2
2011-04-01rustc: Get tag variants from the crate metadataPatrick Walton-6/+49
2011-04-01Started adding support for typestate checking.Tim Chevalier-28/+31
2011-03-31rustc: Add a type annotation to tag itemsPatrick Walton-4/+5