about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-2/+1
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-76/+76
2014-02-12Removed ty_type (previously used to represent *tydesc).Eduard Burtescu-2/+0
2014-02-11metadata -- remove tiny convenience closure that was causing conflicting muta...Niko Matsakis-11/+11
2014-02-08Make &mut borrows restrict aliasingNiko Matsakis-1/+1
2014-02-08Fixed error starting with uppercasemr.Shu-4/+4
2014-02-07Removed @self and @Trait.Eduard Burtescu-4/+0
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-6/+6
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-6/+6
2014-02-03rustc: Remove io_error usageAlex Crichton-56/+59
2014-02-01auto merge of #11974 : huonw/rust/no-at-vec, r=pcwaltonbors-142/+168
2014-02-02rustc: Remove the vstore handling of @str and @[].Huon Wilson-2/+0
2014-02-02rustc: remove use of @[].Huon Wilson-19/+20
2014-02-02Changes from the review of the @str PR.Huon Wilson-9/+1
2014-02-02librustc: Remove uses of `token::ident_to_str()` from librustcPatrick Walton-6/+10
2014-02-02librustc: De-`@str` type short namesPatrick Walton-6/+8
2014-02-02librustc: De-`@str` resolvePatrick Walton-2/+2
2014-02-02librustc: Remove a bunch of `@str` from the compiler around metadataPatrick Walton-62/+88
2014-02-02librustc: Fix merge fallout.Patrick Walton-4/+4
2014-02-02libsyntax: Remove all `@str` from the ASTPatrick Walton-2/+2
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-19/+15
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-22/+29
2014-02-01auto merge of #11932 : dmanescu/rust/11741-stability-cross-crate, r=alexcrichtonbors-0/+25
2014-01-31Handle attributes on cross-crate tuple-structs correctlyDavid Manescu-0/+25
2014-01-30Implement default type parameters in generics.Eduard Burtescu-3/+7
2014-01-27Fix bug: metadata for struct constructor function needs to encode infoFelix S. Klock II-0/+2
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-61/+19
2014-01-26auto merge of #11787 : alexcrichton/rust/refactor, r=brsonbors-1/+1
2014-01-26Move extra::flate to libflateAlex Crichton-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-3/+3
2014-01-24auto merge of #11750 : bnoordhuis/rust/follow-rustc-symlink, r=thestingerbors-2/+18
2014-01-24auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichtonbors-6/+12
2014-01-23Redo exported macro serializationSteven Fackler-6/+12
2014-01-23Follow symlinks in sysrootBen Noordhuis-2/+18
2014-01-22rustc/metadata: Removed stray debug statementsHong Chulju-4/+1
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-3/+3
2014-01-21Remove unnecessary parentheses.Huon Wilson-1/+1
2014-01-20Scan the entire crate for exported macrosSteven Fackler-0/+1
2014-01-19auto merge of #11628 : alexcrichton/rust/issue-11593, r=brsonbors-0/+1
2014-01-19syntax: convert ast_map to use a SmallIntMap.Huon Wilson-7/+4
2014-01-18Disallow implementation of cross-crate priv traitsAlex Crichton-0/+1
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-2/+2
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+2
2014-01-17rustc::metadata: Remove trait FileSearchklutzy-111/+95
2014-01-16Load macros from external modulesSteven Fackler-43/+229
2014-01-14auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichtonbors-1/+1
2014-01-14Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVEDerek Guenther-1/+1
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-5/+4
2014-01-11Use the right type for self in methods and remove obsoleted items.Eduard Burtescu-2/+0