about summary refs log tree commit diff
path: root/src/rustc
AgeCommit message (Expand)AuthorLines
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-636/+564
2012-10-15rustc: Implement monomorphic default methods. r=nmatsakisPatrick Walton-300/+615
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-518/+110
2012-10-12Use the Nth impl when translating a static method call, insteadNiko Matsakis-39/+90
2012-10-12bump version to 0.5.Graydon Hoare-8/+8
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-21/+21
2012-10-11Remove obsolete commentTim Chevalier-2/+0
2012-10-11Remove obsolete FIXMETim Chevalier-2/+0
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-11Remove obsolete FIXMETim Chevalier-1/+0
2012-10-11Update FIXME numberTim Chevalier-1/+1
2012-10-11Remove unneeded no_rt flagTim Chevalier-17/+11
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-2/+2
2012-10-10Move the description of -(W|A|D|F) into the `-W help` messageKevin Cantu-10/+10
2012-10-10Touchup the debug flag description printingKevin Cantu-1/+1
2012-10-10rustc: fix size computation of structs for the FFIPhilipp Brüschweiler-3/+4
2012-10-09Remove old serialization2 vestigial codeErick Tryzelaar-2/+2
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-208/+230
2012-10-07migrate libsyntax/rustc to auto_serialize2Erick Tryzelaar-279/+284
2012-10-06Merge remote-tracking branch 'original/incoming' into incomingSimon BD-238/+453
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-46/+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
2012-10-05rustc: Thread a self type through trans_impl; fix cross-crate trait issuePatrick Walton-10/+27
2012-10-05rustc: Translate default methods on traits for each impl in which they're use...Patrick Walton-5/+27
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-13/+12
2012-10-05rustc: Implement simple uses of &traitPatrick Walton-69/+180
2012-10-05Revert "wip"Tim Chevalier-29/+62
2012-10-05wipTim Chevalier-62/+29
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-1/+3
2012-10-05rustc: Implement simple trait inheritance.Patrick Walton-35/+110