about summary refs log tree commit diff
path: root/man/rustdoc.1
AgeCommit message (Collapse)AuthorLines
2017-09-08Move the man directory to a subdirectoryest31-126/+0
There is no reason it should be in the top directory.
2017-05-29Update rustdoc man pageGuillaume Gomez-39/+25
2016-08-31Update man pagesStefan Schindler-1/+1
2016-08-04Update rustdoc versionStefan Schindler-1/+1
2016-02-06Removed .UR from rustdoc man pageqpid-7/+3
2015-05-26Bump manpage date and version for 1.2.0-dev.Ralph Giles-1/+1
Estimating August as the release date for 1.2.0.
2015-02-26Standardize manpage markupAngus Lees-47/+55
Use consistent markup between rust and rustdoc manpages. Avoid use of the troublesome unquoted '-' troff character.
2015-01-17Update rustdoc man pageChris Thorn-0/+30
Brings the rustdoc man page in sync with the options specified in src/librustdoc/lib.rs. The text was taken verbatim, but I tweaked the order to be (what I think is) somewhat logical.
2014-10-09Bump version to 0.13.0Brian Anderson-1/+1
2014-09-15mk: Update how the build deals with version labels. #16677Brian Anderson-1/+1
Adds a new configure flag, --release-channel, which determines how the version number should be augmented with a release label, as well as how the distribution artifacts will be named. This is entirely for use by the build automation. --release-channel can be either 'source', 'nightly', 'beta', or 'stable'. Here's a summary of the affect of these values on version number and artifact naming, respectively: * source - '0.12.0-pre', 'rust-0.12.0-pre-...' * nightly - '0.12.0-nightly', 'rust-nightly-...' * beta - '0.12.0-beta', 'rust-beta-...' * stable - '0.12.0', 'rust-0.12.0-...' Per http://discuss.rust-lang.org/t/rfc-impending-changes-to-the-release-process/508/1
2014-07-11Bump version to 0.12.0-preBrian Anderson-1/+1
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-0/+9
Conflicts: src/libstd/lib.rs
2014-06-30Allow external html in rustdoc for crates.zzmp-0/+9
Updated documentation to reflect md->html. Modularized external file loading.
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-16Update repo locationBrian Anderson-1/+1
2014-04-15Change AUTHORS section in the man pagesTobias Bucher-2/+1
The man pages no longer contain Graydon Hoare as the project lead. Fix #13509.
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
This also changes some of the download links in the documentation to 'nightly'.
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-05Update version and date info in man pagesEduard Bopp-1/+1
Both for rustc and rustdoc the man pages contained out-of-date version info.
2014-02-02Remove rustpkg.Corey Richardson-1/+1
I'm sorry :'( Closes #11859
2013-10-16remove the rusti commandDaniel Micay-1/+1
Closes #9818 Closes #9567 Closes #8924 Closes #8910 Closes #8392 Closes #7692 Closes #7499 Closes #7220
2013-09-30rustdoc: Update the man pageAlex Crichton-21/+56
Closes #9622
2013-07-07Create man pages for rust toolsGavin Baker-0/+63