| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-07-27 | Build rustdoc on-demand. | Mark Simulacrum | -15/+0 | |
| Rustdoc is no longer compiled in every stage, alongside rustc, instead it is only compiled when requested, and generally only for the last stage. | ||||
| 2017-03-28 | Fix plain_summary_line function | Guillaume Gomez | -1/+0 | |
| 2017-03-28 | Add feature for rustdoc binary | Guillaume Gomez | -0/+1 | |
| 2016-02-11 | Add a Cargo-based build system | Alex Crichton | -0/+15 | |
| This commit is the start of a series of commits which start to replace the makefiles with a Cargo-based build system. The aim is not to remove the makefiles entirely just yet but rather just replace the portions that invoke the compiler to do the bootstrap. This commit specifically adds enough support to perform the bootstrap (and all the cross compilation within) along with generating documentation. More commits will follow up in this series to actually wire up the makefiles to call this build system, so stay tuned! | ||||
