Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
rust
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redox-os
rust
Commits
aa1163b9
Commit
aa1163b9
authored
Jun 27, 2014
by
Alex Crichton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to 0.11.0
parent
1fefa5b5
Changes
47
Hide whitespace changes
Inline
Side-by-side
Showing
47 changed files
with
88 additions
and
80 deletions
+88
-80
man/rustc.1
man/rustc.1
+1
-1
man/rustdoc.1
man/rustdoc.1
+1
-1
mk/main.mk
mk/main.mk
+1
-1
src/doc/README.md
src/doc/README.md
+2
-2
src/doc/guide.md
src/doc/guide.md
+3
-3
src/etc/kate/rust.xml
src/etc/kate/rust.xml
+1
-1
src/liballoc/lib.rs
src/liballoc/lib.rs
+1
-1
src/libarena/lib.rs
src/libarena/lib.rs
+2
-2
src/libcollections/lib.rs
src/libcollections/lib.rs
+2
-2
src/libcore/lib.rs
src/libcore/lib.rs
+2
-2
src/libdebug/lib.rs
src/libdebug/lib.rs
+2
-2
src/libflate/lib.rs
src/libflate/lib.rs
+2
-2
src/libfmt_macros/lib.rs
src/libfmt_macros/lib.rs
+1
-1
src/libfourcc/lib.rs
src/libfourcc/lib.rs
+2
-2
src/libgetopts/lib.rs
src/libgetopts/lib.rs
+2
-2
src/libglob/lib.rs
src/libglob/lib.rs
+2
-2
src/libgraphviz/lib.rs
src/libgraphviz/lib.rs
+2
-2
src/libgreen/lib.rs
src/libgreen/lib.rs
+2
-2
src/libhexfloat/lib.rs
src/libhexfloat/lib.rs
+2
-2
src/liblibc/lib.rs
src/liblibc/lib.rs
+5
-1
src/liblog/lib.rs
src/liblog/lib.rs
+2
-2
src/libnative/lib.rs
src/libnative/lib.rs
+2
-2
src/libnum/lib.rs
src/libnum/lib.rs
+2
-2
src/librand/lib.rs
src/librand/lib.rs
+2
-2
src/libregex/lib.rs
src/libregex/lib.rs
+2
-2
src/libregex_macros/lib.rs
src/libregex_macros/lib.rs
+2
-2
src/librlibc/lib.rs
src/librlibc/lib.rs
+2
-2
src/librustc/front/std_inject.rs
src/librustc/front/std_inject.rs
+1
-1
src/librustc/lib.rs
src/librustc/lib.rs
+2
-2
src/librustdoc/lib.rs
src/librustdoc/lib.rs
+1
-1
src/librustrt/lib.rs
src/librustrt/lib.rs
+2
-2
src/librustuv/lib.rs
src/librustuv/lib.rs
+5
-1
src/libsemver/lib.rs
src/libsemver/lib.rs
+2
-2
src/libserialize/lib.rs
src/libserialize/lib.rs
+2
-2
src/libstd/lib.rs
src/libstd/lib.rs
+2
-2
src/libsync/lib.rs
src/libsync/lib.rs
+2
-2
src/libsyntax/lib.rs
src/libsyntax/lib.rs
+2
-2
src/libterm/lib.rs
src/libterm/lib.rs
+2
-2
src/libtest/lib.rs
src/libtest/lib.rs
+2
-2
src/libtime/lib.rs
src/libtime/lib.rs
+2
-2
src/liburl/lib.rs
src/liburl/lib.rs
+2
-2
src/libuuid/lib.rs
src/libuuid/lib.rs
+2
-2
src/test/auxiliary/issue-11908-1.rs
src/test/auxiliary/issue-11908-1.rs
+1
-1
src/test/auxiliary/issue-11908-2.rs
src/test/auxiliary/issue-11908-2.rs
+1
-1
src/test/run-make/crate-data-smoke/Makefile
src/test/run-make/crate-data-smoke/Makefile
+1
-1
src/test/run-make/crate-data-smoke/crate.rs
src/test/run-make/crate-data-smoke/crate.rs
+1
-1
src/test/run-pass/use.rs
src/test/run-pass/use.rs
+1
-1
No files found.
man/rustc.1
View file @
aa1163b9
.TH RUSTC "1" "March 2014" "rustc 0.11
-pre
" "User Commands"
.TH RUSTC "1" "March 2014" "rustc 0.11
.0
" "User Commands"
.SH NAME
rustc \- The Rust compiler
.SH SYNOPSIS
...
...
man/rustdoc.1
View file @
aa1163b9
.TH RUSTDOC "1" "March 2014" "rustdoc 0.11
-pre
" "User Commands"
.TH RUSTDOC "1" "March 2014" "rustdoc 0.11
.0
" "User Commands"
.SH NAME
rustdoc \- generate documentation from Rust source code
.SH SYNOPSIS
...
...
mk/main.mk
View file @
aa1163b9
...
...
@@ -14,7 +14,7 @@
# The version number
CFG_RELEASE_NUM
=
0.11.0
CFG_RELEASE_LABEL
=
-pre
CFG_RELEASE_LABEL
=
ifndef
CFG_ENABLE_NIGHTLY
# This is the normal version string
...
...
src/doc/README.md
View file @
aa1163b9
...
...
@@ -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.11.0
-pre
" \
--package-version="0.11.0" \
-M UTF-8 -L UTF-8 \
src/doc/po4a.conf
~~~~
(the version number must be changed if it is not 0.11.0
-pre
now.)
(the version number must be changed if it is not 0.11.0 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
...
...
src/doc/guide.md
View file @
aa1163b9
...
...
@@ -53,7 +53,7 @@ an uninstall option.
You can re-run this script any time you want to update Rust. Which, at this
point, is often. Rust is still pre-1.0, and so people assume that you're using
a very recent Rust.
a very recent Rust.
This brings me to one other point: some people, and somewhat rightfully so, get
very upset when we tell you to
`curl | sudo sh`
. And they should be! Basically,
...
...
@@ -168,7 +168,7 @@ Success! Let's go over what just happened in detail.
```
fn main() {
}
```
...
...
@@ -394,7 +394,7 @@ Once you have this file in place, we should be ready to build! Try this:
```
{bash}
$ cargo build
Compiling hello_world v0.1.0 (file:/home/yourname/projects/hello_world)
$ ./target/hello_world
$ ./target/hello_world
Hello, world!
```
...
...
src/etc/kate/rust.xml
View file @
aa1163b9
...
...
@@ -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.11.0
-pre
"
kateversion=
"2.4"
section=
"Sources"
extensions=
"*.rs"
mimetype=
"text/x-rust"
priority=
"15"
>
<language
name=
"Rust"
version=
"0.11.0"
kateversion=
"2.4"
section=
"Sources"
extensions=
"*.rs"
mimetype=
"text/x-rust"
priority=
"15"
>
<highlighting>
<list
name=
"fn"
>
<item>
fn
</item>
...
...
src/liballoc/lib.rs
View file @
aa1163b9
...
...
@@ -60,7 +60,7 @@
//! by libc malloc/free. The `libc_heap` module is defined to be wired up to
//! the system malloc/free.
#![crate_id
=
"alloc#0.11.0
-pre
"
]
#![crate_id
=
"alloc#0.11.0"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
...
...
src/libarena/lib.rs
View file @
aa1163b9
...
...
@@ -19,14 +19,14 @@
//! arena but can only hold objects of a single type, and Arena, which is a
//! more complex, slower Arena which can hold objects of any type.
#![crate_id
=
"arena#0.11.0
-pre
"
]
#![crate_id
=
"arena#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![feature(unsafe_destructor)]
#![allow(missing_doc)]
...
...
src/libcollections/lib.rs
View file @
aa1163b9
...
...
@@ -12,13 +12,13 @@
* Collection types.
*/
#![crate_id
=
"collections#0.11.0
-pre
"
]
#![crate_id
=
"collections#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![feature(macro_rules,
managed_boxes,
default_type_params,
phase,
globs)]
...
...
src/libcore/lib.rs
View file @
aa1163b9
...
...
@@ -45,13 +45,13 @@
//! function; it is only required to never return.
//!
#![crate_id
=
"core#0.11.0
-pre
"
]
#![crate_id
=
"core#0.11.0"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![no_std]
...
...
src/libdebug/lib.rs
View file @
aa1163b9
...
...
@@ -16,14 +16,14 @@
//! Additionally, it is not guaranteed that functionality such as reflection
//! will persist into the future.
#![crate_id
=
"debug#0.11.0
-pre
"
]
#![crate_id
=
"debug#0.11.0"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![experimental]
#![feature(managed_boxes,
macro_rules)]
#![allow(experimental)]
...
...
src/libflate/lib.rs
View file @
aa1163b9
...
...
@@ -18,14 +18,14 @@ Simple [DEFLATE][def]-based compression. This is a wrapper around the
*/
#![crate_id
=
"flate#0.11.0
-pre
"
]
#![crate_id
=
"flate#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![feature(phase)]
#[cfg(test)]
#[phase(plugin,
link)]
extern
crate
log
;
...
...
src/libfmt_macros/lib.rs
View file @
aa1163b9
...
...
@@ -14,7 +14,7 @@
//! Parsing does not happen at runtime: structures of `std::fmt::rt` are
//! generated instead.
#![crate_id
=
"fmt_macros#0.11.0
-pre
"
]
#![crate_id
=
"fmt_macros#0.11.0"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
...
...
src/libfourcc/lib.rs
View file @
aa1163b9
...
...
@@ -39,14 +39,14 @@ fn main() {
*/
#![crate_id
=
"fourcc#0.11.0
-pre
"
]
#![crate_id
=
"fourcc#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![feature(plugin_registrar,
managed_boxes)]
...
...
src/libgetopts/lib.rs
View file @
aa1163b9
...
...
@@ -76,14 +76,14 @@
//! }
//! ~~~
#![crate_id
=
"getopts#0.11.0
-pre
"
]
#![crate_id
=
"getopts#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![feature(globs,
phase)]
#![deny(missing_doc)]
...
...
src/libglob/lib.rs
View file @
aa1163b9
...
...
@@ -23,14 +23,14 @@
* `glob`/`fnmatch` functions.
*/
#![crate_id
=
"glob#0.11.0
-pre
"
]
#![crate_id
=
"glob#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
use
std
::
cell
::
Cell
;
...
...
src/libgraphviz/lib.rs
View file @
aa1163b9
...
...
@@ -266,14 +266,14 @@ pub fn main() {
*/
#![crate_id
=
"graphviz#0.11.0
-pre
"
]
#![crate_id
=
"graphviz#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![experimental]
...
...
src/libgreen/lib.rs
View file @
aa1163b9
...
...
@@ -197,14 +197,14 @@
//! pool.shutdown();
//! ```
#![crate_id
=
"green#0.11.0
-pre
"
]
#![crate_id
=
"green#0.11.0"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
// NB this does *not* include globs, please keep it that way.
...
...
src/libhexfloat/lib.rs
View file @
aa1163b9
...
...
@@ -36,14 +36,14 @@ fn main() {
*/
#![crate_id
=
"hexfloat#0.11.0
-pre
"
]
#![crate_id
=
"hexfloat#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![feature(plugin_registrar,
managed_boxes)]
extern
crate
syntax
;
...
...
src/liblibc/lib.rs
View file @
aa1163b9
...
...
@@ -9,11 +9,15 @@
// except according to those terms.
#![feature(globs)]
#![crate_id
=
"libc#0.11.0
-pre
"
]
#![crate_id
=
"libc#0.11.0"
]
#![experimental]
#![no_std]
// we don't need std, and we can't have std, since it doesn't exist
// yet. std depends on us.
#![crate_type
=
"rlib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/0.11.0/"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
/*!
* Bindings for the C standard library and other platform libraries
...
...
src/liblog/lib.rs
View file @
aa1163b9
...
...
@@ -105,14 +105,14 @@ if logging is disabled, none of the components of the log will be executed.
*/
#![crate_id
=
"log#0.11.0
-pre
"
]
#![crate_id
=
"log#0.11.0"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![feature(macro_rules)]
...
...
src/libnative/lib.rs
View file @
aa1163b9
...
...
@@ -44,14 +44,14 @@
//! }
//! ```
#![crate_id
=
"native#0.11.0
-pre
"
]
#![crate_id
=
"native#0.11.0"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![deny(unused_result,
unused_must_use)]
#![allow(non_camel_case_types,
deprecated)]
...
...
src/libnum/lib.rs
View file @
aa1163b9
...
...
@@ -44,14 +44,14 @@
#![feature(macro_rules)]
#![crate_id
=
"num#0.11.0
-pre
"
]
#![crate_id
=
"num#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![allow(deprecated)]
// from_str_radix
...
...
src/librand/lib.rs
View file @
aa1163b9
...
...
@@ -16,12 +16,12 @@
//! is not recommended to use this library directly, but rather the official
//! interface through `std::rand`.
#![crate_id
=
"rand#0.11.0
-pre
"
]
#![crate_id
=
"rand#0.11.0"
]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![feature(macro_rules,
phase,
globs)]
...
...
src/libregex/lib.rs
View file @
aa1163b9
...
...
@@ -353,14 +353,14 @@
//! characters in the search text and `m` is the number of instructions in a
//! compiled expression.
#![crate_id
=
"regex#0.11.0
-pre
"
]
#![crate_id
=
"regex#0.11.0"
]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![feature(macro_rules,
phase)]
...
...
src/libregex_macros/lib.rs
View file @
aa1163b9
...
...
@@ -11,13 +11,13 @@
//! This crate provides the `regex!` macro. Its use is documented in the
//! `regex` crate.
#![crate_id
=
"regex_macros#0.11.0
-pre
"
]
#![crate_id
=
"regex_macros#0.11.0"
]
#![crate_type
=
"dylib"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![feature(plugin_registrar,
managed_boxes,
quote)]
...
...
src/librlibc/lib.rs
View file @
aa1163b9
...
...
@@ -20,12 +20,12 @@
//! necessary. It is an error to include this library when also linking with
//! the system libc library.
#![crate_id
=
"rlibc#0.11.0
-pre
"
]
#![crate_id
=
"rlibc#0.11.0"
]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![feature(intrinsics)]
#![allow(unknown_features)]
// NOTE: remove after stage0 snapshot
...
...
src/librustc/front/std_inject.rs
View file @
aa1163b9
...
...
@@ -25,7 +25,7 @@ use syntax::util::small_vector::SmallVector;
use
std
::
mem
;
use
std
::
gc
::{
Gc
,
GC
};
pub
static
VERSION
:
&
'static
str
=
"0.11.0
-pre
"
;
pub
static
VERSION
:
&
'static
str
=
"0.11.0"
;
pub
fn
maybe_inject_crates_ref
(
sess
:
&
Session
,
krate
:
ast
::
Crate
)
->
ast
::
Crate
{
...
...
src/librustc/lib.rs
View file @
aa1163b9
...
...
@@ -18,7 +18,7 @@ This API is completely unstable and subject to change.
*/
#![crate_id
=
"rustc#0.11.0
-pre
"
]
#![crate_id
=
"rustc#0.11.0"
]
#![experimental]
#![comment
=
"The Rust compiler"
]
#![license
=
"MIT/ASL2"
]
...
...
@@ -26,7 +26,7 @@ This API is completely unstable and subject to change.
#![crate_type
=
"rlib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![allow(deprecated)]
#![feature(macro_rules,
globs,
struct_variant,
managed_boxes,
quote)]
...
...
src/librustdoc/lib.rs
View file @
aa1163b9
...
...
@@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![crate_id
=
"rustdoc#0.11.0
-pre
"
]
#![crate_id
=
"rustdoc#0.11.0"
]
#![experimental]
#![desc
=
"rustdoc, the Rust documentation extractor"
]
#![license
=
"MIT/ASL2"
]
...
...
src/librustrt/lib.rs
View file @
aa1163b9
...
...
@@ -8,13 +8,13 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![crate_id
=
"rustrt#0.11.0
-pre
"
]
#![crate_id
=
"rustrt#0.11.0"
]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![feature(macro_rules,
phase,
globs,
thread_local,
managed_boxes,
asm)]
#![feature(linkage,
lang_items,
unsafe_destructor)]
...
...
src/librustuv/lib.rs
View file @
aa1163b9
...
...
@@ -34,11 +34,15 @@ via `close` and `delete` methods.
*/
#![crate_id
=
"rustuv#0.11.0
-pre
"
]
#![crate_id
=
"rustuv#0.11.0"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/0.11.0/"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![feature(macro_rules,
unsafe_destructor)]
#![deny(unused_result,
unused_must_use)]
...
...
src/libsemver/lib.rs
View file @
aa1163b9
...
...
@@ -28,14 +28,14 @@
//! An example version number with all five components is
//! `0.8.1-rc.3.0+20130922.linux`.
#![crate_id
=
"semver#0.11.0
-pre
"
]
#![crate_id
=
"semver#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
use
std
::
char
;
use
std
::
cmp
;
...
...
src/libserialize/lib.rs
View file @
aa1163b9
...
...
@@ -14,14 +14,14 @@
Core encoding and decoding interfaces.
*/
#![crate_id
=
"serialize#0.11.0
-pre
"
]
#![crate_id
=
"serialize#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![feature(macro_rules,
managed_boxes,
default_type_params,
phase)]
...
...
src/libstd/lib.rs
View file @
aa1163b9
...
...
@@ -94,14 +94,14 @@
//! all the standard macros, such as `assert!`, `fail!`, `println!`,
//! and `format!`, also available to all Rust code.
#![crate_id
=
"std#0.11.0
-pre
"
]
#![crate_id
=
"std#0.11.0"
]
#![comment
=
"The Rust standard library"
]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![feature(macro_rules,
globs,
managed_boxes,
linkage)]
...
...
src/libsync/lib.rs
View file @
aa1163b9
...
...
@@ -17,14 +17,14 @@
//! use this crate specifically. Instead, its functionality is reexported
//! through `std::sync`.
#![crate_id
=
"sync#0.11.0
-pre
"
]
#![crate_id
=
"sync#0.11.0"
]
#![experimental]
#![crate_type
=
"rlib"
]
#![crate_type
=
"dylib"
]
#![license
=
"MIT/ASL2"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![feature(phase,
globs,
macro_rules,
unsafe_destructor)]
...
...
src/libsyntax/lib.rs
View file @
aa1163b9
...
...
@@ -18,14 +18,14 @@ This API is completely unstable and subject to change.
*/
#![crate_id
=
"syntax#0.11.0
-pre
"
]
#![crate_id
=
"syntax#0.11.0"
]
#![experimental]
#![license
=
"MIT/ASL2"
]
#![crate_type
=
"dylib"
]
#![crate_type
=
"rlib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![feature(macro_rules,
globs,
managed_boxes,
default_type_params,
phase)]
#![feature(quote,
unsafe_destructor)]
...
...
src/libterm/lib.rs
View file @
aa1163b9
...
...
@@ -38,7 +38,7 @@
//! [win]: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682010%28v=vs.85%29.aspx
//! [ti]: https://en.wikipedia.org/wiki/Terminfo
#![crate_id
=
"term#0.11.0
-pre
"
]
#![crate_id
=
"term#0.11.0"
]
#![experimental]
#![comment
=
"Simple ANSI color library"
]
#![license
=
"MIT/ASL2"
]
...
...
@@ -46,7 +46,7 @@
#![crate_type
=
"dylib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
,
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
,
html_playground_url
=
"http://play.rust-lang.org/"
)]
#![feature(macro_rules,
phase)]
...
...
src/libtest/lib.rs
View file @
aa1163b9
...
...
@@ -23,7 +23,7 @@
// running tests while providing a base that other test frameworks may
// build off of.
#![crate_id
=
"test#0.11.0
-pre
"
]
#![crate_id
=
"test#0.11.0"
]
#![experimental]
#![comment
=
"Rust internal test library only used by rustc"
]
#![license
=
"MIT/ASL2"
]
...
...
@@ -31,7 +31,7 @@
#![crate_type
=
"dylib"
]
#![doc(html_logo_url
=
"http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"
,
html_favicon_url
=
"http://www.rust-lang.org/favicon.ico"
,
html_root_url
=
"http://doc.rust-lang.org/"
)]
html_root_url
=
"http://doc.rust-lang.org/
0.11.0/
"
)]
#![feature(asm,
macro_rules,
phase)]