about summary refs log tree commit diff
path: root/src/librustc/metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2013-12-04std::str: remove from_utf8.Huon Wilson-1/+1
2013-12-02auto merge of #10742 : alexcrichton/rust/frameworks, r=cmrbors-1/+9
2013-12-01auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichtonbors-1/+1
2013-12-01auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmrbors-2/+2
2013-12-01ast: Remove one `@` and fix the falloutPhilipp Brüschweiler-1/+1
2013-11-30Support OSX frameworksAlex Crichton-1/+9
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-2/+2
2013-11-29Add generation of static libraries to rustcAlex Crichton-0/+25
2013-11-28Register new snapshotsAlex Crichton-5/+5
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-6/+6
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-4/+4
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-4/+3
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-09auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet...bors-16/+30
2013-11-08Introduce new variance inference pass that replaces (and generalizes) oldNiko Matsakis-0/+12
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-16/+18
2013-11-08Added a FIXME with issue number to change package_idAndrei Formiga-1/+1
2013-11-08Added default value for package_id attribute when encoding metadata for lib c...Andrei Formiga-4/+15
2013-11-01Stop propagating link arguments across cratesAlex Crichton-21/+0
2013-10-29Add parser for `#[repr(...)]`; nothing uses it yet.Jed Davis-0/+1
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-8/+7
2013-10-24Remove std::io from ebmlAlex Crichton-50/+64
2013-10-24Remove even more of std::ioAlex Crichton-1/+1
2013-10-22libsyntax/librustc: Allow specifying mut on ~self.Luqman Aden-1/+2
2013-10-22libsyntax/librustc: Allow specifying mut on by-value self.Luqman Aden-1/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-20/+20
2013-10-07auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichtonbors-1/+1
2013-10-07Fix merge fallout of privacy changesAlex Crichton-0/+1
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-1/+1
2013-10-07Extract privacy checking from name resolutionAlex Crichton-11/+2
2013-10-01librustc: Inline cross-crate tuple struct constructorsPatrick Walton-2/+7
2013-09-30rustc: Remove usage of fmt!Alex Crichton-28/+28
2013-09-30rustc: Convert lang_item to use an iteratorblake2-ppc-3/+2
2013-09-27auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestingerbors-11/+11
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-11/+11
2013-09-26Add 'continue' as a synonym for 'loop'Brian Anderson-5/+5
2013-09-24Correctly encode item visibility in metadataAlex Crichton-4/+19
2013-09-16Resume inlining globals across cratesAlex Crichton-1/+7
2013-09-14Guarantee that statics have unique namesAlex Crichton-1/+2
2013-09-11Rename encode_struct_field_names to encode_struct_fields to reflect what it a...SiegeLord-3/+3
2013-09-11Properly encode/decode structural variants.SiegeLord-18/+34
2013-09-06Remove even more usage of clownshoes in symbolsAlex Crichton-2/+3
2013-09-04auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonwbors-6/+15
2013-09-04Implement support for indicating the stability of items.Huon Wilson-0/+1
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-15/+15
2013-09-02Remove __extensions__ in names for a "pretty name"Alex Crichton-6/+15
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-7/+7
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-4/+4
2013-08-27auto merge of #8805 : jfager/rust/remove-hashutil, r=alexcrichtonbors-1/+0
2013-08-27librustc: Fix problem with cross-crate reexported static methods.Patrick Walton-2/+6