Skip to content

Commit 4f99bbb

Browse files
committed
---
yaml --- r: 137062 b: refs/heads/dist-snap c: 540f710 h: refs/heads/master v: v3
1 parent 985dc2e commit 4f99bbb

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 189b7332968972f34cdbbbd9b62d97ababf53059
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: 7cc4528f12141179231f2501c09650f278e61f83
9+
refs/heads/dist-snap: 540f71077c503e8ea7626a52a096ee80744ed089
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/src/libarena/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#![license = "MIT/ASL2"]
2727
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2828
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
29-
html_root_url = "http://doc.rust-lang.org/master/")]
29+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
3030

3131
#![feature(unsafe_destructor)]
3232
#![allow(missing_doc)]

branches/dist-snap/src/libcollections/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#![license = "MIT/ASL2"]
1717
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1818
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
19-
html_root_url = "http://doc.rust-lang.org/master/",
19+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
2020
html_playground_url = "http://play.rust-lang.org/")]
2121

2222
#![feature(macro_rules, default_type_params, phase, globs)]

branches/dist-snap/src/libcore/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#![crate_type = "rlib"]
5454
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
5555
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
56-
html_root_url = "http://doc.rust-lang.org/master/",
56+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
5757
html_playground_url = "http://play.rust-lang.org/")]
5858

5959
#![no_std]

branches/dist-snap/src/libdebug/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#![crate_type = "dylib"]
2424
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2525
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
26-
html_root_url = "http://doc.rust-lang.org/master/")]
26+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
2727
#![experimental]
2828
#![feature(macro_rules)]
2929
#![allow(experimental)]

branches/dist-snap/src/libflate/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Simple [DEFLATE][def]-based compression. This is a wrapper around the
2525
#![license = "MIT/ASL2"]
2626
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2727
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
28-
html_root_url = "http://doc.rust-lang.org/master/")]
28+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
2929
#![feature(phase)]
3030

3131
#[cfg(test)] #[phase(plugin, link)] extern crate log;

branches/dist-snap/src/libfourcc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn main() {
4848
#![license = "MIT/ASL2"]
4949
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
5050
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
51-
html_root_url = "http://doc.rust-lang.org/master/")]
51+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
5252

5353
#![feature(plugin_registrar)]
5454

branches/dist-snap/src/libgetopts/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#![license = "MIT/ASL2"]
8686
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8787
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
88-
html_root_url = "http://doc.rust-lang.org/master/",
88+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
8989
html_playground_url = "http://play.rust-lang.org/")]
9090
#![feature(globs, phase)]
9191
#![feature(import_shadowing)]

branches/dist-snap/src/libglob/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#![license = "MIT/ASL2"]
3232
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3333
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
34-
html_root_url = "http://doc.rust-lang.org/master/",
34+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
3535
html_playground_url = "http://play.rust-lang.org/")]
3636
#![allow(deprecated)]
3737

branches/dist-snap/src/libgraphviz/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ pub fn main() {
273273
#![license = "MIT/ASL2"]
274274
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
275275
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
276-
html_root_url = "http://doc.rust-lang.org/master/")]
276+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
277277

278278
use std::io;
279279
use std::str;

branches/dist-snap/src/libgreen/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
#![crate_type = "dylib"]
181181
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
182182
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
183-
html_root_url = "http://doc.rust-lang.org/master/",
183+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
184184
html_playground_url = "http://play.rust-lang.org/")]
185185

186186
// NB this does *not* include globs, please keep it that way.

branches/dist-snap/src/libhexfloat/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn main() {
4545
#![license = "MIT/ASL2"]
4646
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
4747
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
48-
html_root_url = "http://doc.rust-lang.org/master/")]
48+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
4949
#![feature(plugin_registrar)]
5050

5151
extern crate syntax;

branches/dist-snap/src/liblibc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#![crate_type = "rlib"]
1717
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1818
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
19-
html_root_url = "http://doc.rust-lang.org/master/",
19+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
2020
html_playground_url = "http://play.rust-lang.org/")]
2121

