]> git.lizzy.rs Git - rust.git/commitdiff
Bump version to 0.10
authorAlex Crichton <alex@alexcrichton.com>
Mon, 31 Mar 2014 20:11:35 +0000 (13:11 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 31 Mar 2014 21:40:44 +0000 (14:40 -0700)
56 files changed:
README.md
RELEASES.txt
man/rustc.1
man/rustdoc.1
mk/main.mk
src/doc/README.md
src/doc/po/ja/complement-cheatsheet.md.po
src/doc/po/ja/complement-lang-faq.md.po
src/doc/po/ja/complement-project-faq.md.po
src/doc/po/ja/complement-usage-faq.md.po
src/doc/po/ja/guide-conditions.md.po
src/doc/po/ja/guide-container.md.po
src/doc/po/ja/guide-ffi.md.po
src/doc/po/ja/guide-lifetimes.md.po
src/doc/po/ja/guide-macros.md.po
src/doc/po/ja/guide-pointers.md.po
src/doc/po/ja/guide-runtime.md.po
src/doc/po/ja/guide-tasks.md.po
src/doc/po/ja/guide-testing.md.po
src/doc/po/ja/index.md.po
src/doc/po/ja/rustdoc.md.po
src/doc/po/ja/tutorial.md.po
src/doc/tutorial.md
src/etc/kate/rust.xml
src/libarena/lib.rs
src/libcollections/lib.rs
src/libflate/lib.rs
src/libfourcc/lib.rs
src/libgetopts/lib.rs
src/libglob/lib.rs
src/libgreen/lib.rs
src/libhexfloat/lib.rs
src/liblog/lib.rs
src/libnative/lib.rs
src/libnum/lib.rs
src/librand/lib.rs
src/librustc/front/std_inject.rs
src/librustc/lib.rs
src/librustdoc/lib.rs
src/librustuv/lib.rs
src/libsemver/lib.rs
src/libserialize/lib.rs
src/libstd/lib.rs
src/libsync/lib.rs
src/libsyntax/lib.rs
src/libterm/lib.rs
src/libtest/lib.rs
src/libtime/lib.rs
src/liburl/lib.rs
src/libuuid/lib.rs
src/libworkcache/lib.rs
src/test/auxiliary/issue-11908-1.rs
src/test/auxiliary/issue-11908-2.rs
src/test/run-make/crate-data-smoke/Makefile
src/test/run-make/crate-data-smoke/crate.rs
src/test/run-pass/use.rs

index 1d098571bae4ea8b429eb7dc40d55eef82be9ded..55cfd36ec8538529bf70b9f2d283b9b3e67d6150 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,9 +32,9 @@ documentation.
 
     To build from the [tarball] do:
 
-        $ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz
-        $ tar -xzf rust-0.9.tar.gz
-        $ cd rust-0.9
+        $ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz
+        $ tar -xzf rust-0.10.tar.gz
+        $ cd rust-0.10
 
     Or to build from the [repo] do:
 
@@ -59,8 +59,8 @@ documentation.
 4. Enjoy!
 
 [repo]: https://github.com/mozilla/rust
-[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz
-[tutorial]: http://static.rust-lang.org/doc/0.9/tutorial.html
+[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz
+[tutorial]: http://static.rust-lang.org/doc/0.10/tutorial.html
 
 ## Notes
 
index fd5b06c9422551af886160a7e8d7163f413c15fe..2e9a71274bdf963a556f1ce3c1dec06628674948 100644 (file)
@@ -132,7 +132,7 @@ Version 0.10 (April 2014)
   * Tooling
     * `rustpkg` has been deprecated and removed from the main repository. Its
       replacement, `cargo`, is under development.
-    * Nightly builds of rust are now available (INSERT URL HERE)
+    * Nightly builds of rust are now available
     * The memory usage of rustc has been improved many times throughout this
       release cycle.
     * The build process supports disabling rpath support for the rustc binary
index b3eb4834930d4af21dfc4de765c43266fe8b9363..21ec32c56055b65522b8113b3e89020080c7e344 100644 (file)
@@ -1,4 +1,4 @@
-.TH RUSTC "1" "March 2014" "rustc 0.10-pre" "User Commands"
+.TH RUSTC "1" "March 2014" "rustc 0.10" "User Commands"
 .SH NAME
 rustc \- rust compiler
 .SH SYNOPSIS
index 4933794d95ccb80b518f07eb5a98de2f8b3c1e0d..4ea33878f037d37e43aacf5112f049b05bed8903 100644 (file)
@@ -1,4 +1,4 @@
-.TH RUSTDOC "1" "March 2014" "rustdoc 0.10-pre" "User Commands"
+.TH RUSTDOC "1" "March 2014" "rustdoc 0.10" "User Commands"
 .SH NAME
 rustdoc \- generate documentation from Rust source code
 .SH SYNOPSIS
index f59a553d783bad58beceeac63a4c26b522148b09..53f550cf1b5527441a5127cd4124cd51a2fc4f4a 100644 (file)
@@ -14,7 +14,7 @@
 
 # The version number
 CFG_RELEASE_NUM=0.10
-CFG_RELEASE_LABEL=-pre
+CFG_RELEASE_LABEL=
 
 ifndef CFG_ENABLE_NIGHTLY
 # This is the normal version string
index be0938022d2cc28f22346332dcd9e15673334fc1..fa0fc6a3745dbf52b49fe786d449f355207617de 100644 (file)
@@ -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-pre" \
+    --package-version="0.10" \
     -M UTF-8 -L UTF-8 \
     src/doc/po4a.conf
 ~~~~
 
-(the version number must be changed if it is not 0.10-pre now.)
+(the version number must be changed if it is not 0.10 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
index 72ef1d5a0102bd840b99945074fd7bb6a60a8ff0..e0d130cb331f52d41e58a546013714d15ce5bd8c 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 02dee63f312e7f8aa27457a2b0781c3ecb558417..0f06f9d84b048bc2c080e1a14a706f6462ad1014 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 190f88cf80d346c3f7faa372ecfbf22963918e8b..68a332f8153301eab9e445dd511b37a5cb178910 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 9ffdd7b1f43617f1f3672d680a016e2891eec582..28d2808c8a78f76730a830a103eb60f706c6cddf 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index a65d6eec4198cbc2f2843f34e147d8e5ab25d3b8..3575a7e646fa8d03a7b3a31aa0986308b847911e 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 23e1c7734f0b478d2a9a298b0ebbff508afb195c..bda86a30aa73090eb6115a25a51b7b2d2447b776 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 3155b9f65053f9d81358def0fd9216df1a5fbb8d..089a142231ca74abe47f9d24cea44eea8605d2a4 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index bbe4b3a4a856b61f7ee3f3e9c7aa7bc32fd0d6e3..c97190338078d48f03078186b30b72cb3e0fc90d 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 82b0d20d5e507956342d594ee039fc05ad7daf91..205e473a5b237e91787cbf9e0a6d97ce2154fde5 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 2b130821c4c9ab6a1e9394ebcc6ba46cf63dea32..1e07faeeeb7bffd563ad18f715e3dfc0d72467c7 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 2e02fe344ebaf82c4a8c8e48b25ed801e34e177b..9fefe9b85994e992eeb13f093222710340e05d7a 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index ab761ca4ea79d8ec494262e8c8e0ba0c3090ae7e..3d51d5831e4f0d1f7a3c7510c41523de8be7b71d 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 6ec1a4467da86bdb187f4838703145c719082b6d..03f23b5e7122ae61f28a368bb3ab9d11492a2156 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 7bf6868ceed00ba59613f81946d925e99f3f477b..ec283c6b118620d7c39f7995c41a5b26245502f5 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index e0d89edaa020eacebc57085231aec96e6033ded8..57b7ca2b91439781e237aae251b682fc72f8437a 100644 (file)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Rust 0.10-pre\n"
+"Project-Id-Version: Rust 0.10\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"
index 2646460346b56d57cb945accd711e899753ac46a..b6982e5f8071f6799b649f6f87e3a144ec76578b 100644 (file)
@@ -360,8 +360,8 @@ msgstr "上記条件を満たしていれば、以下のような手順でビル
 #| "gz $ tar -xzf rust-0.7.tar.gz $ cd rust-0.7 $ ./configure $ make && make "
 #| "install ~~~~"
 msgid ""
-"~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz $ "
-"tar -xzf rust-0.9.tar.gz $ cd rust-0.9 $ ./configure $ make && make install "
+"~~~~ {.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 "
 "~~~~"
 msgstr ""
 "~~~~ {.notrust}\n"
@@ -408,8 +408,8 @@ msgstr ""
 #| "[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"
 msgid ""
-"[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz [win-exe]: "
-"http://static.rust-lang.org/dist/rust-0.9-install.exe"
+"[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"
 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"
index e15145e5f1d3421fe55dfea317115266e05f6ced..891880aaece1c2ddf5386c048732d7704d1cd08d 100644 (file)
@@ -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.9.tar.gz
-$ tar -xzf rust-0.9.tar.gz
-$ cd rust-0.9
+$ 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
 ~~~~
@@ -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.9.tar.gz
-[win-exe]: http://static.rust-lang.org/dist/rust-0.9-install.exe
+[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
 
 ## Compiling your first program
 
index 288085d8bae66e92067b56ad17da5a7a4af91b1e..dc3aa94c59579e2f05231c60b0ceac482f468546 100644 (file)
@@ -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-pre" kateversion="2.4" section="Sources" extensions="*.rs" mimetype="text/x-rust" priority="15">
+<language name="Rust" version="0.10" kateversion="2.4" section="Sources" extensions="*.rs" mimetype="text/x-rust" priority="15">
 <highlighting>
        <list name="fn">
                <item> fn </item>
index 061f3e6d268fffff18a8b87dc7eb05ce35f3ea16..bd1d6c07669bdf58f2c1d6818b7593691866b066 100644 (file)
@@ -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-pre"]
+#![crate_id = "arena#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index a424dbebe149dfa761bc8a534a359e5542d2a7cd..d0dffa5d3bb1f50bda9308a4177b37c5b534fd8f 100644 (file)
@@ -12,7 +12,7 @@
  * Collection types.
  */
 
-#![crate_id = "collections#0.10-pre"]
+#![crate_id = "collections#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index 2e2224bde842cf73d2e22eab451a04f3c6429672..a45e72fb88c71d363d029483784a02d5f740ff32 100644 (file)
@@ -14,7 +14,7 @@
 
 */
 
-#![crate_id = "flate#0.10-pre"]
+#![crate_id = "flate#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index bf327c1bc2753ac39c595a717fca7394e442b261..ad03c75329070bfa37d901e81c470e5501c63012 100644 (file)
@@ -39,7 +39,7 @@ fn main() {
 
 */
 
-#![crate_id = "fourcc#0.10-pre"]
+#![crate_id = "fourcc#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index e47e7ddec20381fbbec861e1c9ef5f78fd84c6ac..d1664a4eb5f29414f7834a2a54094d25768fb8a7 100644 (file)
@@ -76,7 +76,7 @@
 //! }
 //! ~~~
 
-#![crate_id = "getopts#0.10-pre"]
+#![crate_id = "getopts#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index ec7b5b262f5ec8c27077fb3873be741f97310c21..4f8e0f02fd7c99484bae0599ef4ad963cbed6b8a 100644 (file)
@@ -23,7 +23,7 @@
  * `glob`/`fnmatch` functions.
  */
 
-#![crate_id = "glob#0.10-pre"]
+#![crate_id = "glob#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index f0e7e7fbf6df26086af96438c22cf273719404f3..e62c03517accddf2235e55662b2e6781f798ace1 100644 (file)
 //! pool.shutdown();
 //! ```
 
-#![crate_id = "green#0.10-pre"]
+#![crate_id = "green#0.10"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
index 3ed0d598dd8e0196669cba9b99264a05519e84bd..41b4132400f9e1a7a9cf433de5831fa8f2fbe4fa 100644 (file)
@@ -36,7 +36,7 @@ fn main() {
 
 */
 
-#![crate_id = "hexfloat#0.10-pre"]
+#![crate_id = "hexfloat#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index 8013ebe6511072a23e015024272b24cd84fc58d2..0e4813915ec84dd2c2fc3ba911ae5332718f9de6 100644 (file)
@@ -105,7 +105,7 @@ fn main() {
 
 */
 
-#![crate_id = "log#0.10-pre"]
+#![crate_id = "log#0.10"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
index d06ca15f30c3bd97348e0aa9391fac97a21a836d..56c867651fb8897b71314ad24e3d188fdbedc02e 100644 (file)
@@ -41,7 +41,7 @@
 //! }
 //! ```
 
-#![crate_id = "native#0.10-pre"]
+#![crate_id = "native#0.10"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
index 453dd3c0834c25fec8a7226701c8705d6a8accaa..af6771c47937b807f09da19e5a3985511a806769 100644 (file)
@@ -10,7 +10,7 @@
 
 #![feature(macro_rules)]
 
-#![crate_id = "num#0.10-pre"]
+#![crate_id = "num#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index f8183b08ce9dc4729aed34e7e1923bacf772da49..5e71202c46a247177b0f247c5dc96d96f1587f6a 100644 (file)
@@ -62,7 +62,7 @@
 ```
 */
 
-#![crate_id = "rand#0.10-pre"]
+#![crate_id = "rand#0.10"]
 #![license = "MIT/ASL2"]
 #![crate_type = "dylib"]
 #![crate_type = "rlib"]
index 9182f19130cb174f2266661ff5b5e42d91e5b812..27ada7c487bb9d5312d6c8a75e2e0973b8adc673 100644 (file)
@@ -22,7 +22,7 @@
 use syntax::parse::token;
 use syntax::util::small_vector::SmallVector;
 
-pub static VERSION: &'static str = "0.10-pre";
+pub static VERSION: &'static str = "0.10";
 
 pub fn maybe_inject_crates_ref(sess: &Session, krate: ast::Crate)
                                -> ast::Crate {
index 59b08d90ca07bde0d07f5aa4976392604937fbe2..e7e9ecf1bcbb227fef64e15f01174102004f757d 100644 (file)
@@ -18,7 +18,7 @@
 
 */
 
-#![crate_id = "rustc#0.10-pre"]
+#![crate_id = "rustc#0.10"]
 #![comment = "The Rust compiler"]
 #![license = "MIT/ASL2"]
 #![crate_type = "dylib"]
index d16802a23145f0acb1442d093d7ede05013c7d6b..ffae928640746a02b2cf6977460ed0b4ca588354 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![crate_id = "rustdoc#0.10-pre"]
+#![crate_id = "rustdoc#0.10"]
 #![desc = "rustdoc, the Rust documentation extractor"]
 #![license = "MIT/ASL2"]
 #![crate_type = "dylib"]
index 427dd87a0a189d60e5d7fff4675c98874cd328c5..ea4202bb9d3a7b21ffbf7312908c20310678438b 100644 (file)
@@ -34,7 +34,7 @@
 
 */
 
-#![crate_id = "rustuv#0.10-pre"]
+#![crate_id = "rustuv#0.10"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
index c30c0075e355b760bff19fddf16fb9b0330db5c5..4bdbca4ec1c537bf98d4d990e4186f8b5732d90b 100644 (file)
@@ -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-pre"]
+#![crate_id = "semver#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index b3a529601a4edbd15d4bef90f672399534f74743..2854a8f00513d78e241b0d2ad0dbaa3f29bafd0c 100644 (file)
@@ -14,7 +14,7 @@
 Core encoding and decoding interfaces.
 */
 
-#![crate_id = "serialize#0.10-pre"]
+#![crate_id = "serialize#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index c130b89b6d455f039d53cdd56974e226f8a879f0..c6e65abe3bb352e1aa50b5167c5fb85677a006c2 100644 (file)
@@ -43,7 +43,7 @@
 //!
 //!     use std::prelude::*;
 
-#![crate_id = "std#0.10-pre"]
+#![crate_id = "std#0.10"]
 #![comment = "The Rust standard library"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
index fa219009d41d5db2ba605ecd46f709c827709026..7fb1c680697d0b0c2c0ab03816d516ccbeb5dd3d 100644 (file)
@@ -12,7 +12,7 @@
  * Concurrency-enabled mechanisms and primitives.
  */
 
-#![crate_id = "sync#0.10-pre"]
+#![crate_id = "sync#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index 86795b6623c7c6b9dfa4f6c4e02d8de5cce7fe2d..73dab4938460d5b4dcbbfff1dd50431e1df6859e 100644 (file)
@@ -18,7 +18,7 @@
 
 */
 
-#![crate_id = "syntax#0.10-pre"]
+#![crate_id = "syntax#0.10"]
 #![license = "MIT/ASL2"]
 #![crate_type = "dylib"]
 #![crate_type = "rlib"]
index 50f2118f0c4e01c7aafe223c9fad36236d02ea06..f340edf7a3a6fdcb2d34b6767fd371366238e9e1 100644 (file)
@@ -10,7 +10,7 @@
 
 //! Simple ANSI color library
 
-#![crate_id = "term#0.10-pre"]
+#![crate_id = "term#0.10"]
 #![comment = "Simple ANSI color library"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
index 1bc3e9e6ba5e419b96dd47c6088c0fb90658bdf6..2bb15fe269ef856cb073f3f08aeaa8cebf86f7cc 100644 (file)
@@ -23,7 +23,7 @@
 // running tests while providing a base that other test frameworks may
 // build off of.
 
-#![crate_id = "test#0.10-pre"]
+#![crate_id = "test#0.10"]
 #![comment = "Rust internal test library only used by rustc"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
index 261e4e25aff317d95741616756900476812b8a85..eddb8f6bb567af4dcd1ccca74462284142e900d9 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![crate_id = "time#0.10-pre"]
+#![crate_id = "time#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index b729a7a69e21e0b7d019548f6e5d816a92cac963..474a9b4854e6cc9d6600113ef223d3116b2c3fdf 100644 (file)
@@ -10,7 +10,7 @@
 
 //! Types/fns concerning URLs (see RFC 3986)
 
-#![crate_id = "url#0.10-pre"]
+#![crate_id = "url#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index d1e4a1c0472be18f721104bbdb546f2a4a973857..84f7a9a362bc3779f50f102a62650214a9511642 100644 (file)
@@ -54,7 +54,7 @@ fn main() {
 
 */
 
-#![crate_id = "uuid#0.10-pre"]
+#![crate_id = "uuid#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index a078a770e86d55f837dd65a23b98d5b0fb9a1a68..5cfca04690ca98fecf1fcb690d6515009eacf528 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![crate_id = "workcache#0.10-pre"]
+#![crate_id = "workcache#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]
index f06929a5deeecb6996cf422f246af5e132138ffb..1fc06f4f682c347166730c0833fa56fb166fbdde 100644 (file)
@@ -10,5 +10,5 @@
 
 // no-prefer-dynamic
 
-#[crate_id = "collections#0.10-pre"];
+#[crate_id = "collections#0.10"];
 #[crate_type = "dylib"];
index 345be34f377467874aa3d4d27501d525bfce1ffd..45a5bc2c496e14e50675bbe319c361fa74657e97 100644 (file)
@@ -10,5 +10,5 @@
 
 // no-prefer-dynamic
 
-#[crate_id = "collections#0.10-pre"];
+#[crate_id = "collections#0.10"];
 #[crate_type = "rlib"];
index 5009ed15ee6c02dacc0f64389840b67a42a59f02..b849b71d2074c7ae4c337467ebf47642359e3ad7 100644 (file)
@@ -1,7 +1,7 @@
 -include ../tools.mk
 
 all:
-       [ `$(RUSTC) --crate-id crate.rs` = "foo#0.10-pre" ]
+       [ `$(RUSTC) --crate-id crate.rs` = "foo#0.10" ]
        [ `$(RUSTC) --crate-name crate.rs` = "foo" ]
        [ `$(RUSTC) --crate-file-name crate.rs` = "foo" ]
        [ `$(RUSTC) --crate-file-name --crate-type=lib --test crate.rs` = "foo" ]
index 71b54f6c3414cd47204720df5c8762d04a584b20..e2b69ec53e44a79c69851ae77e8841770bb4fda2 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[crate_id = "foo#0.10-pre"];
+#[crate_id = "foo#0.10"];
 
 // 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
index 1d65a0a5e9e8c32276be1e78d43e8c26c8932226..468baaa079ce2e7bb4b6c5304524e7b49433123e 100644 (file)
@@ -17,7 +17,7 @@
 #[no_std];
 extern crate std;
 extern crate zed = "std";
-extern crate bar = "std#0.10-pre";
+extern crate bar = "std#0.10";
 
 
 use std::str;