Bump version to 0.11-pre

This also changes some of the download links in the documentation
to 'nightly'.
This commit is contained in:
Brian Anderson 2014-04-03 16:28:46 -07:00
parent bb31cb8d2e
commit 0875ffcbff
55 changed files with 136 additions and 136 deletions

View File

@ -31,9 +31,9 @@ documentation.
To build from the [tarball] do: To build from the [tarball] do:
$ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz $ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz
$ tar -xzf rust-0.10.tar.gz $ tar -xzf rust-nightly.tar.gz
$ cd rust-0.10 $ cd rust-nightly
Or to build from the [repo] do: Or to build from the [repo] do:
@ -58,8 +58,8 @@ documentation.
4. Enjoy! 4. Enjoy!
[repo]: https://github.com/mozilla/rust [repo]: https://github.com/mozilla/rust
[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz [tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz
[tutorial]: http://static.rust-lang.org/doc/0.10/tutorial.html [tutorial]: http://static.rust-lang.org/doc/nightly/tutorial.html
## Notes ## Notes

View File

@ -1,4 +1,4 @@
.TH RUSTC "1" "March 2014" "rustc 0.10" "User Commands" .TH RUSTC "1" "March 2014" "rustc 0.11-pre" "User Commands"
.SH NAME .SH NAME
rustc \- rust compiler rustc \- rust compiler
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH RUSTDOC "1" "March 2014" "rustdoc 0.10" "User Commands" .TH RUSTDOC "1" "March 2014" "rustdoc 0.11-pre" "User Commands"
.SH NAME .SH NAME
rustdoc \- generate documentation from Rust source code rustdoc \- generate documentation from Rust source code
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -13,8 +13,8 @@
###################################################################### ######################################################################
# The version number # The version number
CFG_RELEASE_NUM=0.10 CFG_RELEASE_NUM=0.11
CFG_RELEASE_LABEL= CFG_RELEASE_LABEL=-pre
ifndef CFG_ENABLE_NIGHTLY ifndef CFG_ENABLE_NIGHTLY
# This is the normal version string # This is the normal version string

View File

@ -53,12 +53,12 @@ To generate .pot and .po files, do something like:
~~~~ ~~~~
po4a --copyright-holder="The Rust Project Developers" \ po4a --copyright-holder="The Rust Project Developers" \
--package-name="Rust" \ --package-name="Rust" \
--package-version="0.10" \ --package-version="0.11-pre" \
-M UTF-8 -L UTF-8 \ -M UTF-8 -L UTF-8 \
src/doc/po4a.conf src/doc/po4a.conf
~~~~ ~~~~
(the version number must be changed if it is not 0.10 now.) (the version number must be changed if it is not 0.11-pre now.)
Now you can translate documents with .po files, commonly used with gettext. If Now you can translate documents with .po files, commonly used with gettext. If
you are not familiar with gettext-based translation, please read the online you are not familiar with gettext-based translation, please read the online

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
@ -20,14 +20,14 @@ msgstr ""
#: src/doc/complement-cheatsheet.md:8 #: src/doc/complement-cheatsheet.md:8
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"Use [`ToStr`](http://static.rust-lang.org/doc/master/std/to_str/trait.ToStr." "Use [`ToStr`](http://static.rust-lang.org/doc/master/std/to_str/trait.ToStr."
"html)." "html)."
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/complement-cheatsheet.md:13 #: src/doc/complement-cheatsheet.md:13
@ -46,15 +46,15 @@ msgstr ""
#: src/doc/complement-cheatsheet.md:17 #: src/doc/complement-cheatsheet.md:17
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"Use [`FromStr`](http://static.rust-lang.org/doc/master/std/from_str/trait." "Use [`FromStr`](http://static.rust-lang.org/doc/master/std/from_str/trait."
"FromStr.html), and its helper function, [`from_str`](http://static.rust-lang." "FromStr.html), and its helper function, [`from_str`](http://static.rust-lang."
"org/doc/master/std/from_str/fn.from_str.html)." "org/doc/master/std/from_str/fn.from_str.html)."
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/complement-cheatsheet.md:22 #: src/doc/complement-cheatsheet.md:22
@ -73,14 +73,14 @@ msgstr ""
#: src/doc/complement-cheatsheet.md:26 #: src/doc/complement-cheatsheet.md:26
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"Use [`ToStrRadix`](http://static.rust-lang.org/doc/master/std/num/trait." "Use [`ToStrRadix`](http://static.rust-lang.org/doc/master/std/num/trait."
"ToStrRadix.html)." "ToStrRadix.html)."
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/complement-cheatsheet.md:29 #: src/doc/complement-cheatsheet.md:29
@ -108,15 +108,15 @@ msgstr ""
#: src/doc/complement-cheatsheet.md:37 #: src/doc/complement-cheatsheet.md:37
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"Use [`FromStrRadix`](http://static.rust-lang.org/doc/master/std/num/trait." "Use [`FromStrRadix`](http://static.rust-lang.org/doc/master/std/num/trait."
"FromStrRadix.html), and its helper function, [`from_str_radix`](http://" "FromStrRadix.html), and its helper function, [`from_str_radix`](http://"
"static.rust-lang.org/doc/master/std/num/fn.from_str_radix.html)." "static.rust-lang.org/doc/master/std/num/fn.from_str_radix.html)."
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/complement-cheatsheet.md:40 #: src/doc/complement-cheatsheet.md:40
@ -153,16 +153,16 @@ msgstr "## 演算子"
#: src/doc/complement-cheatsheet.md:50 #: src/doc/complement-cheatsheet.md:50
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"Use [`File::open`](http://static.rust-lang.org/doc/master/std/io/fs/struct." "Use [`File::open`](http://static.rust-lang.org/doc/master/std/io/fs/struct."
"File.html#method.open) to create a [`File`](http://static.rust-lang.org/doc/" "File.html#method.open) to create a [`File`](http://static.rust-lang.org/doc/"
"master/std/io/fs/struct.File.html) struct, which implements the [`Reader`]" "master/std/io/fs/struct.File.html) struct, which implements the [`Reader`]"
"(http://static.rust-lang.org/doc/master/std/io/trait.Reader.html) trait." "(http://static.rust-lang.org/doc/master/std/io/trait.Reader.html) trait."
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/complement-cheatsheet.md:54 #: src/doc/complement-cheatsheet.md:54
@ -177,15 +177,15 @@ msgstr ""
#: src/doc/complement-cheatsheet.md:63 #: src/doc/complement-cheatsheet.md:63
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"Use the [`lines`](http://static.rust-lang.org/doc/master/std/io/trait.Buffer." "Use the [`lines`](http://static.rust-lang.org/doc/master/std/io/trait.Buffer."
"html#method.lines) method on a [`BufferedReader`](http://static.rust-lang." "html#method.lines) method on a [`BufferedReader`](http://static.rust-lang."
"org/doc/master/std/io/buffered/struct.BufferedReader.html)." "org/doc/master/std/io/buffered/struct.BufferedReader.html)."
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/complement-cheatsheet.md:67 #: src/doc/complement-cheatsheet.md:67
@ -207,14 +207,14 @@ msgstr "## 他のクレートの利用"
#: src/doc/complement-cheatsheet.md:81 #: src/doc/complement-cheatsheet.md:81
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"Use the [`find_str`](http://static.rust-lang.org/doc/master/std/str/trait." "Use the [`find_str`](http://static.rust-lang.org/doc/master/std/str/trait."
"StrSlice.html#tymethod.find_str) method." "StrSlice.html#tymethod.find_str) method."
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/complement-cheatsheet.md:88 src/doc/guide-container.md:4 #: src/doc/complement-cheatsheet.md:88 src/doc/guide-container.md:4
@ -226,34 +226,34 @@ msgstr "## 本書の表記について"
#: src/doc/complement-cheatsheet.md:92 #: src/doc/complement-cheatsheet.md:92
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"The [`Container`](http://static.rust-lang.org/doc/master/std/container/trait." "The [`Container`](http://static.rust-lang.org/doc/master/std/container/trait."
"Container.html) trait provides the `len` method." "Container.html) trait provides the `len` method."
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/complement-cheatsheet.md:104 #: src/doc/complement-cheatsheet.md:104
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"Use the [`iter`](http://static.rust-lang.org/doc/master/std/vec/trait." "Use the [`iter`](http://static.rust-lang.org/doc/master/std/vec/trait."
"ImmutableVector.html#tymethod.iter) method." "ImmutableVector.html#tymethod.iter) method."
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/complement-cheatsheet.md:113 #: src/doc/complement-cheatsheet.md:113
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"(See also [`mut_iter`](http://static.rust-lang.org/doc/master/std/vec/trait." "(See also [`mut_iter`](http://static.rust-lang.org/doc/master/std/vec/trait."
"MutableVector.html#tymethod.mut_iter) which yields `&mut int` and " "MutableVector.html#tymethod.mut_iter) which yields `&mut int` and "
@ -261,8 +261,8 @@ msgid ""
"OwnedVector.html#tymethod.move_iter) which yields `int` while consuming the " "OwnedVector.html#tymethod.move_iter) which yields `int` while consuming the "
"`values` vector.)" "`values` vector.)"
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/complement-cheatsheet.md:115 src/doc/rust.md:3019 #: src/doc/complement-cheatsheet.md:115 src/doc/rust.md:3019

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-02-03 08:13+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
@ -27,9 +27,9 @@ msgstr "## 構造体"
#: src/doc/complement-usage-faq.md:18 #: src/doc/complement-usage-faq.md:18
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "[1]:http://doc.rust-lang.org/doc/master/rust.html#logging-system" msgid "[1]:http://doc.rust-lang.org/doc/master/rust.html#logging-system"
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-02-03 08:13+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-14 21:02+0900\n" "PO-Revision-Date: 2014-01-14 21:02+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -5,7 +5,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Rust 0.10\n" "Project-Id-Version: Rust 0.11-pre\n"
"POT-Creation-Date: 2014-02-03 08:13+0900\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n"
"PO-Revision-Date: 2014-01-13 12:01+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"

View File

@ -356,17 +356,17 @@ msgstr "上記条件を満たしていれば、以下のような手順でビル
#: src/doc/tutorial.md:112 #: src/doc/tutorial.md:112
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.7.tar." #| "~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-nightly.tar."
#| "gz $ tar -xzf rust-0.7.tar.gz $ cd rust-0.7 $ ./configure $ make && make " #| "gz $ tar -xzf rust-nightly.tar.gz $ cd rust-nightly $ ./configure $ make && make "
#| "install ~~~~" #| "install ~~~~"
msgid "" msgid ""
"~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz $ " "~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz $ "
"tar -xzf rust-0.10.tar.gz $ cd rust-0.10 $ ./configure $ make && make install " "tar -xzf rust-nightly.tar.gz $ cd rust-nightly $ ./configure $ make && make install "
"~~~~" "~~~~"
msgstr "" msgstr ""
"~~~~ {.notrust}\n" "~~~~ {.notrust}\n"
"$ curl -O http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "$ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"$ tar -xzf rust-0.7.tar.gz $ cd rust-0.7 $ ./configure\n" "$ tar -xzf rust-nightly.tar.gz $ cd rust-nightly $ ./configure\n"
"$ make && make install\n" "$ make && make install\n"
"~~~~" "~~~~"
@ -405,14 +405,14 @@ msgstr ""
#: src/doc/tutorial.md:125 #: src/doc/tutorial.md:125
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz [win-exe]: " "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
"http://static.rust-lang.org/dist/rust-0.10-install.exe" "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/tutorial.md:127 #: src/doc/tutorial.md:127
@ -1002,14 +1002,14 @@ msgstr ""
#: src/doc/tutorial.md:385 #: src/doc/tutorial.md:385
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"[transmute]: http://static.rust-lang.org/doc/master/std/cast/fn.transmute." "[transmute]: http://static.rust-lang.org/doc/master/std/cast/fn.transmute."
"html" "html"
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/tutorial.md:387 #: src/doc/tutorial.md:387
@ -1078,14 +1078,14 @@ msgstr ""
#: src/doc/tutorial.md:412 #: src/doc/tutorial.md:412
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"[pf]: http://en.cppreference.com/w/cpp/io/c/fprintf [fmt]: http://static." "[pf]: http://en.cppreference.com/w/cpp/io/c/fprintf [fmt]: http://static."
"rust-lang.org/doc/master/std/fmt/index.html" "rust-lang.org/doc/master/std/fmt/index.html"
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/tutorial.md:416 #: src/doc/tutorial.md:416
@ -2161,14 +2161,14 @@ msgstr ""
#: src/doc/tutorial.md:944 #: src/doc/tutorial.md:944
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"[gc]: http://static.rust-lang.org/doc/master/std/gc/struct.Gc.html [rc]: " "[gc]: http://static.rust-lang.org/doc/master/std/gc/struct.Gc.html [rc]: "
"http://static.rust-lang.org/doc/master/std/rc/struct.Rc.html" "http://static.rust-lang.org/doc/master/std/rc/struct.Rc.html"
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/tutorial.md:946 #: src/doc/tutorial.md:946
@ -2553,14 +2553,14 @@ msgstr ""
#: src/doc/tutorial.md:1461 #: src/doc/tutorial.md:1461
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" #| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
msgid "" msgid ""
"[refcell]: http://static.rust-lang.org/doc/master/std/cell/struct.RefCell." "[refcell]: http://static.rust-lang.org/doc/master/std/cell/struct.RefCell."
"html" "html"
msgstr "" msgstr ""
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" "[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
#. type: Plain text #. type: Plain text
#: src/doc/tutorial.md:1463 #: src/doc/tutorial.md:1463

View File

@ -100,9 +100,9 @@ If you've fulfilled those prerequisites, something along these lines
should work. should work.
~~~~ {.notrust} ~~~~ {.notrust}
$ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz $ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz
$ tar -xzf rust-0.10.tar.gz $ tar -xzf rust-nightly.tar.gz
$ cd rust-0.10 $ cd rust-nightly
$ ./configure $ ./configure
$ make && make install $ make && make install
~~~~ ~~~~
@ -117,8 +117,8 @@ When complete, `make install` will place several programs into
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the `/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
API-documentation tool. API-documentation tool.
[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz [tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz
[win-exe]: http://static.rust-lang.org/dist/rust-0.10-install.exe [win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe
## Compiling your first program ## Compiling your first program

View File

@ -7,7 +7,7 @@
<!ENTITY rustIdent "[a-zA-Z_][a-zA-Z_0-9]*"> <!ENTITY rustIdent "[a-zA-Z_][a-zA-Z_0-9]*">
<!ENTITY rustIntSuf "([iu](8|16|32|64)?)?"> <!ENTITY rustIntSuf "([iu](8|16|32|64)?)?">
]> ]>
<language name="Rust" version="0.10" kateversion="2.4" section="Sources" extensions="*.rs" mimetype="text/x-rust" priority="15"> <language name="Rust" version="0.11-pre" kateversion="2.4" section="Sources" extensions="*.rs" mimetype="text/x-rust" priority="15">
<highlighting> <highlighting>
<list name="fn"> <list name="fn">
<item> fn </item> <item> fn </item>

View File

@ -15,7 +15,7 @@
//! of individual objects while the arena itself is still alive. The benefit //! of individual objects while the arena itself is still alive. The benefit
//! of an arena is very fast allocation; just a pointer bump. //! of an arena is very fast allocation; just a pointer bump.
#![crate_id = "arena#0.10"] #![crate_id = "arena#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -12,7 +12,7 @@
* Collection types. * Collection types.
*/ */
#![crate_id = "collections#0.10"] #![crate_id = "collections#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -14,7 +14,7 @@ Simple compression
*/ */
#![crate_id = "flate#0.10"] #![crate_id = "flate#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -39,7 +39,7 @@ fn main() {
*/ */
#![crate_id = "fourcc#0.10"] #![crate_id = "fourcc#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -76,7 +76,7 @@
//! } //! }
//! ~~~ //! ~~~
#![crate_id = "getopts#0.10"] #![crate_id = "getopts#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -23,7 +23,7 @@
* `glob`/`fnmatch` functions. * `glob`/`fnmatch` functions.
*/ */
#![crate_id = "glob#0.10"] #![crate_id = "glob#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -184,7 +184,7 @@
//! pool.shutdown(); //! pool.shutdown();
//! ``` //! ```
#![crate_id = "green#0.10"] #![crate_id = "green#0.11-pre"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]

View File

@ -36,7 +36,7 @@ fn main() {
*/ */
#![crate_id = "hexfloat#0.10"] #![crate_id = "hexfloat#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -105,7 +105,7 @@ if logging is disabled, none of the components of the log will be executed.
*/ */
#![crate_id = "log#0.10"] #![crate_id = "log#0.11-pre"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]

View File

@ -41,7 +41,7 @@
//! } //! }
//! ``` //! ```
#![crate_id = "native#0.10"] #![crate_id = "native#0.11-pre"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]

View File

@ -10,7 +10,7 @@
#![feature(macro_rules)] #![feature(macro_rules)]
#![crate_id = "num#0.10"] #![crate_id = "num#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -62,7 +62,7 @@ println!("{:?}", tuple_ptr)
``` ```
*/ */
#![crate_id = "rand#0.10"] #![crate_id = "rand#0.11-pre"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![crate_type = "rlib"] #![crate_type = "rlib"]

View File

@ -22,7 +22,7 @@ use syntax::parse::token::InternedString;
use syntax::parse::token; use syntax::parse::token;
use syntax::util::small_vector::SmallVector; use syntax::util::small_vector::SmallVector;
pub static VERSION: &'static str = "0.10"; pub static VERSION: &'static str = "0.11-pre";
pub fn maybe_inject_crates_ref(sess: &Session, krate: ast::Crate) pub fn maybe_inject_crates_ref(sess: &Session, krate: ast::Crate)
-> ast::Crate { -> ast::Crate {

View File

@ -18,7 +18,7 @@ This API is completely unstable and subject to change.
*/ */
#![crate_id = "rustc#0.10"] #![crate_id = "rustc#0.11-pre"]
#![comment = "The Rust compiler"] #![comment = "The Rust compiler"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "dylib"] #![crate_type = "dylib"]

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
#![crate_id = "rustdoc#0.10"] #![crate_id = "rustdoc#0.11-pre"]
#![desc = "rustdoc, the Rust documentation extractor"] #![desc = "rustdoc, the Rust documentation extractor"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "dylib"] #![crate_type = "dylib"]

View File

@ -34,7 +34,7 @@ via `close` and `delete` methods.
*/ */
#![crate_id = "rustuv#0.10"] #![crate_id = "rustuv#0.11-pre"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]

View File

@ -28,7 +28,7 @@
//! An example version number with all five components is //! An example version number with all five components is
//! `0.8.1-rc.3.0+20130922.linux`. //! `0.8.1-rc.3.0+20130922.linux`.
#![crate_id = "semver#0.10"] #![crate_id = "semver#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -14,7 +14,7 @@
Core encoding and decoding interfaces. Core encoding and decoding interfaces.
*/ */
#![crate_id = "serialize#0.10"] #![crate_id = "serialize#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -43,7 +43,7 @@
//! //!
//! use std::prelude::*; //! use std::prelude::*;
#![crate_id = "std#0.10"] #![crate_id = "std#0.11-pre"]
#![comment = "The Rust standard library"] #![comment = "The Rust standard library"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "rlib"] #![crate_type = "rlib"]

View File

@ -12,7 +12,7 @@
* Concurrency-enabled mechanisms and primitives. * Concurrency-enabled mechanisms and primitives.
*/ */
#![crate_id = "sync#0.10"] #![crate_id = "sync#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -18,7 +18,7 @@ This API is completely unstable and subject to change.
*/ */
#![crate_id = "syntax#0.10"] #![crate_id = "syntax#0.11-pre"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![crate_type = "rlib"] #![crate_type = "rlib"]

View File

@ -10,7 +10,7 @@
//! Simple ANSI color library //! Simple ANSI color library
#![crate_id = "term#0.10"] #![crate_id = "term#0.11-pre"]
#![comment = "Simple ANSI color library"] #![comment = "Simple ANSI color library"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "rlib"] #![crate_type = "rlib"]

View File

@ -23,7 +23,7 @@
// running tests while providing a base that other test frameworks may // running tests while providing a base that other test frameworks may
// build off of. // build off of.
#![crate_id = "test#0.10"] #![crate_id = "test#0.11-pre"]
#![comment = "Rust internal test library only used by rustc"] #![comment = "Rust internal test library only used by rustc"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]
#![crate_type = "rlib"] #![crate_type = "rlib"]

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
#![crate_id = "time#0.10"] #![crate_id = "time#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -10,7 +10,7 @@
//! Types/fns concerning URLs (see RFC 3986) //! Types/fns concerning URLs (see RFC 3986)
#![crate_id = "url#0.10"] #![crate_id = "url#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -54,7 +54,7 @@ Examples of string representations:
*/ */
#![crate_id = "uuid#0.10"] #![crate_id = "uuid#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
#![crate_id = "workcache#0.10"] #![crate_id = "workcache#0.11-pre"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![license = "MIT/ASL2"] #![license = "MIT/ASL2"]

View File

@ -10,5 +10,5 @@
// no-prefer-dynamic // no-prefer-dynamic
#[crate_id = "collections#0.10"]; #[crate_id = "collections#0.11-pre"];
#[crate_type = "dylib"]; #[crate_type = "dylib"];

View File

@ -10,5 +10,5 @@
// no-prefer-dynamic // no-prefer-dynamic
#[crate_id = "collections#0.10"]; #[crate_id = "collections#0.11-pre"];
#[crate_type = "rlib"]; #[crate_type = "rlib"];

View File

@ -1,7 +1,7 @@
-include ../tools.mk -include ../tools.mk
all: all:
[ `$(RUSTC) --crate-id crate.rs` = "foo#0.10" ] [ `$(RUSTC) --crate-id crate.rs` = "foo#0.11-pre" ]
[ `$(RUSTC) --crate-name crate.rs` = "foo" ] [ `$(RUSTC) --crate-name crate.rs` = "foo" ]
[ `$(RUSTC) --crate-file-name crate.rs` = "foo" ] [ `$(RUSTC) --crate-file-name crate.rs` = "foo" ]
[ `$(RUSTC) --crate-file-name --crate-type=lib --test crate.rs` = "foo" ] [ `$(RUSTC) --crate-file-name --crate-type=lib --test crate.rs` = "foo" ]

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
#[crate_id = "foo#0.10"]; #[crate_id = "foo#0.11-pre"];
// Querying about the crate metadata should *not* parse the entire crate, it // Querying about the crate metadata should *not* parse the entire crate, it
// only needs the crate attributes (which are guaranteed to be at the top) be // only needs the crate attributes (which are guaranteed to be at the top) be

View File

@ -17,7 +17,7 @@
#[no_std]; #[no_std];
extern crate std; extern crate std;
extern crate zed = "std"; extern crate zed = "std";
extern crate bar = "std#0.10"; extern crate bar = "std#0.11-pre";
use std::str; use std::str;