about summary refs log tree commit diff
path: root/src/comp/front
AgeCommit message (Expand)AuthorLines
2011-05-13Make the parser more careful about keywordsMarijn Haverbeke-1147/+608
2011-05-13Extend crate format to allow multiple definitions for a single nameMarijn Haverbeke-82/+51
2011-05-13Move capture checking into resolve.rsMarijn Haverbeke-2/+0
2011-05-12Rename std.extfmt.CT to std.extfmt.RT to ct and rtBrian Anderson-32/+32
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-1497/+1500
2011-05-12Transitional change to make extfmt output lowercase module nameMarijn Haverbeke-1/+1
2011-05-12Change module dereference syntax from . to ::Marijn Haverbeke-58/+30
2011-05-12Remove some truly wrong logic in parse_constrsMarijn Haverbeke-13/+8
2011-05-12Keep resolve data in external hash table, rather than embedded defsMarijn Haverbeke-20/+33
2011-05-12Ensure ann tags are actually kept around during typecheckingMarijn Haverbeke-1/+9
2011-05-12Properly lex block comments followed by EOFMarijn Haverbeke-4/+4
2011-05-11Remove unused filename parameter from lexer.new_readerBrian Anderson-3/+3
2011-05-11Give the lexer a session so that it can fail more informativelyBrian Anderson-19/+30
2011-05-11Remove mod indices from the ASTMarijn Haverbeke-148/+27
2011-05-11Get rid of arm indicesMarijn Haverbeke-24/+3
2011-05-11Get rid of block indicesMarijn Haverbeke-55/+13
2011-05-11Use a const for crate-num-zero (ast.local_crate)Marijn Haverbeke-0/+1
2011-05-11Rewrite comp/middle/resolve.rsMarijn Haverbeke-13/+6
2011-05-10rustc: Number everything with an annotationPatrick Walton-148/+166
2011-05-09Alias-ify fold and its users, remove another 85kb.Graydon Hoare-3/+4
2011-05-09Remove boxes from token.t.Graydon Hoare-42/+79
2011-05-09rustc: Alias fix part 1 -- Separate out AST modes from typechecker modes, and...Patrick Walton-2/+2
2011-05-06Fix GenericOS.getenv returning a raw str, return an Option.t[str] instead.Graydon Hoare-2/+11
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-256/+256
2011-05-05rustc: Add Rust intrinsic support to the crate metadata reader and writerPatrick Walton-3/+4
2011-05-05Bring back "pred" syntax for writing predicates for checkTim Chevalier-12/+31
2011-05-05Check well-formedness of constraintsTim Chevalier-0/+14
2011-05-05Remove 'deprecated mutable...' from our codeMarijn Haverbeke-2/+2
2011-05-04Add #env syntax extension for plucking strings out of the compilation environ...Graydon Hoare-0/+75
2011-05-04Add a structure for passing option flags around the compiler, put it in sessi...Graydon Hoare-3/+2
2011-05-03rustc: Stub support for Rust intrinsicsPatrick Walton-0/+3
2011-05-03Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustagePatrick Walton-1/+1
2011-05-03Start sketching --depend support in rustc.Graydon Hoare-1/+18
2011-05-03Rename the "llvm" API to "llvm-intrinsic"Patrick Walton-1/+1
2011-05-02Extract ast.is_exported from the resolve moduleBrian Anderson-0/+22
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-28/+38
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-38/+28
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-28/+38
2011-04-29Intern metadata while writing, shrink stage1 from 12mb to 5.7mb.Graydon Hoare-16/+49
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