..
compiler-rt @ 58ab642c30
Updated compiler-rt
2015-01-09 18:38:30 +02:00
compiletest
Test fixes and rebase conflicts
2015-02-02 18:50:23 -08:00
doc
rollup merge of #21865 : steveklabnik/gh21501
2015-02-02 11:01:26 -08:00
driver
Test fixes and rebase conflicts
2015-01-30 14:53:34 -08:00
etc
rollup merge of #21787 : alexcrichton/std-env
2015-02-02 10:58:01 -08:00
grammar
cleanup: s/v.slice*()
/&v[a..b]
/g + remove redundant as_slice()
calls
2015-01-27 09:03:06 -05:00
jemalloc @ b001609960
liballoc
Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton
2015-02-02 11:52:34 +00:00
libarena
for x in xs.iter()
-> for x in &xs
2015-02-02 13:40:18 -05:00
libbacktrace
openbsd support
2015-02-01 14:41:38 +01:00
libcollections
rollup merge of #21842 : alexcrichton/issue-21839
2015-02-02 11:01:16 -08:00
libcore
Test fixes and rebase conflicts
2015-02-02 18:50:23 -08:00
libcoretest
rollup merge of #21854 : alexcrichton/try-borrow
2015-02-02 11:01:23 -08:00
libflate
Test fixes and rebase conflicts
2015-01-30 14:53:34 -08:00
libfmt_macros
register snapshots
2015-02-02 13:38:32 -05:00
libgetopts
for x in xs.iter()
-> for x in &xs
2015-02-02 13:40:18 -05:00
libgraphviz
for x in xs.iter()
-> for x in &xs
2015-02-02 13:40:18 -05:00
liblibc
openbsd: remove unused openbsd code
2015-02-01 14:41:41 +01:00
liblog
std: Add a new env
module
2015-02-01 11:08:15 -08:00
librand
for x in xs.iter_mut()
-> for x in &mut xs
2015-02-02 13:40:18 -05:00
librbml
Test fixes and rebase conflicts
2015-01-30 14:53:34 -08:00
librustc
rollup merge of #21869 : dotdash/bogus_match
2015-02-02 11:01:29 -08:00
librustc_back
rollup merge of #21830 : japaric/for-cleanup
2015-02-02 11:01:12 -08:00
librustc_bitflags
Test fixes and rebase conflicts
2015-01-30 14:53:34 -08:00
librustc_borrowck
for x in xs.iter_mut()
-> for x in &mut xs
2015-02-02 13:40:18 -05:00
librustc_driver
rollup merge of #21830 : japaric/for-cleanup
2015-02-02 11:01:12 -08:00
librustc_llvm
rollup merge of #21830 : japaric/for-cleanup
2015-02-02 11:01:12 -08:00
librustc_privacy
for x in xs.iter()
-> for x in &xs
2015-02-02 13:40:18 -05:00
librustc_resolve
for x in xs.into_iter()
-> for x in xs
2015-02-02 13:40:18 -05:00
librustc_trans
Fix Unicode name mangling
2015-02-04 15:32:59 +13:00
librustc_typeck
rollup merge of #21830 : japaric/for-cleanup
2015-02-02 11:01:12 -08:00
librustdoc
rollup merge of #21830 : japaric/for-cleanup
2015-02-02 11:01:12 -08:00
libserialize
for x in xs.into_iter()
-> for x in xs
2015-02-02 13:40:18 -05:00
libstd
Fix Unicode name mangling
2015-02-04 15:32:59 +13:00
libsyntax
rollup merge of #21845 : Potpourri/import-syntax
2015-02-02 11:01:17 -08:00
libterm
rollup merge of #21830 : japaric/for-cleanup
2015-02-02 11:01:12 -08:00
libtest
rollup merge of #21848 : Manishearth/book-link
2015-02-02 11:01:18 -08:00
libunicode
rollup merge of #21842 : alexcrichton/issue-21839
2015-02-02 11:01:16 -08:00
llvm @ 2d54c4f559
Update LLVM to rust-llvm-2015-01-30
2015-02-01 20:00:35 +01:00
rt
openbsd: incoporate remarks
2015-02-01 14:41:40 +01:00
rust-installer @ e577c97b49
Fix revert of rust-installer
2015-01-09 10:19:30 -08:00
rustbook
for x in xs.into_iter()
-> for x in xs
2015-02-02 13:40:18 -05:00
rustllvm
Test fixes and rebase conflicts
2015-02-02 18:50:23 -08:00
test
Test fixes and rebase conflicts
2015-02-02 18:50:23 -08:00
snapshots.txt
register snapshots
2015-02-02 13:38:32 -05:00