rust/src/librustc/metadata
Alex Crichton 8922fa0122 rustc: Don't error on the rlib symlinks
This commit implements a layman's version of realpath() for metadata::loader to
use in order to not error on symlinks pointing to the same file.

Closes #12459
2014-02-24 21:22:25 -08:00
..
common.rs Changed NonCamelCaseTypes lint to warn by default 2014-02-21 08:11:52 +01:00
creader.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
csearch.rs Changed NonCamelCaseTypes lint to warn by default 2014-02-21 08:11:52 +01:00
cstore.rs flate: return CVec<u8> rather than copying into a new vector. 2014-02-24 01:15:39 +11:00
decoder.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
encoder.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
filesearch.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
loader.rs rustc: Don't error on the rlib symlinks 2014-02-24 21:22:25 -08:00
mod.rs
tydecode.rs Represent lifetimes as Names instead of Idents 2014-02-22 04:05:33 +08:00
tyencode.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00