about summary refs log tree commit diff
path: root/src/comp
AgeCommit message (Expand)AuthorLines
2011-05-17rustc: Have typechecking no longer rebuild the ASTPatrick Walton-49/+55
2011-05-17rustc: Run block cleanups on else if blocksBrian Anderson-2/+9
2011-05-17rustc: Remove typeck::check_item_fn(); it's entirely superfluous!Patrick Walton-25/+1
2011-05-17rustc: Make check_const() not rebuild the AST (although it's not called at th...Patrick Walton-4/+1
2011-05-17rustc: Make check_block not rebuild the ASTPatrick Walton-13/+5
2011-05-17rustc: Don't rebuild the AST when writing back localsPatrick Walton-62/+94
2011-05-17rustc: Print the types of declarations in --typed-pretty modePatrick Walton-0/+9
2011-05-17rustc: Pull the type out of the correct expression when typechecking channel ...Patrick Walton-1/+1
2011-05-17rustc: Fix return value of expr_spawn case in pushdown_expr. Should put out s...Patrick Walton-2/+0
2011-05-17rustc: Don't rebuild the AST when typechecking expressionsPatrick Walton-525/+232
2011-05-17rustc: Add a typed pretty-printing mode for debuggingPatrick Walton-14/+60
2011-05-17Fixing compile problems from recent changes.Eric Holk-2/+2
2011-05-17Removing the TODO comment.Eric Holk-4/+0
2011-05-17Added a few more expr_spawn cases so the spawn.rs test case gets a little fur...Eric Holk-0/+17
2011-05-17rustc: Don't rebuild call or bind expressions during typecheckingPatrick Walton-30/+14
2011-05-17rustc: Make return value checking warnings a little prettier. Also introduce ...Patrick Walton-3/+10
2011-05-17rustc: Flatten annotationsPatrick Walton-589/+307
2011-05-17Alias-ify the parser and lexerMarijn Haverbeke-123/+121
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-760/+760
2011-05-17Parser fix: 'fail' was eating the next token that came after it.Paul Stansifer-1/+0
2011-05-17Switch pretty printer to new vec syntaxMarijn Haverbeke-3/+4
2011-05-17Return a better result from blocks. Closes issue #377Brian Anderson-0/+3
2011-05-16Rename aux.rs to auxiliary.rs since win32 doesn't like files named "aux". Rea...Graydon Hoare-3/+2
2011-05-16Merge remote branch 'origin/master' into HEADGraydon Hoare-124/+3238
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-878/+878
2011-05-16Begin vec() -> [] transition.Graydon Hoare-3/+3
2011-05-16make the return-checker happy about pretty::pp::base_indentTim Chevalier-0/+1
2011-05-16Fix get_os and get_archTim Chevalier-12/+17
2011-05-16Started adding support for return checking and non-returning function annotat...Tim Chevalier-51/+3205
2011-05-16Noticed that metadata::Encode::enc_sty didn't have a case for ty_task, so I a...Tim Chevalier-0/+1
2011-05-16rustc: Fix indentation in typeck::check_lit()Patrick Walton-10/+9
2011-05-16rustc: Don't rebuild the call expression in typeck::replace_expr_type()Patrick Walton-39/+3
2011-05-16rustc: Don't unpack annotations in trans::lval_generic_fn()Patrick Walton-12/+2
2011-05-16rustc: Make the parser use the internerPatrick Walton-29/+31
2011-05-16Replace --bitcode with the canonical --emit-llvmKelly Wilson-6/+6
2011-05-16Add automatic exe generation capabilities. Add --bitcode flag to generate onl...Kelly Wilson-26/+110
2011-05-16rustc: Factor out the code that interns types into an "interner" data structurePatrick Walton-36/+61
2011-05-16rustc: Don't rebuild AST patterns during typecheckingPatrick Walton-44/+13
2011-05-16rustc: Replace the redundant typeck::node_ann_ty_params() with ty::ann_to_typ...Patrick Walton-20/+4
2011-05-16rustc: Make the type collection pass no longer rebuild the ASTPatrick Walton-213/+129
2011-05-16rustc: Fix indentation in ty_param_count_and_ty_for_def()Patrick Walton-5/+5
2011-05-16rustc: Add an item_ann() accessor functionPatrick Walton-0/+20
2011-05-15rustc: Wait until generic glue is actually emitted to define it as internalBrian Anderson-1/+6
2011-05-14rustc: Rename 'Unify' modules to 'unify'Brian Anderson-17/+17
2011-05-14rustc: Use walk instead of fold for the first item collection passPatrick Walton-15/+10
2011-05-14rustc: Change "Collect" to "collect"Patrick Walton-4/+3
2011-05-14fix a long line that i forgot to commitMarijn Haverbeke-1/+1
2011-05-14Mark IDENT tokens that are followed by ::Marijn Haverbeke-18/+19
2011-05-14rustc: Dispose intrinsics memory bufferBrian Anderson-0/+2
2011-05-14rustc: Dispose the intrinsics LLVMModuleRefBrian Anderson-1/+4