| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -1/+1 | |
| 2017-06-09 | rustdoc: Use `create_dir_all` to create output directory | Oliver Middleton | -0/+4 | |
| 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. | ||||
