summary refs log tree commit diff
path: root/src/rustc/metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2012-07-09Tag re-exports differently in metadataTim Chevalier-3/+8
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-2/+2
2012-07-09Fix metadata serialization of foreign functions. Properly take the value of f...Josh Matthews-1/+1
2012-07-06Plumbing and parsing for item-position macros.Eric Holk-0/+2
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-14/+14
2012-07-04Remove empty argument lists from do expressionsBen Striegel-14/+14
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-0/+4
2012-07-01Convert to new closure syntaxBrian Anderson-53/+53
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-19/+19
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-53/+53
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-18/+26
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-17/+18
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-15/+16
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-75/+77
2012-06-25Add class fields to the global indexTim Chevalier-5/+5
2012-06-24Remove resourcesTim Chevalier-39/+0
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+1
2012-06-20Remove bind. Issue #2189Brian Anderson-3/+3
2012-06-13Allow impls to be re-exportedTim Chevalier-5/+9
2012-06-13Box AST identsBrian Anderson-38/+39
2012-06-12Handle class destructors correctly in metadataTim Chevalier-14/+24
2012-06-04better support for classes with polymorphic methodsNiko Matsakis-1/+1
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-3/+3
2012-05-21rustc: Move ast_map to the syntax crateBrian Anderson-1/+1
2012-05-19rustc: Remove dead code in encoderBrian Anderson-3/+1
2012-05-17Refactor encoder::encode_module_item_pathsTim Chevalier-62/+57
2012-05-17Annotate or fix FIXMEs in LLVM bindings and metadata codeTim Chevalier-5/+1
2012-05-16rustc: Break another dependency between metadata and resolveBrian Anderson-33/+27
2012-05-16rustc: Break a dependency between metadata and resolveBrian Anderson-16/+10
2012-05-15Generate drop glue correctly for classes with destructorsTim Chevalier-2/+7
2012-05-14rustc: Break some of metadata's dependencies on sessionBrian Anderson-8/+16
2012-05-14rustc: Break metadata's dependency on linkBrian Anderson-2/+6
2012-05-14rustc: Eliminate metadata's dependency on astencodeBrian Anderson-4/+4
2012-05-14rustc: Eliminate encoder's dependency on astencodeBrian Anderson-12/+20
2012-05-14rustc: Move astencode from metadata to middleBrian Anderson-0/+1
2012-05-14First cut at dtors for classesTim Chevalier-3/+6
2012-05-13rustc: Eliminate metadata's dependency on transBrian Anderson-37/+69
2012-05-08Start parsing pub/priv on regular itemsMarijn Haverbeke-15/+15
2012-05-02Remove commented-out code and old comments that accidentally snuck inTim Chevalier-22/+1
2012-05-02Encode the ifaces a class implements in metadataTim Chevalier-20/+71
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-4/+6
2012-04-25More slice use in vec, io, str, ebml, metadata encoder and decoder.Graydon Hoare-3/+3
2012-04-23rustc: Eliminate trans dependency from metadata::tyencodeBrian Anderson-6/+11
2012-04-23Allow classes to be cast to ifaces that are in the same crateTim Chevalier-3/+1
2012-04-23Move map iface over to more `for`-friendly iteration methodsMarijn Haverbeke-1/+1
2012-04-19make nominal types optionally parameterized by a self region.Niko Matsakis-21/+33
2012-04-18Stop duplicating non-generic resource destructorsMarijn Haverbeke-0/+3
2012-04-11Allow classes to implement ifacesTim Chevalier-4/+4
2012-04-10Generic classes and generic class methods work cross-crateTim Chevalier-12/+14