rust/src
bors 0be117e273 Auto merge of #25095 - huonw:faster-bitvec, r=alexcrichton
This makes the `bit::vec::bench::bench_bit_vec_big_union` benchmark go
from `774 ns/iter (+/- 190)` to `602 ns/iter (+/- 5)`.

(There's room for more work here too: if one can guarantee 128-bit
alignment for the vector, the compiler actually optimises `union`,
`intersection` etc. to SIMD instructions, which end up being ~5x faster
that the original version, and 4x faster than the optimised version in
this patch.)
2015-05-05 03:01:29 +00:00
..
compiler-rt@58ab642c30
compiletest Run benchmarks once, as a test by default. 2015-05-02 15:45:23 +10:00
doc Auto merge of #25082 - shepmaster:inline-docs, r=steveklabnik 2015-05-04 13:16:20 +00:00
driver Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
etc LLVM < 3.5 is unsupported since bb18a3c 2015-04-21 07:20:48 -07:00
grammar Functional changes for associated constants. Cross-crate usage of associated constants is not yet working. 2015-04-23 21:02:26 -06:00
jemalloc@e24a1a025a
liballoc Add downcasting to std::error::Error 2015-04-30 18:20:22 -07:00
libarena Register new snapshots 2015-04-28 17:23:45 -07:00
libbacktrace Reapply rust-specific changes to libbacktrace 2015-04-11 22:30:17 +10:00
libcollections Auto merge of #25095 - huonw:faster-bitvec, r=alexcrichton 2015-05-05 03:01:29 +00:00
libcollectionstest Auto merge of #25047 - sinkuu:vec_intoiter_override, r=alexcrichton 2015-05-04 04:05:37 +00:00
libcore Auto merge of #25067 - koute:master, r=alexcrichton 2015-05-04 07:24:24 +00:00
libcoretest Auto merge of #24737 - P1start:dst-cell, r=alexcrichton 2015-05-03 17:22:09 +00:00
libflate test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
libfmt_macros Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
libgetopts implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00
libgraphviz Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
liblibc std: Prepare for linking to musl 2015-04-27 10:11:15 -07:00
liblog fix doc:#1398 stop passing --cfg ndebug and uses -C debug-assertions 2015-05-02 10:24:10 +08:00
librand Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
librbml std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
librustc Auto merge of #24778 - nagisa:managed-removal, r=huonw 2015-05-01 19:17:45 +00:00
librustc_back rollup merge of #24953: tamird/android-pie 2015-04-29 15:45:56 -07:00
librustc_bitflags Fallout 2015-04-29 08:55:31 -07:00
librustc_borrowck Auto merge of #24884 - michaelsproul:extended-errors, r=nrc 2015-04-30 02:03:27 +00:00
librustc_data_structures Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
librustc_driver std: Remove index notation on slice iterators 2015-05-01 10:40:46 -07:00
librustc_lint Use hash-tables in trait selection 2015-04-30 15:10:52 +03:00
librustc_llvm rollup merge of #24921: tamird/bitflags-associated-const 2015-04-29 15:49:07 -07:00
librustc_privacy Functional changes for associated constants. Cross-crate usage of associated constants is not yet working. 2015-04-23 21:02:26 -06:00
librustc_resolve Auto merge of #24884 - michaelsproul:extended-errors, r=nrc 2015-04-30 02:03:27 +00:00
librustc_trans rustc_trans: Fix another windows verbatim path 2015-05-04 13:18:00 -07:00
librustc_typeck Auto merge of #25038 - bluss:fat-pointer-cast, r=luqmana 2015-05-02 17:44:11 +00:00
librustc_unicode Replaces instanced of 'an UTF' with 'a UTF' 2015-04-30 21:38:01 -04:00
librustdoc rustdoc: Fix rendering associated constants 2015-04-30 09:37:13 -07:00
libserialize rollup merge of #24636: alexcrichton/remove-deprecated 2015-04-21 15:28:53 -07:00
libstd Auto merge of #24652 - achanda:ip-long, r=alexcrichton 2015-05-04 23:31:18 +00:00
libsyntax Auto merge of #25027 - Manishearth:deriving_attr, r=huonw 2015-05-02 09:55:13 +00:00
libterm Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
libtest Run benchmarks once, as a test by default. 2015-05-02 15:45:23 +10:00
llvm@bff6907697
rt std: Expand the area of std::fs 2015-04-27 17:16:44 -07:00
rust-installer@e54d4823d2 Update rust-installer. Fixes problems with CDPATH 2015-04-22 14:49:01 -07:00
rustbook rustbook: Fixes display of navigation links in README.html. 2015-04-25 00:21:13 +02:00
rustllvm Add singlethreaded fence intrinsics. 2015-04-25 19:41:21 -06:00
test Auto merge of #25056 - jooert:sometests, r=alexcrichton 2015-05-04 18:59:47 +00:00
snapshots.txt Register new snapshots 2015-04-28 17:23:45 -07:00