Latest commit 78c892d Jan 10, 2017 @bors bors Auto merge of #38138 - rkruppe:no_std-no_loop, r=steveklabnik
book: use abort() over loop {} for panic

Due to #28728 `loop {}` is very risky and can lead to fun debugging experiences such as #38136. Besides, aborting is probably better behavior than an infinite loop.

r? @steveklabnik
Permalink
..
Failed to load latest commit information.
bootstrap Auto merge of #38929 - Manishearth:compiler-docs, r=alexcrichton Jan 9, 2017
build_helper let BSD to use gmake for GNU-make Dec 17, 2016
ci rustbuild: Quickly `dist` cross-host compilers Jan 4, 2017
compiler-rt @ a8fc4c1 Update compiler-rt to fix MIPS64 infinite recursion Nov 21, 2016
doc Auto merge of #38138 - rkruppe:no_std-no_loop, r=steveklabnik Jan 10, 2017
driver Run rustfmt on driver. Oct 12, 2015
etc Auto merge of #38781 - SimonSapin:unishrink, r=alexcrichton Jan 7, 2017
grammar Use keywords::Invalid Nov 27, 2016
jemalloc @ e058ca6 Update jemalloc to include a fix for startup issues on OSX 10.12 Jul 8, 2016
liballoc Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27 Jan 9, 2017
liballoc_jemalloc Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
liballoc_system Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
libarena Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
libbacktrace std: Update libbacktrace for a soundness fix May 19, 2016
libcollections Auto merge of #38581 - frewsxcv:vecdequeue-insert, r=GuillaumeGomez Jan 9, 2017
libcollectionstest Auto merge of #38733 - sfackler:peek-mut-pop, r=alexcrichton Jan 7, 2017
libcompiler_builtins Auto merge of #38482 - est31:i128, r=eddyb Dec 31, 2016
libcore Auto merge of #38310 - frewsxcv:ctlz-cttz, r=pnkfelix Jan 9, 2017
libcoretest Address fallout Dec 17, 2016
libflate Remove not(stage0) from deny(warnings) Dec 30, 2016
libfmt_macros Remove not(stage0) from deny(warnings) Dec 30, 2016
libgetopts Remove not(stage0) from deny(warnings) Dec 30, 2016
libgraphviz Remove not(stage0) from deny(warnings) Dec 30, 2016
liblibc @ 7d57bdc Properly ban the negation of unsigned integers in type-checking. Jan 3, 2017
liblog Remove not(stage0) from deny(warnings) Dec 30, 2016
libpanic_abort Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
libpanic_unwind Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
libproc_macro Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
libproc_macro_plugin Remove not(stage0) from deny(warnings) Dec 30, 2016
libproc_macro_tokens Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
librand Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
librustc Make unions never have needs_drop Jan 9, 2017
librustc_back Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
librustc_bitflags Remove not(stage0) from deny(warnings) Dec 30, 2016
librustc_borrowck Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis Jan 8, 2017
librustc_const_eval rustc: store ty::Tables separately for each body (except closures'). Jan 6, 2017
librustc_const_math Make members of {std,core}::{i128,u128} unstable Jan 6, 2017
librustc_data_structures Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
librustc_driver Auto merge of #38840 - kjaleshire:multiple-targets-error-fix, r=nrc Jan 9, 2017
librustc_errors Remove not(stage0) from deny(warnings) Dec 30, 2016
librustc_i128 Try to fix some things Dec 30, 2016
librustc_incremental Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
librustc_lint Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis Jan 8, 2017
librustc_llvm Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
librustc_metadata Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis Jan 8, 2017
librustc_mir Auto merge of #38837 - eddyb:issue-38074, r=nikomatsakis Jan 8, 2017
librustc_passes Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis Jan 8, 2017
librustc_platform_intrinsics Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
librustc_plugin Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
librustc_privacy Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis Jan 8, 2017
librustc_resolve Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
librustc_save_analysis save-analysis: fix over-zealous filter on generated code Jan 9, 2017
librustc_trans Auto merge of #38837 - eddyb:issue-38074, r=nikomatsakis Jan 8, 2017
librustc_typeck Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis Jan 8, 2017
librustdoc Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27 Jan 9, 2017
libserialize Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
libstd Auto merge of #38866 - alexcrichton:try-wait, r=aturon Jan 9, 2017
libstd_unicode Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
libsyntax Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
libsyntax_ext Give custom derive spans an expansion ID Jan 10, 2017
libsyntax_pos Remove not(stage0) from deny(warnings) Dec 30, 2016
libterm Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
libtest Remove not(stage0) from deny(warnings) Dec 30, 2016
libunwind Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc Jan 8, 2017
llvm @ ceb177e llvm: backport r280651 Dec 16, 2016
rt Add test for i128 ffi usage Jan 4, 2017
rtstartup Rename static mut to upper case Oct 14, 2016
rust-installer @ 4f99485 Update rust-installer. Fixes #36451 Oct 5, 2016
rustc std: Don't build docs for misc facade crates Dec 30, 2016
rustllvm Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppe Jan 1, 2017
test Auto merge of #38934 - Manishearth:nodrop, r=eddyb Jan 10, 2017
tools compiletest: Fix flaky Android gdb test runs Jan 6, 2017
vendor rustbuild: Update gcc-rs to 0.3.40 Dec 12, 2016
Cargo.lock rustc: keep track of tables everywhere as if they were per-body. Jan 6, 2017
Cargo.toml Update the bootstrap compiler Nov 30, 2016
stage0.txt Bump bootstrap compiler Dec 29, 2016