]> git.lizzy.rs Git - rust.git/commitdiff
rustdoc: Added issue_tracker_base_url annotations to crates
authorMartin Wernstål <m4rw3r@gmail.com>
Sun, 16 Aug 2015 15:22:50 +0000 (17:22 +0200)
committerMartin Wernstål <m4rw3r@gmail.com>
Sun, 16 Aug 2015 20:15:26 +0000 (22:15 +0200)
30 files changed:
src/liballoc/lib.rs
src/libarena/lib.rs
src/libcollections/lib.rs
src/libcore/lib.rs
src/libflate/lib.rs
src/libfmt_macros/lib.rs
src/libgetopts/lib.rs
src/libgraphviz/lib.rs
src/liblibc/lib.rs
src/liblog/lib.rs
src/librand/lib.rs
src/librbml/lib.rs
src/librustc/lib.rs
src/librustc_back/lib.rs
src/librustc_borrowck/lib.rs
src/librustc_data_structures/lib.rs
src/librustc_driver/lib.rs
src/librustc_lint/lib.rs
src/librustc_llvm/lib.rs
src/librustc_privacy/lib.rs
src/librustc_resolve/lib.rs
src/librustc_trans/lib.rs
src/librustc_typeck/lib.rs
src/librustc_unicode/lib.rs
src/librustdoc/lib.rs
src/libserialize/lib.rs
src/libstd/lib.rs
src/libsyntax/lib.rs
src/libterm/lib.rs
src/libtest/lib.rs

index 630993d8291201087ccc9c148c5cee9bf8f49784..677916b53989b7a1ec5a884f16c6c14c8afe2632 100644 (file)
@@ -69,6 +69,7 @@
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
        test(no_crate_inject))]
 #![no_std]
 #![cfg_attr(not(stage0), needs_allocator)]
index 332e5abdefb0a7af4da91eea9af7362bbaad0950..25c2ce1c3caca0bffe0362f70f0da4cbf4d8fe29 100644 (file)
@@ -28,7 +28,8 @@
 #![crate_type = "dylib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-       html_root_url = "https://doc.rust-lang.org/nightly/")]
+       html_root_url = "https://doc.rust-lang.org/nightly/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(alloc)]
 #![feature(box_syntax)]
index 702b01f0e2eeeabd290770b8665081efa4872820..2639e6dce468fa0cda1a1290b2cd06248c720abe 100644 (file)
@@ -26,6 +26,7 @@
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
        html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
        test(no_crate_inject))]
 
 #![allow(trivial_casts)]
index ae85e2712ce8122e42329012d0348ade0b36bc1e..de7bdd410b7c8f86dfb39fbef25243e3d1c5e3b2 100644 (file)
@@ -58,7 +58,8 @@
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
-       html_playground_url = "https://play.rust-lang.org/")]
+       html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 #![doc(test(no_crate_inject))]
 
 #![no_core]
index d85f653937c8056e55b645e0449af68d5308e3dc..f117500a31af29de4b1be9d75c4a57760848a2c0 100644 (file)
@@ -23,7 +23,8 @@
 #![crate_type = "dylib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-       html_root_url = "https://doc.rust-lang.org/nightly/")]
+       html_root_url = "https://doc.rust-lang.org/nightly/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(libc)]
 #![feature(staged_api)]
index 694382047308e96d2a64bad12c52d043061f251f..0fa4a0ea6128d80e1619067e202ce69cdf9b3e01 100644 (file)
@@ -24,7 +24,8 @@
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
-       html_playground_url = "https://play.rust-lang.org/")]
+       html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(staged_api)]
 #![feature(unicode)]
index ef63f85bb133727066e10c4609afddb999257032..af5990da6438682e73c69821351b84b5ec353cea 100644 (file)
@@ -88,7 +88,8 @@
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
-       html_playground_url = "https://play.rust-lang.org/")]
+       html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![deny(missing_docs)]
 #![feature(staged_api)]
index 172ae2746b87dd194220fe3c90acd970aa218c54..d48c84ee0362ce39d311333a802b4407cb2c15e4 100644 (file)
 #![crate_type = "dylib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-       html_root_url = "https://doc.rust-lang.org/nightly/")]
+       html_root_url = "https://doc.rust-lang.org/nightly/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(into_cow)]
 #![feature(str_escape)]
