From 0875ffcbfff1b8b432ae09dd435466f34e2c61fa Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 3 Apr 2014 16:28:46 -0700 Subject: [PATCH] Bump version to 0.11-pre This also changes some of the download links in the documentation to 'nightly'. --- README.md | 10 +-- man/rustc.1 | 2 +- man/rustdoc.1 | 2 +- mk/main.mk | 4 +- src/doc/README.md | 4 +- src/doc/po/ja/complement-cheatsheet.md.po | 82 ++++++++++----------- src/doc/po/ja/complement-lang-faq.md.po | 2 +- src/doc/po/ja/complement-project-faq.md.po | 2 +- src/doc/po/ja/complement-usage-faq.md.po | 10 +-- src/doc/po/ja/guide-conditions.md.po | 2 +- src/doc/po/ja/guide-container.md.po | 2 +- src/doc/po/ja/guide-ffi.md.po | 2 +- src/doc/po/ja/guide-lifetimes.md.po | 2 +- src/doc/po/ja/guide-macros.md.po | 2 +- src/doc/po/ja/guide-pointers.md.po | 2 +- src/doc/po/ja/guide-runtime.md.po | 2 +- src/doc/po/ja/guide-tasks.md.po | 2 +- src/doc/po/ja/guide-testing.md.po | 2 +- src/doc/po/ja/index.md.po | 2 +- src/doc/po/ja/rustdoc.md.po | 2 +- src/doc/po/ja/tutorial.md.po | 56 +++++++------- src/doc/tutorial.md | 10 +-- src/etc/kate/rust.xml | 2 +- src/libarena/lib.rs | 2 +- src/libcollections/lib.rs | 2 +- src/libflate/lib.rs | 2 +- src/libfourcc/lib.rs | 2 +- src/libgetopts/lib.rs | 2 +- src/libglob/lib.rs | 2 +- src/libgreen/lib.rs | 2 +- src/libhexfloat/lib.rs | 2 +- src/liblog/lib.rs | 2 +- src/libnative/lib.rs | 2 +- src/libnum/lib.rs | 2 +- src/librand/lib.rs | 2 +- src/librustc/front/std_inject.rs | 2 +- src/librustc/lib.rs | 2 +- src/librustdoc/lib.rs | 2 +- src/librustuv/lib.rs | 2 +- src/libsemver/lib.rs | 2 +- src/libserialize/lib.rs | 2 +- src/libstd/lib.rs | 2 +- src/libsync/lib.rs | 2 +- src/libsyntax/lib.rs | 2 +- src/libterm/lib.rs | 2 +- src/libtest/lib.rs | 2 +- src/libtime/lib.rs | 2 +- src/liburl/lib.rs | 2 +- src/libuuid/lib.rs | 2 +- src/libworkcache/lib.rs | 2 +- src/test/auxiliary/issue-11908-1.rs | 2 +- src/test/auxiliary/issue-11908-2.rs | 2 +- src/test/run-make/crate-data-smoke/Makefile | 2 +- src/test/run-make/crate-data-smoke/crate.rs | 2 +- src/test/run-pass/use.rs | 2 +- 55 files changed, 136 insertions(+), 136 deletions(-) diff --git a/README.md b/README.md index 2d826b69abc..a25d916d931 100644 --- a/README.md +++ b/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 diff --git a/man/rustc.1 b/man/rustc.1 index 21ec32c5605..8fc6828ced1 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -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 diff --git a/man/rustdoc.1 b/man/rustdoc.1 index 4ea33878f03..bf0b6a95187 100644 --- a/man/rustdoc.1 +++ b/man/rustdoc.1 @@ -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 diff --git a/mk/main.mk b/mk/main.mk index 53f550cf1b5..fa19a4b380e 100644 --- a/mk/main.mk +++ b/mk/main.mk @@ -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 diff --git a/src/doc/README.md b/src/doc/README.md index fa0fc6a3745..40980ee0560 100644 --- a/src/doc/README.md +++ b/src/doc/README.md @@ -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 diff --git a/src/doc/po/ja/complement-cheatsheet.md.po b/src/doc/po/ja/complement-cheatsheet.md.po index e0d130cb331..55dfacfe51e 100644 --- a/src/doc/po/ja/complement-cheatsheet.md.po +++ b/src/doc/po/ja/complement-cheatsheet.md.po @@ -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 diff --git a/src/doc/po/ja/complement-lang-faq.md.po b/src/doc/po/ja/complement-lang-faq.md.po index 0f06f9d84b0..1f324ac2a9e 100644 --- a/src/doc/po/ja/complement-lang-faq.md.po +++ b/src/doc/po/ja/complement-lang-faq.md.po @@ -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" diff --git a/src/doc/po/ja/complement-project-faq.md.po b/src/doc/po/ja/complement-project-faq.md.po index 68a332f8153..5060a77a128 100644 --- a/src/doc/po/ja/complement-project-faq.md.po +++ b/src/doc/po/ja/complement-project-faq.md.po @@ -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" diff --git a/src/doc/po/ja/complement-usage-faq.md.po b/src/doc/po/ja/complement-usage-faq.md.po index 28d2808c8a7..aa3ed6effa0 100644 --- a/src/doc/po/ja/complement-usage-faq.md.po +++ b/src/doc/po/ja/complement-usage-faq.md.po @@ -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" diff --git a/src/doc/po/ja/guide-conditions.md.po b/src/doc/po/ja/guide-conditions.md.po index 3575a7e646f..0e84562c22c 100644 --- a/src/doc/po/ja/guide-conditions.md.po +++ b/src/doc/po/ja/guide-conditions.md.po @@ -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" diff --git a/src/doc/po/ja/guide-container.md.po b/src/doc/po/ja/guide-container.md.po index bda86a30aa7..035a482cad9 100644 --- a/src/doc/po/ja/guide-container.md.po +++ b/src/doc/po/ja/guide-container.md.po @@ -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" diff --git a/src/doc/po/ja/guide-ffi.md.po b/src/doc/po/ja/guide-ffi.md.po index 089a142231c..6c5f56bfedc 100644 --- a/src/doc/po/ja/guide-ffi.md.po +++ b/src/doc/po/ja/guide-ffi.md.po @@ -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" diff --git a/src/doc/po/ja/guide-lifetimes.md.po b/src/doc/po/ja/guide-lifetimes.md.po index c9719033807..5d7246ede47 100644 --- a/src/doc/po/ja/guide-lifetimes.md.po +++ b/src/doc/po/ja/guide-lifetimes.md.po @@ -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" diff --git a/src/doc/po/ja/guide-macros.md.po b/src/doc/po/ja/guide-macros.md.po index 205e473a5b2..5501b98f6e9 100644 --- a/src/doc/po/ja/guide-macros.md.po +++ b/src/doc/po/ja/guide-macros.md.po @@ -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" diff --git a/src/doc/po/ja/guide-pointers.md.po b/src/doc/po/ja/guide-pointers.md.po index 1e07faeeeb7..0e421f5c7b1 100644 --- a/src/doc/po/ja/guide-pointers.md.po +++ b/src/doc/po/ja/guide-pointers.md.po @@ -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" diff --git a/src/doc/po/ja/guide-runtime.md.po b/src/doc/po/ja/guide-runtime.md.po index 9fefe9b8599..c85dd997c43 100644 --- a/src/doc/po/ja/guide-runtime.md.po +++ b/src/doc/po/ja/guide-runtime.md.po @@ -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" diff --git a/src/doc/po/ja/guide-tasks.md.po b/src/doc/po/ja/guide-tasks.md.po index 3d51d5831e4..6fbb80f0fa5 100644 --- a/src/doc/po/ja/guide-tasks.md.po +++ b/src/doc/po/ja/guide-tasks.md.po @@ -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" diff --git a/src/doc/po/ja/guide-testing.md.po b/src/doc/po/ja/guide-testing.md.po index 03f23b5e712..e4d123c8118 100644 --- a/src/doc/po/ja/guide-testing.md.po +++ b/src/doc/po/ja/guide-testing.md.po @@ -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" diff --git a/src/doc/po/ja/index.md.po b/src/doc/po/ja/index.md.po index ec283c6b118..afe30505c8c 100644 --- a/src/doc/po/ja/index.md.po +++ b/src/doc/po/ja/index.md.po @@ -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" diff --git a/src/doc/po/ja/rustdoc.md.po b/src/doc/po/ja/rustdoc.md.po index 57b7ca2b914..d775929df5d 100644 --- a/src/doc/po/ja/rustdoc.md.po +++ b/src/doc/po/ja/rustdoc.md.po @@ -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" diff --git a/src/doc/po/ja/tutorial.md.po b/src/doc/po/ja/tutorial.md.po index b6982e5f807..f17d3df9c1c 100644 --- a/src/doc/po/ja/tutorial.md.po +++ b/src/doc/po/ja/tutorial.md.po @@ -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 diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 7997ed77b5b..9c8718d6f6b 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -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 diff --git a/src/etc/kate/rust.xml b/src/etc/kate/rust.xml index dc3aa94c595..98d870adf03 100644 --- a/src/etc/kate/rust.xml +++ b/src/etc/kate/rust.xml @@ -7,7 +7,7 @@ ]> - + fn diff --git a/src/libarena/lib.rs b/src/libarena/lib.rs index 770deb0a0e3..d6f7b4ccda3 100644 --- a/src/libarena/lib.rs +++ b/src/libarena/lib.rs @@ -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"] diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index c99804cb697..84c440aa3a9 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -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"] diff --git a/src/libflate/lib.rs b/src/libflate/lib.rs index 3de966349ae..ddcd8cf46bb 100644 --- a/src/libflate/lib.rs +++ b/src/libflate/lib.rs @@ -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"] diff --git a/src/libfourcc/lib.rs b/src/libfourcc/lib.rs index ad03c753290..267b0592d76 100644 --- a/src/libfourcc/lib.rs +++ b/src/libfourcc/lib.rs @@ -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"] diff --git a/src/libgetopts/lib.rs b/src/libgetopts/lib.rs index 89742fc7f2a..dfb91a477cb 100644 --- a/src/libgetopts/lib.rs +++ b/src/libgetopts/lib.rs @@ -76,7 +76,7 @@ //! } //! ~~~ -#![crate_id = "getopts#0.10"] +#![crate_id = "getopts#0.11-pre"] #![crate_type = "rlib"] #![crate_type = "dylib"] #![license = "MIT/ASL2"] diff --git a/src/libglob/lib.rs b/src/libglob/lib.rs index dbc2073dcb1..5065fed0129 100644 --- a/src/libglob/lib.rs +++ b/src/libglob/lib.rs @@ -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"] diff --git a/src/libgreen/lib.rs b/src/libgreen/lib.rs index 66e98a2fe1b..5de8c637cf2 100644 --- a/src/libgreen/lib.rs +++ b/src/libgreen/lib.rs @@ -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"] diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index 41b4132400f..9f2f417080f 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -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"] diff --git a/src/liblog/lib.rs b/src/liblog/lib.rs index 0e4813915ec..eb481c8b217 100644 --- a/src/liblog/lib.rs +++ b/src/liblog/lib.rs @@ -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"] diff --git a/src/libnative/lib.rs b/src/libnative/lib.rs index 43a14fb893e..8afbbda71c2 100644 --- a/src/libnative/lib.rs +++ b/src/libnative/lib.rs @@ -41,7 +41,7 @@ //! } //! ``` -#![crate_id = "native#0.10"] +#![crate_id = "native#0.11-pre"] #![license = "MIT/ASL2"] #![crate_type = "rlib"] #![crate_type = "dylib"] diff --git a/src/libnum/lib.rs b/src/libnum/lib.rs index af6771c4793..986ba9e9a5c 100644 --- a/src/libnum/lib.rs +++ b/src/libnum/lib.rs @@ -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"] diff --git a/src/librand/lib.rs b/src/librand/lib.rs index cc2051fc80b..96cc5352691 100644 --- a/src/librand/lib.rs +++ b/src/librand/lib.rs @@ -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"] diff --git a/src/librustc/front/std_inject.rs b/src/librustc/front/std_inject.rs index 27ada7c487b..895abe17470 100644 --- a/src/librustc/front/std_inject.rs +++ b/src/librustc/front/std_inject.rs @@ -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 { diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index b99c6f034a3..cf653f816ac 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -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"] diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index ffae9286407..35c2fd146cd 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -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"] diff --git a/src/librustuv/lib.rs b/src/librustuv/lib.rs index 8d7293b8c95..22cb8292637 100644 --- a/src/librustuv/lib.rs +++ b/src/librustuv/lib.rs @@ -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"] diff --git a/src/libsemver/lib.rs b/src/libsemver/lib.rs index 4bdbca4ec1c..60a72dabb57 100644 --- a/src/libsemver/lib.rs +++ b/src/libsemver/lib.rs @@ -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"] diff --git a/src/libserialize/lib.rs b/src/libserialize/lib.rs index 2854a8f0051..7d50ad86aeb 100644 --- a/src/libserialize/lib.rs +++ b/src/libserialize/lib.rs @@ -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"] diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 75d6b83803f..29a4208bb06 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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"] diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs index 74913ca95ad..7e7a6afc8ee 100644 --- a/src/libsync/lib.rs +++ b/src/libsync/lib.rs @@ -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"] diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 3e1d5525995..5570219bd8e 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -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"] diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs index f22839f2b48..05104d5729f 100644 --- a/src/libterm/lib.rs +++ b/src/libterm/lib.rs @@ -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"] diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 89246d94b2d..622375d8a6c 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -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"] diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs index cdf48e98635..f3398942575 100644 --- a/src/libtime/lib.rs +++ b/src/libtime/lib.rs @@ -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"] diff --git a/src/liburl/lib.rs b/src/liburl/lib.rs index 749e3b45953..1146e602ac5 100644 --- a/src/liburl/lib.rs +++ b/src/liburl/lib.rs @@ -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"] diff --git a/src/libuuid/lib.rs b/src/libuuid/lib.rs index de0c1f88d05..7daca07e261 100644 --- a/src/libuuid/lib.rs +++ b/src/libuuid/lib.rs @@ -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"] diff --git a/src/libworkcache/lib.rs b/src/libworkcache/lib.rs index 8a55d24f143..6c1a52f4eee 100644 --- a/src/libworkcache/lib.rs +++ b/src/libworkcache/lib.rs @@ -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"] diff --git a/src/test/auxiliary/issue-11908-1.rs b/src/test/auxiliary/issue-11908-1.rs index 1fc06f4f682..b0abde795a8 100644 --- a/src/test/auxiliary/issue-11908-1.rs +++ b/src/test/auxiliary/issue-11908-1.rs @@ -10,5 +10,5 @@ // no-prefer-dynamic -#[crate_id = "collections#0.10"]; +#[crate_id = "collections#0.11-pre"]; #[crate_type = "dylib"]; diff --git a/src/test/auxiliary/issue-11908-2.rs b/src/test/auxiliary/issue-11908-2.rs index 45a5bc2c496..612ee3608e9 100644 --- a/src/test/auxiliary/issue-11908-2.rs +++ b/src/test/auxiliary/issue-11908-2.rs @@ -10,5 +10,5 @@ // no-prefer-dynamic -#[crate_id = "collections#0.10"]; +#[crate_id = "collections#0.11-pre"]; #[crate_type = "rlib"]; diff --git a/src/test/run-make/crate-data-smoke/Makefile b/src/test/run-make/crate-data-smoke/Makefile index b849b71d207..f2b246b6437 100644 --- a/src/test/run-make/crate-data-smoke/Makefile +++ b/src/test/run-make/crate-data-smoke/Makefile @@ -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" ] diff --git a/src/test/run-make/crate-data-smoke/crate.rs b/src/test/run-make/crate-data-smoke/crate.rs index e2b69ec53e4..b6587aec0ad 100644 --- a/src/test/run-make/crate-data-smoke/crate.rs +++ b/src/test/run-make/crate-data-smoke/crate.rs @@ -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 diff --git a/src/test/run-pass/use.rs b/src/test/run-pass/use.rs index 468baaa079c..fb021411508 100644 --- a/src/test/run-pass/use.rs +++ b/src/test/run-pass/use.rs @@ -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;