rust/src/test
bors 81e2396c76 Auto merge of #23213 - ipetkov:rustdoc-src-fix, r=huonw
* 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.

Fixes #23192
2015-03-19 16:42:16 +00:00
..
auxiliary Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton 2015-03-17 15:21:22 +05:30
bench Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Rollup merge of #23475 - nikomatsakis:closure-ret-syntax, r=acrichto 2015-03-19 08:49:34 +05:30
compile-fail-fulldeps Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
debuginfo Re-bork whitespace for text file (fixup #23385) 2015-03-17 16:00:39 +05:30
parse-fail Require braces when a closure has an explicit return type. This is a 2015-03-18 20:07:27 -04:00
pretty Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
run-fail Fix broken codegen for [expr; n] where "expr" diverges 2015-03-14 14:23:43 +01:00
run-make [rustdoc] Fix source hyperlinks in docs 2015-03-18 14:07:22 -07:00
run-pass Rollup merge of #23475 - nikomatsakis:closure-ret-syntax, r=acrichto 2015-03-19 08:49:34 +05:30
run-pass-fulldeps Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton 2015-03-17 15:21:22 +05:30
run-pass-valgrind Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00