rust/src
Ariel Ben-Yehuda 2c252ff1fb Rollup merge of #40237 - arthurprs:hm-adapt2, r=alexcrichton
Reduce size overhead of adaptative hashmap

Exposes a boolean flag in RawTable and use it instead of a bool field in HashMap.

Taking a bit from capacity or length would make overflow handling tricky.

Fixes: #40042
2017-03-08 20:53:52 +02:00
..
bootstrap cleanup: remove the *san Cargo features from std 2017-03-05 14:25:47 -05:00
build_helper Automate timestamp creation and build skipping for native libraries 2017-03-04 21:38:26 +03:00
ci rustbuild: Add support for compiling Cargo 2017-03-03 07:29:31 -08:00
compiler-rt@d30da544a8
doc Rollup merge of #40222 - steveklabnik:extract-nomicon, r=alexcrichton 2017-03-08 20:53:50 +02:00
driver
etc
grammar
jemalloc@11bfb0dcf8
liballoc
liballoc_jemalloc Automate timestamp creation and build skipping for native libraries 2017-03-04 21:38:26 +03:00
liballoc_system
libarena
libbacktrace
libcollections Issue #39688 - Help people find String::as_bytes() for UTF-8 r? @steveklabnik 2017-03-05 19:56:51 -05:00
libcollectionstest Remove std_unicode::str::is_utf16 2017-03-02 17:45:50 +01:00
libcompiler_builtins Automate timestamp creation and build skipping for native libraries 2017-03-04 21:38:26 +03:00
libcore Only keep one copy of the UTF8_CHAR_WIDTH table. 2017-03-01 23:25:27 +01:00
libcoretest
libflate Add/remove rerun-if-changed when necessary 2017-03-04 21:38:26 +03:00
libfmt_macros
libgetopts
libgraphviz
liblibc@64d954c6a7
liblog
libpanic_abort
libpanic_unwind
libproc_macro Integrate TokenStream. 2017-03-03 02:15:37 +00:00
libproc_macro_plugin Integrate TokenStream. 2017-03-03 02:15:37 +00:00
librand
librustc Fix const expression macro invocations. 2017-03-05 23:58:19 +00:00
librustc_asan sanitizer runtime crates shouldn't be tested 2017-03-05 14:25:47 -05:00
librustc_back
librustc_bitflags
librustc_borrowck Auto merge of #40133 - arielb1:operand-lifetimes, r=eddyb 2017-03-03 13:12:08 +00:00
librustc_const_eval Fix ICE: don't use struct_variant on enums 2017-03-06 00:13:14 -03:00
librustc_const_math
librustc_data_structures
librustc_driver Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb 2017-03-03 00:14:10 +00:00
librustc_errors
librustc_incremental Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrc 2017-03-04 05:44:12 +00:00
librustc_lint Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb 2017-03-03 00:14:10 +00:00
librustc_llvm Add/remove rerun-if-changed when necessary 2017-03-04 21:38:26 +03:00
librustc_lsan sanitizer runtime crates shouldn't be tested 2017-03-05 14:25:47 -05:00
librustc_metadata Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrc 2017-03-04 05:44:12 +00:00
librustc_mir Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis 2017-03-04 01:47:51 +00:00
librustc_msan sanitizer runtime crates shouldn't be tested 2017-03-05 14:25:47 -05:00
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #39713 - estebank:issue-39698, r=jonathandturner 2017-03-08 09:30:13 +00:00
librustc_save_analysis Integrate TokenStream. 2017-03-03 02:15:37 +00:00
librustc_trans Auto merge of #40245 - cuviper:maybe-not-pie, r=alexcrichton 2017-03-04 12:33:35 +00:00
librustc_tsan sanitizer runtime crates shouldn't be tested 2017-03-05 14:25:47 -05:00
librustc_typeck Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis 2017-03-04 01:47:51 +00:00
librustdoc Add/remove rerun-if-changed when necessary 2017-03-04 21:38:26 +03:00
libserialize
libstd Rollup merge of #40237 - arthurprs:hm-adapt2, r=alexcrichton 2017-03-08 20:53:52 +02:00
libstd_unicode Remove std_unicode::str::is_utf16 2017-03-02 17:45:50 +01:00
libsyntax Inline function to avoid naming confusion. 2017-03-04 18:02:04 -07:00
libsyntax_ext Integrate TokenStream. 2017-03-03 02:15:37 +00:00
libsyntax_pos
libterm
libtest
libunwind Add/remove rerun-if-changed when necessary 2017-03-04 21:38:26 +03:00
llvm@50ab09fb43 LLVM: Update submodule to include x86-interrupt ABI patches 2017-03-02 11:29:12 +01:00
rt
rtstartup
rust-installer@4f99485080
rustc
rustllvm LLVM: Update submodule to include x86-interrupt ABI patches 2017-03-02 11:29:12 +01:00
test Auto merge of #39713 - estebank:issue-39698, r=jonathandturner 2017-03-08 09:30:13 +00:00
tools Add compile fail test for stmt_expr_attributes 2017-03-05 14:40:29 +09:00
Cargo.lock Automate timestamp creation and build skipping for native libraries 2017-03-04 21:38:26 +03:00
Cargo.toml Add Cargo as a submodule 2017-03-01 07:00:03 -08:00
stage0.txt