Latest commit
78c892d
Jan 10, 2017
#38138
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 |
|
|
|
|
build_helper |
|
|
|
|
ci |
|
|
|
|
compiler-rt @ a8fc4c1 |
|
|
|
|
doc |
|
|
|
|
driver |
|
|
|
|
etc |
|
|
|
|
grammar |
|
|
|
|
jemalloc @ e058ca6 |
|
|
|
|
liballoc |
|
|
|
|
liballoc_jemalloc |
|
|
|
|
liballoc_system |
|
|
|
|
libarena |
|
|
|
|
libbacktrace |
|
|
|
|
libcollections |
|
|
|
|
libcollectionstest |
|
|
|
|
libcompiler_builtins |
|
|
|
|
libcore |
|
|
|
|
libcoretest |
|
|
|
|
libflate |
|
|
|
|
libfmt_macros |
|
|
|
|
libgetopts |
|
|
|
|
libgraphviz |
|
|
|
|
liblibc @ 7d57bdc |
|
|
|
|
liblog |
|
|
|
|
libpanic_abort |
|
|
|
|
libpanic_unwind |
|
|
|
|
libproc_macro |
|
|
|
|
libproc_macro_plugin |
|
|
|
|
libproc_macro_tokens |
|
|
|
|
librand |
|
|
|
|
librustc |
|
|
|
|
librustc_back |
|
|
|
|
librustc_bitflags |
|
|
|
|
librustc_borrowck |
|
|
|
|
librustc_const_eval |
|
|
|
|
librustc_const_math |
|
|
|
|
librustc_data_structures |
|
|
|
|
librustc_driver |
|
|
|
|
librustc_errors |
|
|
|
|
librustc_i128 |
|
|
|
|
librustc_incremental |
|
|
|
|
librustc_lint |
|
|
|
|
librustc_llvm |
|
|
|
|
librustc_metadata |
|
|
|
|
librustc_mir |
|
|
|
|
librustc_passes |
|
|
|
|
librustc_platform_intrinsics |
|
|
|
|
librustc_plugin |
|
|
|
|
librustc_privacy |
|
|
|
|
librustc_resolve |
|
|
|
|
librustc_save_analysis |
|
|
|
|
librustc_trans |
|
|
|
|
librustc_typeck |
|
|
|
|
librustdoc |
|
|
|
|
libserialize |
|
|
|
|
libstd |
|
|
|
|
libstd_unicode |
|
|
|
|
libsyntax |
|
|
|
|
libsyntax_ext |
|
|
|
|
libsyntax_pos |
|
|
|
|
libterm |
|
|
|
|
libtest |
|
|
|
|
libunwind |
|
|
|
|
llvm @ ceb177e |
|
|
|
|
rt |
|
|
|
|
rtstartup |
|
|
|
|
rust-installer @ 4f99485 |
|
|
|
|
rustc |
|
|
|
|
rustllvm |
|
|
|
|
test |
|
|
|
|
tools |
|
|
|
|
vendor |
|
|
|
|
Cargo.lock |
|
|
|
|
Cargo.toml |
|
|
|
|
stage0.txt |
|
|