rust/src/librustdoc
bors 2971d491b9 Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton
Implement a file-path remapping feature in support of debuginfo and reproducible builds

This PR adds the `-Zremap-path-prefix-from`/`-Zremap-path-prefix-to` commandline option pair and is a more general implementation of #41419. As opposed to the previous attempt, this implementation should enable reproducible builds regardless of the working directory of the compiler.

This implementation of the feature is more general in the sense that the re-mapping will affect *all* paths the compiler emits, including the ones in error messages.

r? @alexcrichton
2017-04-28 12:09:37 +00:00
..
clean rustc: expose the common DUMMY_SP query case as tcx methods. 2017-04-24 17:23:43 +03:00
html Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
passes Fix hard break issue 2017-03-31 12:16:03 -06:00
Cargo.toml Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakis 2017-04-17 23:21:18 -04:00
build.rs Hoedown big comeback! 2017-04-17 18:10:03 +02:00
core.rs Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
doctree.rs support `default impl` for specialization 2017-04-24 10:08:48 +00:00
externalfiles.rs Remove unnecessary `pub` function classifier. 2016-10-09 00:17:50 -04:00
fold.rs Remove redundant 'Variant' in variant names, stop reexporting. 2016-10-02 21:58:23 -04:00
lib.rs Re-enable hoedown by default 2017-04-22 13:25:14 +02:00
markdown.rs Re-enable hoedown by default 2017-04-22 13:25:14 +02:00
plugins.rs Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
test.rs Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
visit_ast.rs support `default impl` for specialization 2017-04-24 10:08:48 +00:00
visit_lib.rs Fix rustdoc infinitely recursing when an external crate reexports itself 2017-04-09 12:12:05 -04:00