about summary refs log tree commit diff
path: root/src/rustc/middle
AgeCommit message (Expand)AuthorLines
2012-10-22rustc: Convert two printlns in trans into debug!Brian Anderson-2/+2
2012-10-22Long linesBrian Anderson-1/+2
2012-10-22Merge pull request #3826 from jdm/doublefailBrian Anderson-1/+1
2012-10-22Fix breakage (forgot to commit this...Tim Chevalier-1/+1
2012-10-22Incorporate review comments (mostly fixing indentation)Tim Chevalier-28/+26
2012-10-22Preliminary support for labeled break/continue for `loop`sTim Chevalier-81/+193
2012-10-22Simplify the AST representation of ty param boundsTim Chevalier-28/+35
2012-10-21Correct propagation of mutability from components to base in borrowckNiko Matsakis-9/+61
2012-10-21rustc: add new intrinsics - atomic_cxchg{_acq,_rel}Luqman Aden-6/+44
2012-10-21Fix ICE stemming from use of unique pointers in unreachable blocks.Josh Matthews-1/+1
2012-10-20Remove old fixed-length vector syntaxBen Striegel-5/+5
2012-10-19Remove superfluous by-ref in option::get, option::get_default, option::expectTim Chevalier-5/+5
2012-10-18rustc: Implement intra-crate static methods on anonymous trait implementation...Patrick Walton-23/+101
2012-10-18rustc: optimize away some mallocs when building GEP argsErick Tryzelaar-2/+1
2012-10-17Merge pull request #3716 from Blei/fix-3656Tim Chevalier-3/+4
2012-10-16Remove integer suffixesTim Chevalier-2/+2
2012-10-16Change a use of map::get to map::findTim Chevalier-2/+2
2012-10-16rustc: Implement intra-crate static methods on anonymous trait implementations.Patrick Walton-109/+297
2012-10-15In ty::normalize_ty, don't replace self_regions with NoneTim Chevalier-4/+10
2012-10-15Error out in resolve if structs try to capture type parametersTim Chevalier-2/+2
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-528/+459
2012-10-15rustc: Implement monomorphic default methods. r=nmatsakisPatrick Walton-293/+522
2012-10-15Check whether loans conflict with old loans or with themselves.Niko Matsakis-94/+140
2012-10-15Fix whitespaceTim Chevalier-2/+2
2012-10-15Allow enum discriminator exprs to refer to declared constsTim Chevalier-115/+196
2012-10-12Avoid repeating 'try adding a move' hintTim Chevalier-3/+5
2012-10-12Remove unneeded parensTim Chevalier-1/+1
2012-10-12Make trans ignore last useTim Chevalier-17/+9
2012-10-12Change the kind checker to ignore results of last-useTim Chevalier-37/+49
2012-10-12(For legacy code:) In liveness, require that by-move arguments are rvaluesTim Chevalier-1/+9
2012-10-12Make moves explicit in rustc::middleTim Chevalier-4/+4
2012-10-12remove ctor from ast (take 2) (no review: just dead code removal)Niko Matsakis-492/+108
2012-10-12Use the Nth impl when translating a static method call, insteadNiko Matsakis-12/+52
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-18/+18
2012-10-11Use truncate in typeck::infer; gets rid of FIXMETim Chevalier-5/+2
2012-10-11Remove obsolete commentTim Chevalier-5/+0
2012-10-11Update FIXME numbersTim Chevalier-7/+6
2012-10-11Remove obsolete FIXMETim Chevalier-3/+0
2012-10-11Update FIXME numbersTim Chevalier-2/+2
2012-10-11Remove obsolete FIXMETim Chevalier-6/+1
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-2/+2
2012-10-10rustc: fix size computation of structs for the FFIPhilipp Brüschweiler-3/+4
2012-10-08Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""Tim Chevalier-22/+0
2012-10-08Revert "Remove old auto_serialize2 code (needs snapshot)"Tim Chevalier-0/+22
2012-10-07Remove old auto_serialize2 code (needs snapshot)Erick Tryzelaar-22/+0
2012-10-07Remove the old serializers (needs snapshot)Erick Tryzelaar-46/+67
2012-10-07migrate libsyntax/rustc to auto_serialize2Erick Tryzelaar-112/+112
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-44/+12
2012-10-05De-mode mysterious unused functions in middle::trans::shape (see comment)Tim Chevalier-4/+8
2012-10-05rustc: Add a new method_self method call origin. Part of default methods.Patrick Walton-15/+61