mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Bump version to 0.11-pre
This also changes some of the download links in the documentation to 'nightly'.
This commit is contained in:
parent
bb31cb8d2e
commit
0875ffcbff
10
README.md
10
README.md
@ -31,9 +31,9 @@ documentation.
|
||||
|
||||
To build from the [tarball] do:
|
||||
|
||||
$ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz
|
||||
$ tar -xzf rust-0.10.tar.gz
|
||||
$ cd rust-0.10
|
||||
$ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz
|
||||
$ tar -xzf rust-nightly.tar.gz
|
||||
$ cd rust-nightly
|
||||
|
||||
Or to build from the [repo] do:
|
||||
|
||||
@ -58,8 +58,8 @@ documentation.
|
||||
4. Enjoy!
|
||||
|
||||
[repo]: https://github.com/mozilla/rust
|
||||
[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz
|
||||
[tutorial]: http://static.rust-lang.org/doc/0.10/tutorial.html
|
||||
[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz
|
||||
[tutorial]: http://static.rust-lang.org/doc/nightly/tutorial.html
|
||||
|
||||
## Notes
|
||||
|
||||
|
@ -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
|
||||
rustc \- rust compiler
|
||||
.SH SYNOPSIS
|
||||
|
@ -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
|
||||
rustdoc \- generate documentation from Rust source code
|
||||
.SH SYNOPSIS
|
||||
|
@ -13,8 +13,8 @@
|
||||
######################################################################
|
||||
|
||||
# The version number
|
||||
CFG_RELEASE_NUM=0.10
|
||||
CFG_RELEASE_LABEL=
|
||||
CFG_RELEASE_NUM=0.11
|
||||
CFG_RELEASE_LABEL=-pre
|
||||
|
||||
ifndef CFG_ENABLE_NIGHTLY
|
||||
# This is the normal version string
|
||||
|
@ -53,12 +53,12 @@ To generate .pot and .po files, do something like:
|
||||
~~~~
|
||||
po4a --copyright-holder="The Rust Project Developers" \
|
||||
--package-name="Rust" \
|
||||
--package-version="0.10" \
|
||||
--package-version="0.11-pre" \
|
||||
-M UTF-8 -L UTF-8 \
|
||||
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
|
||||
you are not familiar with gettext-based translation, please read the online
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
@ -20,14 +20,14 @@ msgstr ""
|
||||
#: src/doc/complement-cheatsheet.md:8
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"Use [`ToStr`](http://static.rust-lang.org/doc/master/std/to_str/trait.ToStr."
|
||||
"html)."
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/complement-cheatsheet.md:13
|
||||
@ -46,15 +46,15 @@ msgstr ""
|
||||
#: src/doc/complement-cheatsheet.md:17
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"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."
|
||||
"org/doc/master/std/from_str/fn.from_str.html)."
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/complement-cheatsheet.md:22
|
||||
@ -73,14 +73,14 @@ msgstr ""
|
||||
#: src/doc/complement-cheatsheet.md:26
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"Use [`ToStrRadix`](http://static.rust-lang.org/doc/master/std/num/trait."
|
||||
"ToStrRadix.html)."
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/complement-cheatsheet.md:29
|
||||
@ -108,15 +108,15 @@ msgstr ""
|
||||
#: src/doc/complement-cheatsheet.md:37
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"Use [`FromStrRadix`](http://static.rust-lang.org/doc/master/std/num/trait."
|
||||
"FromStrRadix.html), and its helper function, [`from_str_radix`](http://"
|
||||
"static.rust-lang.org/doc/master/std/num/fn.from_str_radix.html)."
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/complement-cheatsheet.md:40
|
||||
@ -153,16 +153,16 @@ msgstr "## 演算子"
|
||||
#: src/doc/complement-cheatsheet.md:50
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"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/"
|
||||
"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."
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/complement-cheatsheet.md:54
|
||||
@ -177,15 +177,15 @@ msgstr ""
|
||||
#: src/doc/complement-cheatsheet.md:63
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"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."
|
||||
"org/doc/master/std/io/buffered/struct.BufferedReader.html)."
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/complement-cheatsheet.md:67
|
||||
@ -207,14 +207,14 @@ msgstr "## 他のクレートの利用"
|
||||
#: src/doc/complement-cheatsheet.md:81
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"Use the [`find_str`](http://static.rust-lang.org/doc/master/std/str/trait."
|
||||
"StrSlice.html#tymethod.find_str) method."
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/complement-cheatsheet.md:88 src/doc/guide-container.md:4
|
||||
@ -226,34 +226,34 @@ msgstr "## 本書の表記について"
|
||||
#: src/doc/complement-cheatsheet.md:92
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"The [`Container`](http://static.rust-lang.org/doc/master/std/container/trait."
|
||||
"Container.html) trait provides the `len` method."
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/complement-cheatsheet.md:104
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"Use the [`iter`](http://static.rust-lang.org/doc/master/std/vec/trait."
|
||||
"ImmutableVector.html#tymethod.iter) method."
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/complement-cheatsheet.md:113
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"(See also [`mut_iter`](http://static.rust-lang.org/doc/master/std/vec/trait."
|
||||
"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 "
|
||||
"`values` vector.)"
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/complement-cheatsheet.md:115 src/doc/rust.md:3019
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-02-03 08:13+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
@ -27,9 +27,9 @@ msgstr "## 構造体"
|
||||
#: src/doc/complement-usage-faq.md:18
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid "[1]:http://doc.rust-lang.org/doc/master/rust.html#logging-system"
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-02-03 08:13+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-14 21:02+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
msgid ""
|
||||
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"
|
||||
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
|
@ -356,17 +356,17 @@ msgstr "上記条件を満たしていれば、以下のような手順でビル
|
||||
#: src/doc/tutorial.md:112
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.7.tar."
|
||||
#| "gz $ tar -xzf rust-0.7.tar.gz $ cd rust-0.7 $ ./configure $ make && make "
|
||||
#| "~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-nightly.tar."
|
||||
#| "gz $ tar -xzf rust-nightly.tar.gz $ cd rust-nightly $ ./configure $ make && make "
|
||||
#| "install ~~~~"
|
||||
msgid ""
|
||||
"~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz $ "
|
||||
"tar -xzf rust-0.10.tar.gz $ cd rust-0.10 $ ./configure $ make && make install "
|
||||
"~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz $ "
|
||||
"tar -xzf rust-nightly.tar.gz $ cd rust-nightly $ ./configure $ make && make install "
|
||||
"~~~~"
|
||||
msgstr ""
|
||||
"~~~~ {.notrust}\n"
|
||||
"$ curl -O http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"$ tar -xzf rust-0.7.tar.gz $ cd rust-0.7 $ ./configure\n"
|
||||
"$ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"$ tar -xzf rust-nightly.tar.gz $ cd rust-nightly $ ./configure\n"
|
||||
"$ make && make install\n"
|
||||
"~~~~"
|
||||
|
||||
@ -405,14 +405,14 @@ msgstr ""
|
||||
#: src/doc/tutorial.md:125
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz [win-exe]: "
|
||||
"http://static.rust-lang.org/dist/rust-0.10-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
"http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/tutorial.md:127
|
||||
@ -1002,14 +1002,14 @@ msgstr ""
|
||||
#: src/doc/tutorial.md:385
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"[transmute]: http://static.rust-lang.org/doc/master/std/cast/fn.transmute."
|
||||
"html"
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/tutorial.md:387
|
||||
@ -1078,14 +1078,14 @@ msgstr ""
|
||||
#: src/doc/tutorial.md:412
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"[pf]: http://en.cppreference.com/w/cpp/io/c/fprintf [fmt]: http://static."
|
||||
"rust-lang.org/doc/master/std/fmt/index.html"
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/tutorial.md:416
|
||||
@ -2161,14 +2161,14 @@ msgstr ""
|
||||
#: src/doc/tutorial.md:944
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"[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"
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/tutorial.md:946
|
||||
@ -2553,14 +2553,14 @@ msgstr ""
|
||||
#: src/doc/tutorial.md:1461
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: "
|
||||
#| "http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
msgid ""
|
||||
"[refcell]: http://static.rust-lang.org/doc/master/std/cell/struct.RefCell."
|
||||
"html"
|
||||
msgstr ""
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"
|
||||
"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n"
|
||||
"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe"
|
||||
|
||||
#. type: Plain text
|
||||
#: src/doc/tutorial.md:1463
|
||||
|
@ -100,9 +100,9 @@ If you've fulfilled those prerequisites, something along these lines
|
||||
should work.
|
||||
|
||||
~~~~ {.notrust}
|
||||
$ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz
|
||||
$ tar -xzf rust-0.10.tar.gz
|
||||
$ cd rust-0.10
|
||||
$ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz
|
||||
$ tar -xzf rust-nightly.tar.gz
|
||||
$ cd rust-nightly
|
||||
$ ./configure
|
||||
$ 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
|
||||
API-documentation tool.
|
||||
|
||||
[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz
|
||||
[win-exe]: http://static.rust-lang.org/dist/rust-0.10-install.exe
|
||||
[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz
|
||||
[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe
|
||||
|
||||
## Compiling your first program
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<!ENTITY rustIdent "[a-zA-Z_][a-zA-Z_0-9]*">
|
||||
<!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>
|
||||
<list name="fn">
|
||||
<item> fn </item>
|
||||
|
@ -15,7 +15,7 @@
|
||||
//! of individual objects while the arena itself is still alive. The benefit
|
||||
//! 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 = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -12,7 +12,7 @@
|
||||
* Collection types.
|
||||
*/
|
||||
|
||||
#![crate_id = "collections#0.10"]
|
||||
#![crate_id = "collections#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -14,7 +14,7 @@ Simple compression
|
||||
|
||||
*/
|
||||
|
||||
#![crate_id = "flate#0.10"]
|
||||
#![crate_id = "flate#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -39,7 +39,7 @@ fn main() {
|
||||
|
||||
*/
|
||||
|
||||
#![crate_id = "fourcc#0.10"]
|
||||
#![crate_id = "fourcc#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -76,7 +76,7 @@
|
||||
//! }
|
||||
//! ~~~
|
||||
|
||||
#![crate_id = "getopts#0.10"]
|
||||
#![crate_id = "getopts#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -23,7 +23,7 @@
|
||||
* `glob`/`fnmatch` functions.
|
||||
*/
|
||||
|
||||
#![crate_id = "glob#0.10"]
|
||||
#![crate_id = "glob#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -184,7 +184,7 @@
|
||||
//! pool.shutdown();
|
||||
//! ```
|
||||
|
||||
#![crate_id = "green#0.10"]
|
||||
#![crate_id = "green#0.11-pre"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
|
@ -36,7 +36,7 @@ fn main() {
|
||||
|
||||
*/
|
||||
|
||||
#![crate_id = "hexfloat#0.10"]
|
||||
#![crate_id = "hexfloat#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -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"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
|
@ -41,7 +41,7 @@
|
||||
//! }
|
||||
//! ```
|
||||
|
||||
#![crate_id = "native#0.10"]
|
||||
#![crate_id = "native#0.11-pre"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#![feature(macro_rules)]
|
||||
|
||||
#![crate_id = "num#0.10"]
|
||||
#![crate_id = "num#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -62,7 +62,7 @@ println!("{:?}", tuple_ptr)
|
||||
```
|
||||
*/
|
||||
|
||||
#![crate_id = "rand#0.10"]
|
||||
#![crate_id = "rand#0.11-pre"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "dylib"]
|
||||
#![crate_type = "rlib"]
|
||||
|
@ -22,7 +22,7 @@ use syntax::parse::token::InternedString;
|
||||
use syntax::parse::token;
|
||||
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)
|
||||
-> ast::Crate {
|
||||
|
@ -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"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "dylib"]
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![crate_id = "rustdoc#0.10"]
|
||||
#![crate_id = "rustdoc#0.11-pre"]
|
||||
#![desc = "rustdoc, the Rust documentation extractor"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "dylib"]
|
||||
|
@ -34,7 +34,7 @@ via `close` and `delete` methods.
|
||||
|
||||
*/
|
||||
|
||||
#![crate_id = "rustuv#0.10"]
|
||||
#![crate_id = "rustuv#0.11-pre"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
|
@ -28,7 +28,7 @@
|
||||
//! An example version number with all five components is
|
||||
//! `0.8.1-rc.3.0+20130922.linux`.
|
||||
|
||||
#![crate_id = "semver#0.10"]
|
||||
#![crate_id = "semver#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -14,7 +14,7 @@
|
||||
Core encoding and decoding interfaces.
|
||||
*/
|
||||
|
||||
#![crate_id = "serialize#0.10"]
|
||||
#![crate_id = "serialize#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -43,7 +43,7 @@
|
||||
//!
|
||||
//! use std::prelude::*;
|
||||
|
||||
#![crate_id = "std#0.10"]
|
||||
#![crate_id = "std#0.11-pre"]
|
||||
#![comment = "The Rust standard library"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "rlib"]
|
||||
|
@ -12,7 +12,7 @@
|
||||
* Concurrency-enabled mechanisms and primitives.
|
||||
*/
|
||||
|
||||
#![crate_id = "sync#0.10"]
|
||||
#![crate_id = "sync#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -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"]
|
||||
#![crate_type = "dylib"]
|
||||
#![crate_type = "rlib"]
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
//! Simple ANSI color library
|
||||
|
||||
#![crate_id = "term#0.10"]
|
||||
#![crate_id = "term#0.11-pre"]
|
||||
#![comment = "Simple ANSI color library"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "rlib"]
|
||||
|
@ -23,7 +23,7 @@
|
||||
// running tests while providing a base that other test frameworks may
|
||||
// build off of.
|
||||
|
||||
#![crate_id = "test#0.10"]
|
||||
#![crate_id = "test#0.11-pre"]
|
||||
#![comment = "Rust internal test library only used by rustc"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "rlib"]
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![crate_id = "time#0.10"]
|
||||
#![crate_id = "time#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
//! Types/fns concerning URLs (see RFC 3986)
|
||||
|
||||
#![crate_id = "url#0.10"]
|
||||
#![crate_id = "url#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -54,7 +54,7 @@ Examples of string representations:
|
||||
|
||||
*/
|
||||
|
||||
#![crate_id = "uuid#0.10"]
|
||||
#![crate_id = "uuid#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![crate_id = "workcache#0.10"]
|
||||
#![crate_id = "workcache#0.11-pre"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![license = "MIT/ASL2"]
|
||||
|
@ -10,5 +10,5 @@
|
||||
|
||||
// no-prefer-dynamic
|
||||
|
||||
#[crate_id = "collections#0.10"];
|
||||
#[crate_id = "collections#0.11-pre"];
|
||||
#[crate_type = "dylib"];
|
||||
|
@ -10,5 +10,5 @@
|
||||
|
||||
// no-prefer-dynamic
|
||||
|
||||
#[crate_id = "collections#0.10"];
|
||||
#[crate_id = "collections#0.11-pre"];
|
||||
#[crate_type = "rlib"];
|
||||
|
@ -1,7 +1,7 @@
|
||||
-include ../tools.mk
|
||||
|
||||
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-file-name crate.rs` = "foo" ]
|
||||
[ `$(RUSTC) --crate-file-name --crate-type=lib --test crate.rs` = "foo" ]
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// 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
|
||||
// only needs the crate attributes (which are guaranteed to be at the top) be
|
||||
|
@ -17,7 +17,7 @@
|
||||
#[no_std];
|
||||
extern crate std;
|
||||
extern crate zed = "std";
|
||||
extern crate bar = "std#0.10";
|
||||
extern crate bar = "std#0.11-pre";
|
||||
|
||||
|
||||
use std::str;
|
||||
|
Loading…
Reference in New Issue
Block a user