rust/src/librustdoc/html
Oliver Middleton 577c059d50 rustdoc: Use create_dir_all to create output directory
Currently rustdoc will fail if passed `-o foo/doc` if the `foo`
directory doesn't exist.

Also remove unneeded `mkdir` as `create_dir_all` can now handle
concurrent invocations.
2017-06-09 23:03:08 +01:00
..
static Update to trait bounds CSS in rustdoc 2017-05-21 04:35:26 +01:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs rustdoc: Rename Vector and FixedVector to Slice and Array 2017-06-01 13:36:36 +01:00
highlight.rs Address review 2017-05-02 06:35:36 +02:00
item_type.rs Remove redundant 'Type' in variant names, stop reexporting. 2016-10-02 21:58:18 -04:00
layout.rs Remove jquery dependency 2017-05-02 13:54:42 +02:00
markdown.rs Allow # to appear in rustdoc code output. 2017-05-06 18:07:04 -06:00
render.rs rustdoc: Use create_dir_all to create output directory 2017-06-09 23:03:08 +01:00
toc.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00