rust/src
bors ad9e759382 auto merge of #20163 : bfops/rust/master, r=Gankro
TODOs:
  - ~~Entry is still `<'a, K, V>` instead of `<'a, O, V>`~~
  - ~~BTreeMap is still outstanding~~.
  - ~~Transform appropriate things into `.entry(...).get().or_else(|e| ...)`~~

Things that make me frowny face:
  - I'm not happy about the fact that this `clone`s the key even when it's already owned.
  - With small keys (e.g. `int`s), taking a reference seems wasteful.

r? @Gankro
cc: @cgaebel
2015-01-05 00:26:28 +00:00
..
compiler-rt@62a4ca6055
compiletest Remove deprecated functionality 2015-01-03 23:43:57 -08:00
doc Merge pull request #20520 from nhowell/patch-1 2015-01-04 21:36:41 +00:00
driver Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
etc Merge pull request #20452 from brson/rustup 2015-01-04 21:36:35 +00:00
grammar Remove deprecated functionality 2015-01-03 23:43:57 -08:00
jemalloc@b001609960 update jemalloc 2014-10-05 22:17:25 -04:00
liballoc auto merge of #20393 : japaric/rust/impl-any, r=aturon 2015-01-04 11:01:04 +00:00
libarena sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
libbacktrace
libcollections [breaking change] Update entry API as part of RFC 509. 2015-01-04 15:55:54 -05:00
libcore Merge pull request #20500 from globin/fix/range-sugar 2015-01-04 21:36:39 +00:00
libcoretest Remove deprecated functionality 2015-01-03 23:43:57 -08:00
libflate Rename TaskRng to ThreadRng 2014-12-28 13:46:35 +02:00
libfmt_macros sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
libgetopts sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
libgraphviz Merge pull request #20457 from frewsxcv/rm-reexports 2015-01-04 21:36:36 +00:00
liblibc sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
liblog sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
librand Remove deprecated functionality 2015-01-03 23:43:57 -08:00
librbml Remove deprecated functionality 2015-01-03 23:43:57 -08:00
libregex Remove deprecated functionality 2015-01-03 23:43:57 -08:00
librustc auto merge of #20163 : bfops/rust/master, r=Gankro 2015-01-05 00:26:28 +00:00
librustc_back sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
librustc_borrowck Merge pull request #20457 from frewsxcv/rm-reexports 2015-01-04 21:36:36 +00:00
librustc_driver auto merge of #20393 : japaric/rust/impl-any, r=aturon 2015-01-04 11:01:04 +00:00
librustc_llvm sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
librustc_resolve [breaking change] Update entry API as part of RFC 509. 2015-01-04 15:55:54 -05:00
librustc_trans Merge pull request #20295 from eddyb/poly-const 2015-01-04 21:36:33 +00:00
librustc_typeck auto merge of #20163 : bfops/rust/master, r=Gankro 2015-01-05 00:26:28 +00:00
librustdoc auto merge of #20163 : bfops/rust/master, r=Gankro 2015-01-05 00:26:28 +00:00
libserialize Remove deprecated functionality 2015-01-03 23:43:57 -08:00
libstd auto merge of #20163 : bfops/rust/master, r=Gankro 2015-01-05 00:26:28 +00:00
libsyntax auto merge of #20163 : bfops/rust/master, r=Gankro 2015-01-05 00:26:28 +00:00
libterm sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
libtest [breaking change] Update entry API as part of RFC 509. 2015-01-04 15:55:54 -05:00
libunicode Remove deprecated functionality 2015-01-03 23:43:57 -08:00
llvm@ec1fdb3b9d Update LLVM to get slightly better memcpy elision 2014-10-17 17:16:18 +02:00
rt Initial version of AArch64 support. 2015-01-03 15:16:10 +00:00
rust-installer@3a37981744 Fallout from stabilization 2014-12-30 17:06:08 -08:00
rustllvm Initial version of AArch64 support. 2015-01-03 15:16:10 +00:00
test Merge pull request #20515 from tshepang/modernise-ping-pong-benchmark 2015-01-04 21:36:41 +00:00
snapshots.txt Register new snapshots 2015-01-03 09:34:05 -05:00