about summary refs log tree commit diff
path: root/src/librustc/metadata/creader.rs
AgeCommit message (Expand)AuthorLines
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
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-27Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64.Eduard Burtescu-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-9/+9
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-2/+2
2013-10-15path2: Replace the path module outrightKevin Ballard-5/+6
2013-10-10Remove named extern blocks from the ASTAlex Crichton-30/+33
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-1/+1
2013-09-30rustc: Remove usage of fmt!Alex Crichton-10/+10
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-1/+1
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-5/+5
2013-08-26Port creader.rs from oldvisit to <V:Visitor> trait API.Felix S. Klock II-7/+15
2013-08-25Revert "auto merge of #8745 : brson/rust/metadata, r=cmr"Brian Anderson-2/+1
2013-08-23Don't copy metadata after loadingBrian Anderson-1/+2
2013-08-15Update either::partitionblake2-ppc-11/+3