rust/src/librustc/metadata
Niko Matsakis ed7c849057 Currently trans uses Vec<ty::t> to represent substitutions instead of a proper
ty::substs struct. This is a holdover from the olden days of yore. This patch
removes the last vestiges of that practice. This is part of the work
I was doing on #5527.
2014-05-09 05:56:44 -04:00
..
common.rs Currently trans uses Vec<ty::t> to represent substitutions instead of a proper 2014-05-09 05:56:44 -04:00
creader.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
csearch.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
cstore.rs rustc: Add some suppot for mixing rlibs and dylibs 2014-05-02 11:39:18 -07:00
decoder.rs auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton 2014-05-07 14:56:39 -07:00
encoder.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
filesearch.rs rustc: Add search paths to dylib load paths 2014-04-29 18:58:39 -07:00
loader.rs rustc: Use the "real" realpath function 2014-05-02 13:50:24 -07:00
mod.rs
tydecode.rs rustc: Enable writing "unsafe extern fn() {}" 2014-05-06 21:03:59 -07:00
tyencode.rs auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton 2014-05-07 14:56:39 -07:00