summary refs log tree commit diff
path: root/src/librustc/metadata/creader.rs
AgeCommit message (Expand)AuthorLines
2014-03-28auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichtonbors-3/+4
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28De-@ IdentInterner.Eduard Burtescu-3/+4
2014-03-23iter: remove `to_owned_vec`Daniel Micay-2/+2
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-14/+9
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-1/+1
2014-03-17De-@ CStore uses.Eduard Burtescu-18/+11
2014-03-17De-@ Session usage.Eduard Burtescu-21/+12
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-3/+5
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-3/+3
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-1/+1
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-3/+5
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-12/+18
2014-02-28rustc: Simplify crate loading constraintsAlex Crichton-134/+94
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-1/+3
2014-02-17Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif...gentlefolk-8/+21
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-14/+14
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-6/+6
2014-02-02librustc: Remove a bunch of `@str` from the compiler around metadataPatrick Walton-30/+45
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-14/+10
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-5/+13
2014-01-23Redo exported macro serializationSteven Fackler-1/+1
2014-01-16Load macros from external modulesSteven Fackler-30/+105
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-9/+9
2014-01-06Disowned the Visitor.Eduard Burtescu-3/+3
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-1/+1
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-1/+1
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-1/+1
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-2/+2
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-2/+2
2013-12-29Rename PkgId to CrateIdLuis de Bethencourt-10/+10
2013-12-29Rename pkgid variablesLuis de Bethencourt-6/+6
2013-12-26librustc: De-`@mut` the crate cache in the crate readerPatrick Walton-11/+16
2013-12-26librustc: De-`@mut` the `cnum_map`Patrick Walton-1/+2
2013-12-26librustc: De-`@mut` `creader::Env`Patrick Walton-11/+18
2013-12-25Method-ify CStoreSteven Fackler-6/+6
2013-12-19auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichtonbors-1/+5
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-4/+4
2013-12-20rustc: Handle `#[link(name = "")]` errorklutzy-1/+5
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-67/+44
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-1/+1
2013-11-30Support OSX frameworksAlex Crichton-4/+18
2013-11-30Test fixes and merge conflictsAlex Crichton-4/+4
2013-11-29Add generation of static libraries to rustcAlex Crichton-80/+73