2222
/*!

branches/dist-snap/src/liblog/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
#![crate_type = "dylib"]
165165
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
166166
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
167-
html_root_url = "http://doc.rust-lang.org/master/",
167+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
168168
html_playground_url = "http://play.rust-lang.org/")]
169169
#![feature(macro_rules)]
170170
#![deny(missing_doc)]

branches/dist-snap/src/libnative/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#![crate_type = "dylib"]
5454
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
5555
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
56-
html_root_url = "http://doc.rust-lang.org/master/")]
56+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
5757

5858
#![deny(unused_result, unused_must_use)]
5959
#![allow(non_camel_case_types, deprecated)]

branches/dist-snap/src/libnum/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#![license = "MIT/ASL2"]
5656
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
5757
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
58-
html_root_url = "http://doc.rust-lang.org/master/",
58+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
5959
html_playground_url = "http://play.rust-lang.org/")]
6060
#![allow(deprecated)] // from_str_radix
6161

branches/dist-snap/src/librand/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#![crate_type = "rlib"]
2222
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
2323
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
24-
html_root_url = "http://doc.rust-lang.org/master/",
24+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
2525
html_playground_url = "http://play.rust-lang.org/")]
2626

2727
#![feature(macro_rules, phase, globs)]

branches/dist-snap/src/librbml/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#![license = "MIT/ASL2"]
2323
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2424
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
25-
html_root_url = "http://doc.rust-lang.org/master/",
25+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
2626
html_playground_url = "http://play.rust-lang.org/")]
2727
#![feature(macro_rules, phase)]
2828
#![allow(missing_doc)]

branches/dist-snap/src/libregex/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
#![license = "MIT/ASL2"]
366366
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
367367
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
368-
html_root_url = "http://doc.rust-lang.org/master/",
368+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
369369
html_playground_url = "http://play.rust-lang.org/")]
370370

371371
#![feature(macro_rules, phase)]

branches/dist-snap/src/libregex_macros/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#![license = "MIT/ASL2"]
1818
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1919
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
20-
html_root_url = "http://doc.rust-lang.org/master/")]
20+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
2121

2222
#![feature(plugin_registrar, quote)]
2323

branches/dist-snap/src/librlibc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#![crate_type = "rlib"]
2727
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2828
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
29-
html_root_url = "http://doc.rust-lang.org/master/")]
29+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
3030

3131
#![feature(import_shadowing, intrinsics, phase)]
3232
#![no_std]

branches/dist-snap/src/librustc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This API is completely unstable and subject to change.
2626
#![crate_type = "rlib"]
2727
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2828
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
29-
html_root_url = "http://doc.rust-lang.org/master/")]
29+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
3030

3131
#![allow(deprecated)]
3232
#![feature(macro_rules, globs, struct_variant, quote)]

branches/dist-snap/src/librustrt/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#![crate_type = "dylib"]
1515
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1616
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
17-
html_root_url = "http://doc.rust-lang.org/master/")]
17+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
1818

1919
#![feature(macro_rules, phase, globs, thread_local, asm)]
2020
#![feature(linkage, lang_items, unsafe_destructor, default_type_params)]

branches/dist-snap/src/libsemver/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#![license = "MIT/ASL2"]
3838
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3939
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
40-
html_root_url = "http://doc.rust-lang.org/master/")]
40+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
4141
#![feature(default_type_params)]
4242

4343
use std::char;

branches/dist-snap/src/libserialize/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Core encoding and decoding interfaces.
2121
#![license = "MIT/ASL2"]
2222
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2323
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
24-
html_root_url = "http://doc.rust-lang.org/master/",
24+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
2525
html_playground_url = "http://play.rust-lang.org/")]
2626
#![feature(macro_rules, default_type_params, phase)]
2727

branches/dist-snap/src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
#![crate_type = "dylib"]
103103
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
104104
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
105-
html_root_url = "http://doc.rust-lang.org/master/",
105+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
106106
html_playground_url = "http://play.rust-lang.org/")]
107107

108108
#![feature(macro_rules, globs, linkage)]

branches/dist-snap/src/libsync/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#![license = "MIT/ASL2"]
2525
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2626
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
27-
html_root_url = "http://doc.rust-lang.org/master/",
27+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
2828
html_playground_url = "http://play.rust-lang.org/")]
2929

3030
#![feature(phase, globs, macro_rules, unsafe_destructor)]

branches/dist-snap/src/libsyntax/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#![crate_type = "rlib"]
2222
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2323
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
24-
html_root_url = "http://doc.rust-lang.org/master/")]
24+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
2525

2626
#![feature(macro_rules, globs, default_type_params, phase)]
2727
#![feature(quote, struct_variant, unsafe_destructor, import_shadowing)]

branches/dist-snap/src/libterm/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#![crate_type = "dylib"]
4747
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
4848
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
49-
html_root_url = "http://doc.rust-lang.org/master/",
49+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
5050
html_playground_url = "http://play.rust-lang.org/")]
5151

5252
#![feature(macro_rules, phase)]

branches/dist-snap/src/libtest/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#![crate_type = "dylib"]
3232
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3333
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
34-
html_root_url = "http://doc.rust-lang.org/master/")]
34+
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
3535

3636
#![feature(asm, macro_rules, phase)]
3737

branches/dist-snap/src/libtime/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#![license = "MIT/ASL2"]
1919
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2020
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
21-
html_root_url = "http://doc.rust-lang.org/master/",
21+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
2222
html_playground_url = "http://play.rust-lang.org/")]
2323
#![feature(phase)]
2424

branches/dist-snap/src/liburl/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#![license = "MIT/ASL2"]
1919
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2020
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
21-
html_root_url = "http://doc.rust-lang.org/master/",
21+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
2222
html_playground_url = "http://play.rust-lang.org/")]
2323
#![feature(default_type_params)]
2424

branches/dist-snap/src/libuuid/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Examples of string representations:
6565
#![license = "MIT/ASL2"]
6666
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
6767
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
68-
html_root_url = "http://doc.rust-lang.org/master/",
68+
html_root_url = "http://doc.rust-lang.org/0.12.0/",
6969
html_playground_url = "http://play.rust-lang.org/")]
7070

7171
#![feature(default_type_params)]

0 commit comments

Comments
 (0)