summary refs log tree commit diff
path: root/src/librustc/metadata/creader.rs
AgeCommit message (Expand)AuthorLines
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-2/+2
2014-06-24rustc: Don't register syntax crates twiceAlex Crichton-1/+1
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-3/+3
2014-06-12Basic iOS supportValerii Hiora-1/+2
2014-06-09Implement #[plugin_registrar]Keegan McAllister-13/+11
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-5/+9
2014-05-18Include file paths when dumping the list of resolved crates via `debug!`.Felix S. Klock II-2/+7
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-10/+15
2014-05-11Reorganise driver code.Nick Cameron-5/+5
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-2/+2
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-88/+118
2014-04-22rustc: de-@ metadata::cstore.Eduard Burtescu-6/+6
2014-04-22rustc: de-@ some RefCell's.Eduard Burtescu-9/+4
2014-04-16rustc: Don't allocate a cnum to syntax cratesAlex Crichton-4/+11
2014-04-13rustc: Don't link in syntax extensionsAlex Crichton-7/+7
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-2/+2
2014-04-08rustc: Never register syntax crates in CStoreAlex Crichton-34/+45
2014-04-08rustc: Use CStore, not a separate crate cacheAlex Crichton-70/+49
2014-04-04auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...bors-18/+26
2014-04-05Accumulate list of paths for crate hash mismatch.Felix S. Klock II-1/+1
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-1/+1
2014-04-03After a hash mismatch error, emit file-system paths of crates involved.Felix S. Klock II-18/+26
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-1/+1
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