rust/src/test
bors 3abaf43f77 Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichton
rustdoc: link to cross-crate sources directly.

Fixes #37684 by implementing proper support for getting the `Span` of definitions across crates.
In rustdoc this is used to generate direct links to the original source instead of fragile redirects.

This functionality could be expanded further for making error reporting code more uniform and seamless across crates, although at the moment there is no actual source to print, only file/line/column information.

Closes #37870 which is also "fixes" #37684 by throwing away the builtin macro docs from libcore.
After this lands, #37727 could be reverted, although it doesn't matter much either way.
2016-11-30 07:46:00 +00:00
..
codegen
codegen-units
compile-fail Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb 2016-11-29 20:41:38 -06:00
compile-fail-fulldeps rustc: rework stability to be on-demand for type-directed lookup. 2016-11-28 04:18:11 +02:00
debuginfo
incremental Fix SVH tests some more 2016-11-29 13:04:27 +01:00
mir-opt
parse-fail
pretty
run-fail
run-fail-fulldeps
run-make
run-pass Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb 2016-11-29 20:41:38 -06:00
run-pass-fulldeps
run-pass-valgrind
rustdoc rustdoc: link to cross-crate sources directly. 2016-11-30 04:48:56 +02:00
ui Auto merge of #37863 - mikhail-m1:mut_error, r=nikomatsakis 2016-11-29 17:27:00 -06:00