rust/src
bors 2db48d7fcb Auto merge of #44979 - hinaria:master, r=dtolnay
make `backtrace = false` compile for windows targets.

when building for windows with `backtrace = false`, `libstd` fails to compile because some modules that use items from `sys_common::backtrace::*` are still included, even though those modules aren't used or referenced by anything.

`sys_common::backtrace` doesn't exist when the backtrace feature is turned off.

--

i've also added `#[cfg(feature = "backtrace")]` to various items that exist exclusively to support `mod backtrace` since the compilation would fail since they would be unused in a configuration with backtraces turned off.
2017-10-04 00:57:30 +00:00
..
bootstrap Rollup merge of #44694 - tommyip:make_clean, r=Mark-Simulacrum 2017-09-29 17:58:54 -06:00
build_helper
ci Rollup merge of #44903 - kallisti5:ci-build-disabled, r=aidanhs 2017-09-29 17:59:05 -06:00
doc Docs: Add trace_macros! to unstable book 2017-09-30 15:27:42 +02:00
etc Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakis 2017-10-03 19:38:33 +00:00
grammar
jemalloc@1f5a28755e
liballoc Resolves #36284 - vec.rs documentation 2017-10-01 12:15:05 -04:00
liballoc_jemalloc Update to the cc crate 2017-09-28 07:45:50 -07:00
liballoc_system
libarena
libbacktrace
libcollections
libcompiler_builtins@0b9844764e Update the libcompiler_builtins submodule 2017-09-30 01:45:21 +02:00
libcore Auto merge of #44897 - Havvy:doc-size_of, r=steveklabnik 2017-10-01 17:32:34 +00:00
libfmt_macros
libgetopts
libgraphviz
liblibc@44e4018e1a
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins Update to the cc crate 2017-09-28 07:45:50 -07:00
librand
librustc Auto merge of #44896 - qmx:move-resolve-to-librustc, r=arielb1 2017-10-03 12:18:13 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back rustc: Use 16bit c_int for msp430 2017-09-30 16:30:12 +02:00
librustc_borrowck mir-borrowck: Factorize error message for cannot_assign_static() between AST and MIR borrowck 2017-09-29 15:41:26 +02:00
librustc_const_eval
librustc_const_math
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors fix comment typo, CodeSuggestion path in doc comment 2017-09-29 23:42:24 -07:00
librustc_incremental Remove DepNodeIndex::new is already impl for Idx 2017-09-27 15:11:22 -03:00
librustc_lint Auto merge of #44966 - zackmdavis:no_mangle_no_snake, r=aturon 2017-10-03 02:26:27 +00:00
librustc_llvm rustc: Enable LTO and multiple codegen units 2017-09-30 00:22:15 -07:00
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #44922 - zilbuz:issue-44596/E0594, r=pnkfelix 2017-10-03 16:42:26 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics Auto merge of #44885 - lu-zero:master, r=alexcrichton 2017-10-02 17:18:20 +00:00
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_trans Auto merge of #44896 - qmx:move-resolve-to-librustc, r=arielb1 2017-10-03 12:18:13 +00:00
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #44945 - petrochenkov:fixtyrec, r=arielb1 2017-10-01 13:26:15 +00:00
librustdoc rustdoc: Style of [src] link for trait implementors 2017-10-01 16:20:56 +03:00
libserialize
libstd Auto merge of #44979 - hinaria:master, r=dtolnay 2017-10-04 00:57:30 +00:00
libstd_unicode
libsyntax code suggestion for deprecated-attribute lint 2017-09-30 11:31:12 -07:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@d9e7d2696e
rt
rtstartup Normalize spaces in lang attributes. 2017-09-28 01:30:25 -07:00
rustc Update the libcompiler_builtins submodule 2017-09-30 01:45:21 +02:00
rustllvm rustc: Enable LTO and multiple codegen units 2017-09-30 00:22:15 -07:00
test Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakis 2017-10-03 19:38:33 +00:00
tools update mdbook 2017-10-02 10:16:32 -04:00
Cargo.lock update mdbook 2017-10-02 10:16:32 -04:00
Cargo.toml Update to the cc crate 2017-09-28 07:45:50 -07:00
stage0.txt