index 08f0b2aa895b025e1c358f33d4ebccef890e9626..6273c1214ec4e2dae0777b19adb5e88bb15e165e 100644 (file)
@@ -21,7 +21,8 @@
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
-       html_playground_url = "https://play.rust-lang.org/")]
+       html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 #![cfg_attr(test, feature(test))]
 
 //! Bindings for the C standard library and other platform libraries
index 2187c1fb7dfa437c8651f67a2db16b886ccfd00c..f192be9cb2c54a3c400af66bdef1e0e12c87e5a2 100644 (file)
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
-       html_playground_url = "https://play.rust-lang.org/")]
+       html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 #![deny(missing_docs)]
 
 #![feature(box_raw)]
index a72bc389286f68db6b212884e9e3a0c5f5249ace..f7566fa4d90a3681a6a938132557ce883038484a 100644 (file)
@@ -23,7 +23,8 @@
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
-       html_playground_url = "https://play.rust-lang.org/")]
+       html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 #![no_std]
 #![staged_api]
 #![unstable(feature = "rand",
index af36d45ab573d181f9e7c3360a70ea4412362d0c..f4efb3d2a476c73a2259c7ff7abe549c41811637 100644 (file)
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
-       html_playground_url = "https://play.rust-lang.org/")]
+       html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(rustc_private)]
 #![feature(staged_api)]
index 370405d82abdbfb9a5afb113aa801839b4bb2474..44bfd7f57ddcfb1f3f39c3331f28482598b55fa6 100644 (file)
@@ -23,7 +23,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-      html_root_url = "https://doc.rust-lang.org/nightly/")]
+      html_root_url = "https://doc.rust-lang.org/nightly/",
+      issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(append)]
 #![feature(associated_consts)]
index 9f503c0c33c16488924d0b75d07ea4900fe14dcc..3ec22b44319c77197e19a44a275a0d73bb429f57 100644 (file)
@@ -30,7 +30,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-      html_root_url = "https://doc.rust-lang.org/nightly/")]
+      html_root_url = "https://doc.rust-lang.org/nightly/",
+      issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(box_syntax)]
 #![feature(fs_canonicalize)]
index 5157e31b8326db76c17146fe96db310262954b5d..d36c9c4e3027fd222ac1a473ab8b8426daf8a340 100644 (file)
@@ -17,7 +17,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-      html_root_url = "https://doc.rust-lang.org/nightly/")]
+      html_root_url = "https://doc.rust-lang.org/nightly/",
+      issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![allow(non_camel_case_types)]
 
index eb9ed83b2b0dcca842b9f117a93a91781f93b920..babb81f8bd6da048badde550cec4408f3011e090 100644 (file)
@@ -25,7 +25,8 @@
 #![staged_api]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://www.rust-lang.org/favicon.ico",
-      html_root_url = "https://doc.rust-lang.org/nightly/")]
+      html_root_url = "https://doc.rust-lang.org/nightly/",
+      issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(rustc_private, staged_api)]
 #![cfg_attr(test, feature(test))]
index 1d440af269713f8caf052ac344e049e932bf16dd..2474dfbdf538e4d3b7f2c444e245183525ee06f0 100644 (file)
@@ -23,7 +23,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-      html_root_url = "https://doc.rust-lang.org/nightly/")]
+      html_root_url = "https://doc.rust-lang.org/nightly/",
+      issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(box_syntax)]
 #![feature(libc)]
index d97f3dbb79b8a9dc7134b7777b1ec9c3647ae6a8..0a4c102e2ca898582427697a8cf737dceb0e3ccf 100644 (file)
@@ -28,7 +28,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-      html_root_url = "https://doc.rust-lang.org/nightly/")]
+      html_root_url = "https://doc.rust-lang.org/nightly/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![cfg_attr(test, feature(test))]
 #![feature(box_patterns)]
index aa3a991b8b6d4ffdc87c10777537371fbdf352cd..13f8f3f4783dd611196e091164b3bac7e12db893 100644 (file)
@@ -23,7 +23,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-       html_root_url = "https://doc.rust-lang.org/nightly/")]
+       html_root_url = "https://doc.rust-lang.org/nightly/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(associated_consts)]
 #![feature(box_syntax)]
