rust/src/test
Ivan Petkov af6cf85b98 [rustdoc] Fix source hyperlinks in docs
* rustdoc was doubly appending the file name to the path of where to
  generate the source files, meanwhile, the [src] hyperlinks were not
* Added a flag to rustdoc::html::render::clean_srcpath to ignore the
  last path component, i.e. the file name itself to prevent the issue
* This also avoids creating directories with the same name as source
  files, and it makes sure the link to `main.css` is correct as well.
* Added regression tests to ensure the rustdoc heirarchy of rendered
  source files remains consistent

Fixes #23192
2015-03-18 14:07:22 -07:00
..
auxiliary
bench
codegen
compile-fail Rollup merge of #23467 - andersk:loop-labeled-break-value, r=sanxiyn 2015-03-18 22:21:07 +05:30
compile-fail-fulldeps
debuginfo
parse-fail
pretty
run-fail
run-make [rustdoc] Fix source hyperlinks in docs 2015-03-18 14:07:22 -07:00
run-pass Rollup merge of #23467 - andersk:loop-labeled-break-value, r=sanxiyn 2015-03-18 22:21:07 +05:30
run-pass-fulldeps
run-pass-valgrind