Skip to content

Commit a5681d2

Browse files
committed
Bump version to 0.10
1 parent a7e057d commit a5681d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+68
-68
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ documentation.
3232

3333
To build from the [tarball] do:
3434

35-
$ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz
36-
$ tar -xzf rust-0.9.tar.gz
37-
$ cd rust-0.9
35+
$ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz
36+
$ tar -xzf rust-0.10.tar.gz
37+
$ cd rust-0.10
3838

3939
Or to build from the [repo] do:
4040

@@ -59,8 +59,8 @@ documentation.
5959
4. Enjoy!
6060

6161
[repo]: https://github.com/mozilla/rust
62-
[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz
63-
[tutorial]: http://static.rust-lang.org/doc/0.9/tutorial.html
62+
[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz
63+
[tutorial]: http://static.rust-lang.org/doc/0.10/tutorial.html
6464

6565
## Notes
6666

RELEASES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Version 0.10 (April 2014)
132132
* Tooling
133133
* `rustpkg` has been deprecated and removed from the main repository. Its
134134
replacement, `cargo`, is under development.
135-
* Nightly builds of rust are now available (INSERT URL HERE)
135+
* Nightly builds of rust are now available
136136
* The memory usage of rustc has been improved many times throughout this
137137
release cycle.
138138
* The build process supports disabling rpath support for the rustc binary

man/rustc.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RUSTC "1" "March 2014" "rustc 0.10-pre" "User Commands"
1+
.TH RUSTC "1" "March 2014" "rustc 0.10" "User Commands"
22
.SH NAME
33
rustc \- rust compiler
44
.SH SYNOPSIS

man/rustdoc.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RUSTDOC "1" "March 2014" "rustdoc 0.10-pre" "User Commands"
1+
.TH RUSTDOC "1" "March 2014" "rustdoc 0.10" "User Commands"
22
.SH NAME
33
rustdoc \- generate documentation from Rust source code
44
.SH SYNOPSIS

mk/main.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# The version number
1616
CFG_RELEASE_NUM=0.10
17-
CFG_RELEASE_LABEL=-pre
17+
CFG_RELEASE_LABEL=
1818

1919
ifndef CFG_ENABLE_NIGHTLY
2020
# This is the normal version string

src/doc/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ To generate .pot and .po files, do something like:
5353
~~~~
5454
po4a --copyright-holder="The Rust Project Developers" \
5555
--package-name="Rust" \
56-
--package-version="0.10-pre" \
56+
--package-version="0.10" \
5757
-M UTF-8 -L UTF-8 \
5858
src/doc/po4a.conf
5959
~~~~
6060

61-
(the version number must be changed if it is not 0.10-pre now.)
61+
(the version number must be changed if it is not 0.10 now.)
6262

6363
Now you can translate documents with .po files, commonly used with gettext. If
6464
you are not familiar with gettext-based translation, please read the online

src/doc/po/ja/complement-cheatsheet.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/complement-lang-faq.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/complement-project-faq.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/complement-usage-faq.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-02-03 08:13+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/guide-conditions.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/guide-container.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/guide-ffi.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/guide-lifetimes.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/guide-macros.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/guide-pointers.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/guide-runtime.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-02-03 08:13+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/guide-tasks.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/guide-testing.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/index.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-14 21:02+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/rustdoc.md.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Rust 0.10-pre\n"
8+
"Project-Id-Version: Rust 0.10\n"
99
"POT-Creation-Date: 2014-02-03 08:13+0900\n"
1010
"PO-Revision-Date: 2014-01-13 12:01+0900\n"
1111
"Last-Translator: Automatically generated\n"

src/doc/po/ja/tutorial.md.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ msgstr "上記条件を満たしていれば、以下のような手順でビル
360360
#| "gz $ tar -xzf rust-0.7.tar.gz $ cd rust-0.7 $ ./configure $ make && make "
361361
#| "install ~~~~"
362362
msgid ""
363-
"~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz $ "
364-
"tar -xzf rust-0.9.tar.gz $ cd rust-0.9 $ ./configure $ make && make install "
363+
"~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz $ "
364+
"tar -xzf rust-0.10.tar.gz $ cd rust-0.10 $ ./configure $ make && make install "
365365
"~~~~"
366366
msgstr ""
367367
"~~~~ {.notrust}\n"
@@ -408,8 +408,8 @@ msgstr ""
408408
#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: "
409409
#| "http://static.rust-lang.org/dist/rust-0.7-install.exe"
410410
msgid ""
411-
"[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz [win-exe]: "
412-
"http://static.rust-lang.org/dist/rust-0.9-install.exe"
411+
"[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz [win-exe]: "
412+
"http://static.rust-lang.org/dist/rust-0.10-install.exe"
413413
msgstr ""
414414
"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n"
415415
"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe"

src/doc/tutorial.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ If you've fulfilled those prerequisites, something along these lines
100100
should work.
101101

102102
~~~~ {.notrust}
103-
$ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz
104-
$ tar -xzf rust-0.9.tar.gz
105-
$ cd rust-0.9
103+
$ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz
104+
$ tar -xzf rust-0.10.tar.gz
105+
$ cd rust-0.10
106106
$ ./configure
107107
$ make && make install
108108
~~~~
@@ -117,8 +117,8 @@ When complete, `make install` will place several programs into
117117
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
118118
API-documentation tool.
119119

120-
[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz
121-
[win-exe]: http://static.rust-lang.org/dist/rust-0.9-install.exe
120+
[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz
121+
[win-exe]: http://static.rust-lang.org/dist/rust-0.10-install.exe
122122

123123
## Compiling your first program
124124

src/etc/kate/rust.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!ENTITY rustIdent "[a-zA-Z_][a-zA-Z_0-9]*">
88
<!ENTITY rustIntSuf "([iu](8|16|32|64)?)?">
99
]>
10-
<language name="Rust" version="0.10-pre" kateversion="2.4" section="Sources" extensions="*.rs" mimetype="text/x-rust" priority="15">
10+
<language name="Rust" version="0.10" kateversion="2.4" section="Sources" extensions="*.rs" mimetype="text/x-rust" priority="15">
1111
<highlighting>
1212
<list name="fn">
1313
<item> fn </item>

src/libarena/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! of individual objects while the arena itself is still alive. The benefit
1616
//! of an arena is very fast allocation; just a pointer bump.
1717
18-
#![crate_id = "arena#0.10-pre"]
18+
#![crate_id = "arena#0.10"]
1919
#![crate_type = "rlib"]
2020
#![crate_type = "dylib"]
2121
#![license = "MIT/ASL2"]

src/libcollections/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Collection types.
1313
*/
1414

15-
#![crate_id = "collections#0.10-pre"]
15+
#![crate_id = "collections#0.10"]
1616
#![crate_type = "rlib"]
1717
#![crate_type = "dylib"]
1818
#![license = "MIT/ASL2"]

src/libflate/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Simple compression
1414
1515
*/
1616

17-
#![crate_id = "flate#0.10-pre"]
17+
#![crate_id = "flate#0.10"]
1818
#![crate_type = "rlib"]
1919
#![crate_type = "dylib"]
2020
#![license = "MIT/ASL2"]

src/libfourcc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fn main() {
3939
4040
*/
4141

42-
#![crate_id = "fourcc#0.10-pre"]
42+
#![crate_id = "fourcc#0.10"]
4343
#![crate_type = "rlib"]
4444
#![crate_type = "dylib"]
4545
#![license = "MIT/ASL2"]

src/libgetopts/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
//! }
7777
//! ~~~
7878
79-
#![crate_id = "getopts#0.10-pre"]
79+
#![crate_id = "getopts#0.10"]
8080
#![crate_type = "rlib"]
8181
#![crate_type = "dylib"]
8282
#![license = "MIT/ASL2"]

src/libglob/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* `glob`/`fnmatch` functions.
2424
*/
2525

26-
#![crate_id = "glob#0.10-pre"]
26+
#![crate_id = "glob#0.10"]
2727
#![crate_type = "rlib"]
2828
#![crate_type = "dylib"]
2929
#![license = "MIT/ASL2"]

src/libgreen/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
//! pool.shutdown();
185185
//! ```
186186
187-
#![crate_id = "green#0.10-pre"]
187+
#![crate_id = "green#0.10"]
188188
#![license = "MIT/ASL2"]
189189
#![crate_type = "rlib"]
190190
#![crate_type = "dylib"]

src/libhexfloat/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn main() {
3636
3737
*/
3838

39-
#![crate_id = "hexfloat#0.10-pre"]
39+
#![crate_id = "hexfloat#0.10"]
4040
#![crate_type = "rlib"]
4141
#![crate_type = "dylib"]
4242
#![license = "MIT/ASL2"]

src/liblog/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if logging is disabled, none of the components of the log will be executed.
105105
106106
*/
107107

108-
#![crate_id = "log#0.10-pre"]
108+
#![crate_id = "log#0.10"]
109109
#![license = "MIT/ASL2"]
110110
#![crate_type = "rlib"]
111111
#![crate_type = "dylib"]

src/libnative/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//! }
4242
//! ```
4343
44-
#![crate_id = "native#0.10-pre"]
44+
#![crate_id = "native#0.10"]
4545
#![license = "MIT/ASL2"]
4646
#![crate_type = "rlib"]
4747
#![crate_type = "dylib"]

src/libnum/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#![feature(macro_rules)]
1212

13-
#![crate_id = "num#0.10-pre"]
13+
#![crate_id = "num#0.10"]
1414
#![crate_type = "rlib"]
1515
#![crate_type = "dylib"]
1616
#![license = "MIT/ASL2"]

src/librand/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ println!("{:?}", tuple_ptr)
6262
```
6363
*/
6464

65-
#![crate_id = "rand#0.10-pre"]
65+
#![crate_id = "rand#0.10"]
6666
#![license = "MIT/ASL2"]
6767
#![crate_type = "dylib"]
6868
#![crate_type = "rlib"]

src/librustc/front/std_inject.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use syntax::parse::token::InternedString;
2222
use syntax::parse::token;
2323
use syntax::util::small_vector::SmallVector;
2424

25-
pub static VERSION: &'static str = "0.10-pre";
25+
pub static VERSION: &'static str = "0.10";
2626

2727
pub fn maybe_inject_crates_ref(sess: &Session, krate: ast::Crate)
2828
-> ast::Crate {

src/librustc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This API is completely unstable and subject to change.
1818
1919
*/
2020

21-
#![crate_id = "rustc#0.10-pre"]
21+
#![crate_id = "rustc#0.10"]
2222
#![comment = "The Rust compiler"]
2323
#![license = "MIT/ASL2"]
2424
#![crate_type = "dylib"]

src/librustdoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![crate_id = "rustdoc#0.10-pre"]
11+
#![crate_id = "rustdoc#0.10"]
1212
#![desc = "rustdoc, the Rust documentation extractor"]
1313
#![license = "MIT/ASL2"]
1414
#![crate_type = "dylib"]

0 commit comments

Comments
 (0)