index 912da8f61c87aa86ee1968245ca6aaed85eb8fb4..3c54fbe51178bd5dfc19692d901080e2dd801fe9 100644 (file)
@@ -17,7 +17,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-      html_root_url = "https://doc.rust-lang.org/nightly/")]
+      html_root_url = "https://doc.rust-lang.org/nightly/",
+      issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(rustc_diagnostic_macros)]
 #![feature(rustc_private)]
index 8127c2dee2cbf712b9548b407ca33ad6be49fa56..b49609ca36d7c3e9b46bdbcfc69c93718b58e695 100644 (file)
@@ -17,7 +17,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-      html_root_url = "https://doc.rust-lang.org/nightly/")]
+      html_root_url = "https://doc.rust-lang.org/nightly/",
+      issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(associated_consts)]
 #![feature(borrow_state)]
index 6d91ae6fed639fc1284a54e48d01b5e86d78e7b5..6c0563de5ff87c99500b5413941ecb87f48e4033 100644 (file)
@@ -23,7 +23,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-      html_root_url = "https://doc.rust-lang.org/nightly/")]
+      html_root_url = "https://doc.rust-lang.org/nightly/",
+      issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(box_patterns)]
 #![feature(box_syntax)]
index 08fd4d8dee5d527dc27eb9dbcb964d820e1e3e96..5b684e9fa4dea198b838045f1cc7cba567ebd29a 100644 (file)
@@ -71,7 +71,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-      html_root_url = "https://doc.rust-lang.org/nightly/")]
+      html_root_url = "https://doc.rust-lang.org/nightly/",
+      issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![allow(non_camel_case_types)]
 
index 99284fee2d9d54507b11c0927d125b005a41e267..d046393cdeb08e0f972a02f6ab1039c74371189e 100644 (file)
@@ -30,6 +30,7 @@
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
        html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
        test(no_crate_inject))]
 #![no_std]
 
index 73b7de45c4a2c90fdc3949a5cb8bfe4d11c3cdc7..af1d06916bc94f579fca072da2e0604c9d9411e3 100644 (file)
@@ -18,7 +18,8 @@
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
    html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
    html_root_url = "https://doc.rust-lang.org/nightly/",
-   html_playground_url = "https://play.rust-lang.org/")]
+   html_playground_url = "https://play.rust-lang.org/",
+   issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(box_patterns)]
 #![feature(box_syntax)]
index 5b7bec41723cde69df2dc823c2030899dae9ee8a..ef6da25ac239de33aaecb52887e3822dd6602daa 100644 (file)
@@ -26,7 +26,8 @@
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
-       html_playground_url = "https://play.rust-lang.org/")]
+       html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(box_syntax)]
 #![feature(collections)]
index 655fa04c2644ee51022ed00f0f8ca08e7d5abd96..ca293347d04da9acf6c27bfd00f48d8899670954 100644 (file)
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
        html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
        test(no_crate_inject, attr(deny(warnings))),
        test(attr(allow(dead_code, deprecated, unused_variables, unused_mut))))]
 
index 0d1fa6dd7265ad17aeb0bc313eb4444310b8e143..a190030fdd40e0398dc2eee4f20a6d6d491d79bf 100644 (file)
@@ -23,7 +23,8 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-       html_root_url = "https://doc.rust-lang.org/nightly/")]
+       html_root_url = "https://doc.rust-lang.org/nightly/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(associated_consts)]
 #![feature(drain)]
index 8bf8044f814315b00e4acc4c5ef07a9d1ef051d1..798058c3eaf86979f4a10b3056d7a91cfcdeb056 100644 (file)
@@ -53,7 +53,8 @@
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
-       html_playground_url = "https://play.rust-lang.org/")]
+       html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 #![deny(missing_docs)]
 
 #![feature(box_syntax)]
index 47c50f70a392a609ec61bc7eb2bb736e61b2b515..3f2f93fa3ad5912d638fb22620de05050bd18cf1 100644 (file)
@@ -32,7 +32,8 @@
 #![crate_type = "dylib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-       html_root_url = "https://doc.rust-lang.org/nightly/")]
+       html_root_url = "https://doc.rust-lang.org/nightly/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(asm)]
 #![feature(box_syntax)]