| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-01-12 | Add library path for real rustdoc with `RUSTDOC_LIBDIR` environment variable. | O01eg | -1/+1 | |
| 2018-01-12 | Accept verbosity in rustdoc. | O01eg | -0/+11 | |
| 2017-12-27 | bootstrap: pass --deny-render-differences to rustdoc | QuietMisdreavus | -0/+4 | |
| 2017-10-15 | Don't use target's linker when linking build scripts | Vadim Petrochenkov | -1/+1 | |
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -0/+3 | |
| 2017-10-10 | render the rust version into std/compiler/test docs | QuietMisdreavus | -0/+8 | |
| 2017-06-21 | rustbuild: Fix compiler docs yet again | Oliver Middleton | -5/+5 | |
| Add support for `-Z force-unstable-if-unmarked` to rustdoc. | ||||
| 2017-03-27 | rustbuild: Fix compiler docs again | Oliver Middleton | -0/+8 | |
| The docs need to be built with the rustbuild feature so the correct stability attributes (rustc_private) get applied. | ||||
| 2016-12-24 | Teach `rustdoc --test` about `--sysroot`, pass it when testing rust | Aidan Hobson Sayers | -0/+3 | |
| This permits rustdoc tests to work in stage0 | ||||
| 2016-12-20 | rustbuild: Deny and fix warnings | Alex Crichton | -0/+2 | |
| Turned out this lint uncovered an actual bug! Closes #38484 | ||||
| 2016-10-16 | run rustfmt on bootstrap/bin folder | Srinivas Reddy Thatiparthy | -4/+6 | |
| 2016-09-25 | Report which required build-time environment variable is not set | Jake Goulding | -4/+4 | |
| 2016-07-05 | rustbuild: Remove the `build` directory | Alex Crichton | -0/+40 | |
| The organization in rustbuild was a little odd at the moment where the `lib.rs` was quite small but the binary `main.rs` was much larger. Unfortunately as well there was a `build/` directory with the implementation of the build system, but this directory was ignored by GitHub on the file-search prompt which was a little annoying. This commit reorganizes rustbuild slightly where all the library files (the build system) is located directly inside of `src/bootstrap` and all the binaries now live in `src/bootstrap/bin` (they're small). Hopefully this should allow GitHub to index and allow navigating all the files while maintaining a relatively similar layout to the other libraries in `src/`. | ||||
