summary refs log tree commit diff
path: root/src/rustc/metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-27/+27
2012-08-05Switch alts to use arrowsBrian Anderson-82/+84
2012-08-03rustc: Add the notion of inherited visibilityPatrick Walton-5/+8
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-1/+1
2012-08-01Convert ret to returnBrian Anderson-57/+57
2012-07-31rustc: Check self types in method lookup; allow required trait methods to hav...Patrick Walton-2/+55
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-24/+24
2012-07-26Use iteration protocol for ebml, use vec::view in more places (issue #2880)Eric Holk-43/+37
2012-07-26rustc: Fix cross-crate max/min-class-style constructorsPatrick Walton-2/+4
2012-07-25rustc: Introduce a lang_items pass, part of coherence and operator overloading.Patrick Walton-0/+13
2012-07-18rustc: Implement multiple-traits-per-impl for cross-crate stuffPatrick Walton-9/+7
2012-07-18rustc: Encode metadata unconditionally for impls/traits/classes. Closes #2945.Patrick Walton-0/+2
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-0/+19
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-49/+49
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-1/+1
2012-07-12Fix the signature on vec::view.Eric Holk-1/+2
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-4/+4
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-8/+9
2012-07-09rustc: Fix the collision with Tim's changePatrick Walton-1/+12
2012-07-09Tag re-exports differently in metadataTim Chevalier-6/+10
2012-07-09Fix metadata serialization of foreign functions. Properly take the value of f...Josh Matthews-0/+1
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-12/+12
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
2012-07-03rustc: Make a note of the fact that each_path doesn't handle path nesting pro...Patrick Walton-0/+3
2012-07-03rustc: Speed up def ID parsing in the metadataPatrick Walton-9/+10
2012-07-03rustc: Avoid a lot of copying in metadata when reading implsPatrick Walton-6/+20
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-5/+5
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-20/+135
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-1/+2
2012-07-01Convert to new closure syntaxBrian Anderson-44/+45
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-24/+24
2012-06-30initial draft of fix for issue #2498:Gareth Daniel Smith-1/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-46/+46
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-3/+3
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-23/+23
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-64/+64
2012-06-25Add class fields to the global indexTim Chevalier-1/+7
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-2/+2
2012-06-13Box AST identsBrian Anderson-22/+24
2012-06-12Handle class destructors correctly in metadataTim Chevalier-7/+10
2012-06-06Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"Tim Chevalier-1/+1
2012-05-21rustc: Move ast_map to the syntax crateBrian Anderson-1/+1
2012-05-17Annotate or fix FIXMEs in LLVM bindings and metadata codeTim Chevalier-2/+2
2012-05-16rustc: Sever the link between metadata and resolveBrian Anderson-2/+7
2012-05-15Generate drop glue correctly for classes with destructorsTim Chevalier-0/+14
2012-05-14rustc: Break some of metadata's dependencies on sessionBrian Anderson-2/+4
2012-05-14rustc: Eliminate metadata's dependency on astencodeBrian Anderson-5/+13
2012-05-14rustc: Move astencode from metadata to middleBrian Anderson-0/+1