| Age | Commit message (Collapse) | Author | Lines |
|
There is no reason it should be in the top directory.
|
|
|
|
|
|
|
|
|
|
Estimating August as the release date for 1.2.0.
|
|
Use consistent markup between rust and rustdoc manpages. Avoid use of
the troublesome unquoted '-' troff character.
|
|
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.
|
|
|
|
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
|
|
|
|
Conflicts:
src/libstd/lib.rs
|
|
Updated documentation to reflect md->html.
Modularized external file loading.
|
|
|
|
|
|
The man pages no longer contain Graydon Hoare as the project lead.
Fix #13509.
|
|
This also changes some of the download links in the documentation
to 'nightly'.
|
|
|
|
Both for rustc and rustdoc the man pages contained out-of-date version info.
|
|
I'm sorry :'(
Closes #11859
|
|
Closes #9818
Closes #9567
Closes #8924
Closes #8910
Closes #8392
Closes #7692
Closes #7499
Closes #7220
|
|
Closes #9622
|
|
|