rust/src
Ulrik Sverdrup da03c9df33 syntax: Avoid reallocating or copying in CodeMap::new_filemap
Avoid creating a new String when there is no BOM to strip, and
otherwises use .drain(..3) to strip the BOM using the same allocation.
2015-05-01 19:51:31 +02:00
..
compiler-rt@58ab642c30
compiletest compiletest: Add support for // ignore-musl 2015-04-27 10:11:15 -07:00
doc Auto merge of #24842 - GBGamer:patch-3, r=steveklabnik 2015-04-30 10:13:05 +00:00
driver
etc
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 Register new snapshots 2015-04-28 17:23:45 -07:00
libarena Register new snapshots 2015-04-28 17:23:45 -07:00
libbacktrace
libcollections collections: Implement String::drain(range) according to RFC 574 2015-05-01 19:51:31 +02:00
libcollectionstest collections: Implement String::drain(range) according to RFC 574 2015-05-01 19:51:31 +02:00
libcore rollup merge of #24886: GBGamer/master 2015-04-29 15:45:42 -07:00
libcoretest Unstub some tests 2015-04-28 21:23:28 -07:00
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc std: Prepare for linking to musl 2015-04-27 10:11:15 -07:00
liblog
librand Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
librbml
librustc Auto merge of #24884 - michaelsproul:extended-errors, r=nrc 2015-04-30 02:03:27 +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 Auto merge of #24884 - michaelsproul:extended-errors, r=nrc 2015-04-30 02:03:27 +00:00
librustc_lint lint for mixing #[repr(C)] with an impl of Drop. 2015-04-29 23:05:09 +02: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 rollup merge of #24921: tamird/bitflags-associated-const 2015-04-29 15:49:07 -07:00
librustc_typeck Auto merge of #24884 - michaelsproul:extended-errors, r=nrc 2015-04-30 02:03:27 +00:00
librustc_unicode
librustdoc Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis 2015-04-27 16:45:21 +00:00
libserialize
libstd Auto merge of #24960 - tynopex:patch-doc, r=alexcrichton 2015-04-30 04:44:47 +00:00
libsyntax syntax: Avoid reallocating or copying in CodeMap::new_filemap 2015-05-01 19:51:31 +02:00
libterm Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
libtest
llvm@bff6907697
rt std: Expand the area of std::fs 2015-04-27 17:16:44 -07:00
rust-installer@e54d4823d2
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 collections: Implement String::drain(range) according to RFC 574 2015-05-01 19:51:31 +02:00
snapshots.txt Register new snapshots 2015-04-28 17:23:45 -07:00