about summary refs log tree commit diff
path: root/src/comp/middle
AgeCommit message (Expand)AuthorLines
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-421/+421
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-0/+0
2011-05-16Merge remote branch 'origin/master' into HEADGraydon Hoare-93/+3319
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-681/+681
2011-05-16Started adding support for return checking and non-returning function annotat...Tim Chevalier-32/+3304
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: Factor out the code that interns types into an "interner" data structurePatrick Walton-36/+18
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-13rustc: Look types up in the side tablePatrick Walton-8/+11
2011-05-13rustc: Write nil types into the node type table wherever plain_ann() is usedPatrick Walton-39/+101
2011-05-13'with' no longer a token; whitespace police.Lindsey Kuper-9/+9
2011-05-13More anon obj work; whitespace police in middle::foldLindsey Kuper-32/+52
2011-05-13Use new module namespace syntax.Lindsey Kuper-31/+31
2011-05-13More work toward anonymous objects.Lindsey Kuper-8/+10
2011-05-13Bug fixes.Lindsey Kuper-0/+2
2011-05-13More progress on anonymous objects.Lindsey Kuper-4/+83
2011-05-13rustc: Move replace_expr_type() from ty to typeck, as it's only used in the l...Patrick Walton-45/+52
2011-05-13rustc: Fix long lines in typeck.rsBrian Anderson-1/+2
2011-05-13rustc: Get ann_to_type_params() on board the ann_to_ty_param_substs_opt_and_t...Patrick Walton-7/+7
2011-05-13rustc: Make all type lookups go through the one ty::ann_to_ty_param_substs_op...Patrick Walton-44/+22
2011-05-13rustc: Write types contained in "trivial annotations" to the tablePatrick Walton-45/+135
2011-05-13rustc: Change ty::triv_ann() to take a node ID instead of a full annotationPatrick Walton-85/+118
2011-05-13rustc: lowercase the link and link::write modulesBrian Anderson-2/+2
2011-05-13Slight adjustments to shape, rename to type_glue.rs.Graydon Hoare-98/+104
2011-05-13rustc: Add write_type() wherever ann_types are written, except for triv_ann()Patrick Walton-15/+56
2011-05-13rustc: Fix the type of node_types; stub the write_type functionPatrick Walton-7/+16
2011-05-13rustc: Remove a minor rustboot workaround in typeck::resolve_local_types_in_b...Patrick Walton-9/+4
2011-05-13rustc: Make typeck::instantiate_path() not return an annotationPatrick Walton-9/+16
2011-05-13Implement module namespacesMarijn Haverbeke-70/+72
2011-05-13Extend crate format to allow multiple definitions for a single nameMarijn Haverbeke-31/+34
2011-05-13Make module indices hold a list of itemsMarijn Haverbeke-42/+87
2011-05-13Move capture checking into resolve.rsMarijn Haverbeke-134/+49
2011-05-13Change resolve to use walk instead of foldMarijn Haverbeke-100/+162
2011-05-13Ensure visit_ty is called on type parameters during walkMarijn Haverbeke-2/+25
2011-05-13Add visit_arm and visit_method to walk.rsMarijn Haverbeke-3/+16
2011-05-12rustc: Flatten recursive vectors in trans::simplify_type(). Prevents an infin...Patrick Walton-0/+8
2011-05-12rustc: Beginnings of a "shape" module to convert types to shapesPatrick Walton-0/+98
2011-05-12rustc: Make ty::expr_ann() terserPatrick Walton-109/+37