summary refs log tree commit diff
path: root/src/librustc/metadata/loader.rs
AgeCommit message (Expand)AuthorLines
2014-03-28De-@ IdentInterner.Eduard Burtescu-1/+2
2014-03-20auto merge of #13020 : alexcrichton/rust/vec, r=brsonbors-1/+0
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonwbors-19/+27
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-19rustc: Prevent false positives in crate loadingAlex Crichton-19/+27
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-1/+1
2014-03-17De-@ filesearch.Eduard Burtescu-1/+1
2014-03-17De-@ Session usage.Eduard Burtescu-1/+1
2014-03-08auto merge of #12758 : rgawdzik/rust/master, r=alexcrichtonbors-17/+28
2014-03-08Refactored get_metadata_section to return a Result<T,~str>, added error messa...Robert Gawdzik-17/+28
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-1/+2
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-1/+1
2014-03-01rustc: Better error when loading invalid librariesAlex Crichton-4/+9
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-35/+53
2014-02-28rustc: Simplify crate loading constraintsAlex Crichton-32/+22
2014-02-24rustc: Don't error on the rlib symlinksAlex Crichton-2/+14
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-5/+2
2014-02-21Move time out of extra (cc #8784)Arcterus-1/+2
2014-02-20Re-work loading crates with nicer errorsAlex Crichton-94/+167
2014-02-17Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif...gentlefolk-4/+8
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-10/+3
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-2/+1
2014-02-03rustc: Remove io_error usageAlex Crichton-2/+2
2014-02-02librustc: Remove a bunch of `@str` from the compiler around metadataPatrick Walton-12/+15
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-2/+2
2014-01-17rustc::metadata: Remove trait FileSearchklutzy-2/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-3/+3
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-2/+1
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-3/+3
2013-12-29Rename PkgId to CrateIdLuis de Bethencourt-11/+11
2013-12-29Rename pkgid variablesLuis de Bethencourt-2/+2
2013-12-26librustc: De-`@mut` several instances of `io::Writer`.Patrick Walton-1/+1
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-11/+66
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-11/+17
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-54/+29
2013-12-09Store metadata separately in rlib filesAlex Crichton-25/+11
2013-11-30Test fixes and merge conflictsAlex Crichton-5/+5
2013-11-29Add generation of static libraries to rustcAlex Crichton-95/+186
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-9/+7
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-9/+9
2013-10-15path2: Replace the path module outrightKevin Ballard-7/+9
2013-09-30rustc: Remove usage of fmt!Alex Crichton-15/+15