rust/src
bors 75b0568123 Auto merge of #41992 - ollie27:linkchecker_base, r=alexcrichton
linkchecker: Add support for <base> tag

Add support for the HTML <base> tag as used by mdBook so The Unstable
Book can be checked.

Also cleanup a few things:
* Stop checking the name attribute. It should never have been used and
mdBook has since been fixed not to use it.
* Make sure we only check html files.
* Remove a few unnecessary allocations.

Finally, dead links in The Unstable Book have been fixed.
2017-05-15 12:59:31 +00:00
..
bootstrap Pass static crt to llvm cmake configuration 2017-05-13 17:12:19 +02:00
build_helper
ci Update sccache binaries to mozilla/sccache@d3627d766 2017-05-12 09:07:10 -07:00
compiler-rt@c8a8767c56
doc Auto merge of #41992 - ollie27:linkchecker_base, r=alexcrichton 2017-05-15 12:59:31 +00:00
driver
etc Add support for Hexagon v60 HVX intrinsics 2017-05-07 15:07:36 -04:00
grammar Re-add LALR grammar. 2017-05-08 09:47:05 -06:00
jemalloc@3288e0659c Update jemalloc to 4.5.0 2017-05-10 18:36:24 +02:00
liballoc Improve docs on Arc<T> and Send/Sync 2017-05-09 12:49:58 -04:00
liballoc_jemalloc Update jemalloc to 4.5.0 2017-05-10 18:36:24 +02:00
liballoc_system
libarena rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libbacktrace
libcollections Remove some unused macros from the rust codebase 2017-05-12 09:37:28 +02:00
libcompiler_builtins
libcore Auto merge of #41859 - froydnj:align-float-parts, r=sfackler 2017-05-15 08:42:10 +00:00
libflate rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libfmt_macros rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libgetopts rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libgraphviz rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
liblibc@03562b0cb2 Reload nameserver information on lookup failure 2017-05-04 23:59:55 -04:00
libpanic_abort
libpanic_unwind Fix definitions of ULONG_PTR 2017-05-06 15:46:16 +01:00
libproc_macro
libproc_macro_plugin rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librand
librustc Auto merge of #41919 - nrc:save-crate, r=eddyb 2017-05-13 22:58:04 +00:00
librustc_asan
librustc_back rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_bitflags rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_borrowck rustc: stop interning CodeExtent, it's small enough. 2017-05-13 17:43:32 +03:00
librustc_const_eval rustc: stop interning CodeExtent, it's small enough. 2017-05-13 17:43:32 +03:00
librustc_const_math rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_data_structures rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_driver rustc: stop interning CodeExtent, it's small enough. 2017-05-13 17:43:32 +03:00
librustc_errors Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum 2017-05-13 11:35:59 +00:00
librustc_incremental Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb 2017-05-13 05:22:08 +00:00
librustc_lint rustc: uniformly compute ParameterEnvironment's "free outlive scope". 2017-05-13 17:42:59 +03:00
librustc_llvm rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_lsan
librustc_metadata rustc: stop interning CodeExtent, it's small enough. 2017-05-13 17:43:32 +03:00
librustc_mir rustc: stop interning CodeExtent, it's small enough. 2017-05-13 17:43:32 +03:00
librustc_msan
librustc_passes Auto merge of #41919 - nrc:save-crate, r=eddyb 2017-05-13 22:58:04 +00:00
librustc_platform_intrinsics rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_plugin rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_privacy rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_resolve rustc_resolve: don't deny outer type parameters in embedded constants. 2017-05-13 17:45:54 +03:00
librustc_save_analysis Auto merge of #41919 - nrc:save-crate, r=eddyb 2017-05-13 22:58:04 +00:00
librustc_trans Auto merge of #41920 - arielb1:inline-drop, r=eddyb 2017-05-13 13:59:19 +00:00
librustc_tsan
librustc_typeck rustc: stop interning CodeExtent, it's small enough. 2017-05-13 17:43:32 +03:00
librustdoc Rollup merge of #41950 - GuillaumeGomez:rustdoc-links, r=frewsxcv 2017-05-13 20:55:12 -06:00
libserialize rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libstd Rollup merge of #41896 - tshepang:too-long, r=steveklabnik 2017-05-12 18:57:29 -06:00
libstd_unicode Auto merge of #41659 - bluss:clone-split-whitespace, r=aturon 2017-05-10 03:27:36 +00:00
libsyntax Rollup merge of #41946 - qnighy:disallow-dot-underscore-in-float, r=petrochenkov 2017-05-13 20:55:11 -06:00
libsyntax_ext Auto merge of #41919 - nrc:save-crate, r=eddyb 2017-05-13 22:58:04 +00:00
libsyntax_pos rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libterm rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libtest Don't show the std frames before user code on unwinding. 2017-05-09 19:51:50 +02:00
libunwind
llvm@1ef3b9128e LLVM: Add support for EABI-compliant libcalls on MSP430. 2017-05-13 21:23:00 +03:00
rt
rtstartup
rust-installer@2e6417f6af Update rust-installer to fix rust-lang-nursery/rustup.rs#1092 2017-05-05 00:03:30 -07:00
rustc
rustllvm LLVM: Add support for EABI-compliant libcalls on MSP430. 2017-05-13 21:23:00 +03:00
test Rollup merge of #41946 - qnighy:disallow-dot-underscore-in-float, r=petrochenkov 2017-05-13 20:55:11 -06:00
tools Auto merge of #41992 - ollie27:linkchecker_base, r=alexcrichton 2017-05-15 12:59:31 +00:00
Cargo.lock Pass static crt to llvm cmake configuration 2017-05-13 17:12:19 +02:00
Cargo.toml
stage0.txt