| .. |
|
compiler-rt@58ab642c30
|
Updated compiler-rt
|
2015-01-09 18:38:30 +02:00 |
|
compiletest
|
Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=Manishearth
|
2015-02-23 14:43:44 +05:30 |
|
doc
|
Rollup merge of #22612 - jxcl:iter-replace, r=steveklabnik
|
2015-02-23 23:28:47 +05:30 |
|
driver
|
Test fixes and rebase conflicts
|
2015-01-30 14:53:34 -08:00 |
|
etc
|
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
|
2015-02-21 09:20:48 +00:00 |
|
grammar
|
Bison grammar: fix precedence with ranges followed by blocks
|
2015-02-10 17:59:02 -08:00 |
|
jemalloc@b001609960
|
|
|
|
liballoc
|
Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro
|
2015-02-22 02:16:12 +05:30 |
|
libarena
|
Fallout: arena needs to use phantomdata since invariantlifetime is gone
|
2015-02-18 10:25:12 -05:00 |
|
libbacktrace
|
bitrig integration
|
2015-02-11 14:49:06 -08:00 |
|
libcollections
|
Rollup merge of #22513 - steveklabnik:doc_str, r=brson
|
2015-02-23 23:28:46 +05:30 |
|
libcore
|
Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581
|
2015-02-23 01:53:38 +00:00 |
|
libcoretest
|
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
|
2015-02-22 22:45:46 +00:00 |
|
libflate
|
Fallout: port libflate to new Unique API
|
2015-02-18 10:25:28 -05:00 |
|
libfmt_macros
|
Replace all uses of &foo[] with &foo[..] en masse.
|
2015-02-18 17:36:03 -05:00 |
|
libgetopts
|
Remove remaining uses of []. This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -05:00 |
|
libgraphviz
|
Addressed PR comments
|
2015-02-20 00:58:15 +01:00 |
|
liblibc
|
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
|
2015-02-21 09:20:48 +00:00 |
|
liblog
|
Resolve barriers to changing column!() / line!() return type to u32 in #19284 . Address review comments in #21769 .
|
2015-02-21 17:26:29 -05:00 |
|
librand
|
try to reduce bajillion warnings
|
2015-02-20 19:55:00 -05:00 |
|
librbml
|
try to reduce bajillion warnings
|
2015-02-20 19:55:00 -05:00 |
|
librustc
|
Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis
|
2015-02-23 23:28:46 +05:30 |
|
librustc_back
|
Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon
|
2015-02-22 01:51:03 +05:30 |
|
librustc_bitflags
|
Feature-gate #![no_std]
|
2015-02-07 10:49:58 -08:00 |
|
librustc_borrowck
|
Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis
|
2015-02-23 23:28:46 +05:30 |
|
librustc_driver
|
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
|
2015-02-22 22:45:46 +00:00 |
|
librustc_llvm
|
rollup merge of #22482: alexcrichton/cstr-changes
|
2015-02-18 14:32:10 -08:00 |
|
librustc_privacy
|
Remove remaining uses of []. This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -05:00 |
|
librustc_resolve
|
Remove remaining uses of []. This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -05:00 |
|
librustc_trans
|
Rollup merge of #22613 - nick29581:fix-save-alias, r=huonw
|
2015-02-23 23:28:47 +05:30 |
|
librustc_typeck
|
Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis
|
2015-02-23 23:28:46 +05:30 |
|
librustdoc
|
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
|
2015-02-22 22:45:46 +00:00 |
|
libserialize
|
Register new snapshots
|
2015-02-20 22:17:17 -08:00 |
|
libstd
|
Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis
|
2015-02-23 23:28:46 +05:30 |
|
libsyntax
|
Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581
|
2015-02-23 01:53:38 +00:00 |
|
libterm
|
rollup merge of #22286: nikomatsakis/variance-4b
|
2015-02-18 15:52:01 -08:00 |
|
libtest
|
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
|
2015-02-18 15:48:40 -08:00 |
|
libunicode
|
Addressed PR comments
|
2015-02-20 00:58:15 +01:00 |
|
llvm@4891e6382e
|
Simplify README by not talking about the source tarball option
|
2015-02-18 13:46:55 -08:00 |
|
rt
|
renaming rust_load_self to rust_current_exe
|
2015-02-11 14:49:11 -08:00 |
|
rust-installer@60fd8abfca
|
Upgrade rust-installer
|
2015-02-12 20:36:17 -08:00 |
|
rustbook
|
Rollup merge of #22505 - tshepang:current_dir, r=steveklabnik
|
2015-02-23 23:28:45 +05:30 |
|
rustllvm
|
Update LLVM to release_36@229036
|
2015-02-16 12:08:37 +01:00 |
|
test
|
Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis
|
2015-02-23 23:28:46 +05:30 |
|
snapshots.txt
|
Register new snapshots
|
2015-02-20 22:17:17 -08:00 |