rust/src
bors 5c823615e6 Auto merge of #29386 - jonas-schievink:codegen-worker-id, r=alexcrichton
This makes it easier to tell which thread does how much work. Output now looks like this:
```
time: 0.000; rss: 55MB	llvm function passes [0]
time: 0.000; rss: 55MB	llvm function passes [2]
time: 0.000; rss: 55MB	llvm function passes [1]
time: 0.000; rss: 55MB	llvm module passes [0]
time: 0.000; rss: 55MB	llvm module passes [1]
time: 0.000; rss: 55MB	llvm module passes [2]
time: 0.000; rss: 55MB	llvm function passes [3]
time: 0.000; rss: 55MB	llvm module passes [3]
time: 0.000; rss: 55MB	codegen passes [1]
time: 0.000; rss: 55MB	codegen passes [2]
time: 0.000; rss: 55MB	codegen passes [0]
time: 0.000; rss: 56MB	codegen passes [1]
time: 0.001; rss: 56MB	codegen passes [3]
```
2015-10-27 02:56:57 +00:00
..
compiler-rt@58ab642c30
compiletest Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichton 2015-10-26 00:19:51 +00:00
doc Auto merge of #29310 - mdinger:book_playpen, r=steveklabnik 2015-10-26 15:50:45 +00:00
driver
error-index-generator
etc rustfmt librustc_unicode 2015-10-26 17:57:53 +01:00
grammar
jemalloc@e24a1a025a
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson 2015-10-25 16:38:38 +00:00
libcollectionstest Add assertions to test_total_ord for str 2015-10-24 19:53:42 +01:00
libcore Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=nikomatsakis 2015-10-26 21:23:32 +00:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc Unsafety -> Safety in doc headings 2015-10-23 11:42:14 -04:00
liblog
librand std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
librbml
librustc Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb 2015-10-26 08:27:59 +00:00
librustc_back std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
librustc_bitflags
librustc_borrowck
librustc_data_structures
librustc_driver Disable MIR on beta/stable until we've resolved #29227 is resolved. 2015-10-26 15:05:35 -04:00
librustc_front syntax/rustc_front: Simplify VariantData::fields 2015-10-25 18:33:51 +03:00
librustc_lint std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
librustc_llvm
librustc_mir std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
librustc_platform_intrinsics
librustc_privacy Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrc 2015-10-27 01:04:14 +00:00
librustc_resolve Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb 2015-10-26 08:27:59 +00:00
librustc_trans Print the codegen worker # when using time-passes 2015-10-26 21:03:03 +01:00
librustc_typeck Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb 2015-10-26 08:27:59 +00:00
librustc_unicode rustfmt librustc_unicode 2015-10-26 17:57:53 +01:00
librustdoc Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb 2015-10-26 08:27:59 +00:00
libserialize
libstd Auto merge of #29301 - reddraggone9:patch-1, r=alexcrichton 2015-10-26 06:37:12 +00:00
libsyntax Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=nikomatsakis 2015-10-26 21:23:32 +00:00
libterm Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson 2015-10-25 16:38:38 +00:00
libtest Remove bare semicolons 2015-10-24 00:35:44 +02:00
llvm@cde1ed3196
rt
rust-installer@c37d3747da
rustbook
rustllvm rustllvm: Update to LLVM trunk 2015-10-24 18:42:23 +09:00
test Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrc 2015-10-27 01:04:14 +00:00
snapshots.txt