rust/src
kennytm 66e5c79068 Rollup merge of #46870 - ffflorian:fix/slice/typo, r=rkruppe
docs(slice): Clarification in binary_search_by

This PR ~fixes a small comment typo~ adds some clarification to a half-open interval in the `binary_search_by` function in `slice`.
2017-12-20 21:22:05 +08:00
..
binaryen@1c9bf65aa0 Update miri to rustc changes 2017-12-06 09:25:29 +01:00
bootstrap Distribute intrinsic.natvis with the compiler for windows-msvc. 2017-12-17 23:27:40 +01:00
build_helper Update miri to rustc changes 2017-12-06 09:25:29 +01:00
ci Download the crosstool from GitHub instead of crosstool-ng.org 2017-12-14 04:50:13 +08:00
dlmalloc@d3812c3acc Update miri to rustc changes 2017-12-06 09:25:29 +01:00
doc fix markdown file differences 2017-12-07 23:56:21 +01:00
etc Distribute intrinsic.natvis with the compiler for windows-msvc. 2017-12-17 23:27:40 +01:00
grammar Update miri to rustc changes 2017-12-06 09:25:29 +01:00
jemalloc@1f5a28755e
liballoc Move PhantomData<T> from Shared<T> to users of both Shared and #[may_dangle] 2017-12-16 06:58:16 +01:00
liballoc_jemalloc Update miri to rustc changes 2017-12-06 09:25:29 +01:00
liballoc_system Update miri to rustc changes 2017-12-06 09:25:29 +01:00
libarena stabilized needs_drop (fixes #41890) 2017-09-16 23:41:04 +02:00
libbacktrace Update miri to rustc changes 2017-12-06 09:25:29 +01:00
libcompiler_builtins@18feaccbfd Update miri to rustc changes 2017-12-06 09:25:29 +01:00
libcore Rollup merge of #46870 - ffflorian:fix/slice/typo, r=rkruppe 2017-12-20 21:22:05 +08:00
libfmt_macros Update miri to rustc changes 2017-12-06 09:25:29 +01:00
libgetopts Update miri to rustc changes 2017-12-06 09:25:29 +01:00
libgraphviz
liblibc@ef9eefb6df add aarch64-unknown-openbsd support 2017-12-17 19:48:31 +01:00
libpanic_abort Update miri to rustc changes 2017-12-06 09:25:29 +01:00
libpanic_unwind Update miri to rustc changes 2017-12-06 09:25:29 +01:00
libproc_macro Rollup merge of #46690 - mystor:pub_line_column, r=jseyfried 2017-12-15 09:26:58 -05:00
libprofiler_builtins Update miri to rustc changes 2017-12-06 09:25:29 +01:00
librustc Rollup merge of #46852 - scottmcm:asm-placecontext, r=arielb1 2017-12-20 21:22:03 +08:00
librustc_allocator Update miri to rustc changes 2017-12-06 09:25:29 +01:00
librustc_apfloat Update miri to rustc changes 2017-12-06 09:25:29 +01:00
librustc_asan
librustc_back Update miri to rustc changes 2017-12-06 09:25:29 +01:00
librustc_binaryen Update miri to rustc changes 2017-12-06 09:25:29 +01:00
librustc_borrowck Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 2017-12-20 03:58:15 +00:00
librustc_const_eval Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret 2017-12-12 17:27:07 +01:00
librustc_const_math Update miri to rustc changes 2017-12-06 09:25:29 +01:00
librustc_cratesio_shim Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_data_structures Add sync module to rustc_data_structures 2017-12-17 14:14:51 +01:00
librustc_driver Add sync module to rustc_data_structures 2017-12-17 14:14:51 +01:00
librustc_errors When attempting to write str with single quote suggest double quotes 2017-12-14 22:51:42 -08:00
librustc_incremental Resolves #46555 - Moving loading and decoding of dependency graph to background thread 2017-12-15 12:01:11 -06:00
librustc_lint Use def span for conflicting impls and recursive fn 2017-12-17 23:46:55 -08:00
librustc_llvm Update miri to rustc changes 2017-12-06 09:25:29 +01:00
librustc_lsan
librustc_metadata Add sync module to rustc_data_structures 2017-12-17 14:14:51 +01:00
librustc_mir Rollup merge of #46852 - scottmcm:asm-placecontext, r=arielb1 2017-12-20 21:22:03 +08:00
librustc_msan
librustc_passes add trait aliases to AST 2017-12-14 12:56:26 -05:00
librustc_platform_intrinsics Update miri to rustc changes 2017-12-06 09:25:29 +01:00
librustc_plugin Update miri to rustc changes 2017-12-06 09:25:29 +01:00
librustc_privacy add trait aliases to HIR 2017-12-14 12:56:26 -05:00
librustc_resolve Point at def span on redefined name diagnostic 2017-12-17 22:44:32 -08:00
librustc_save_analysis save-analysis: dump extern crate imports 2017-12-15 16:57:51 -05:00
librustc_trans Rollup merge of #46852 - scottmcm:asm-placecontext, r=arielb1 2017-12-20 21:22:03 +08:00
librustc_trans_utils Add rustc_data_structures for trans_utils/lib.rs 2017-12-18 19:10:06 +02:00
librustc_tsan
librustc_typeck Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1 2017-12-20 21:22:04 +08:00
librustdoc Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavus 2017-12-20 21:21:56 +08:00
libserialize Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
libstd Rollup merge of #46828 - vi:hash_for_systemtime_instant, r=dtolnay 2017-12-20 21:21:58 +08:00
libstd_unicode Auto merge of #46411 - rillian:str_ascii, r=kennytm 2017-12-12 03:30:43 +00:00
libsyntax Rollup merge of #46851 - petrochenkov:tospace, r=estebank 2017-12-20 21:22:02 +08:00
libsyntax_ext Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrc 2017-12-13 11:09:55 +00:00
libsyntax_pos incr.comp.: Revert hashing optimization that caused regression. 2017-12-15 16:50:07 -06:00
libterm Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
libtest Auto merge of #46620 - bjorn3:remove-test-metric, r=kennytm 2017-12-10 16:31:32 +00:00
libunwind Update miri to rustc changes 2017-12-06 09:25:29 +01:00
llvm@6d08185a5c Update miri to rustc changes 2017-12-06 09:25:29 +01:00
rt
rtstartup Update miri to rustc changes 2017-12-06 09:25:29 +01:00
rustc Update miri to rustc changes 2017-12-06 09:25:29 +01:00
rustllvm Rollup merge of #46652 - ishitatsuyuki:thinlto-backport, r=alexcrichton 2017-12-15 09:26:57 -05:00
test Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1 2017-12-20 21:22:04 +08:00
tools Rollup merge of #46751 - michaelwoerister:c-incremental, r=alexcrichton 2017-12-20 21:21:54 +08:00
Cargo.lock Update lockfile 2017-12-18 17:08:49 +02:00
Cargo.toml Update miri to rustc changes 2017-12-06 09:25:29 +01:00
stage0.txt Update miri to rustc changes 2017-12-06 09:25:29 +01:00