| .. |
|
bootstrap
|
fix match
|
2016-08-11 11:22:39 -05:00 |
|
build_helper
|
|
|
|
compiler-rt@8598065bd9
|
Update compiler-rt
|
2016-07-29 10:29:44 +02:00 |
|
doc
|
Rollup merge of #35324 - ubsan:precedence, r=steveklabnik
|
2016-08-05 16:12:59 +02:00 |
|
driver
|
|
|
|
etc
|
Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn
|
2016-08-01 08:57:32 -07:00 |
|
grammar
|
Move errors from libsyntax to its own crate
|
2016-06-23 08:07:35 -04:00 |
|
jemalloc@e058ca6616
|
Update jemalloc to include a fix for startup issues on OSX 10.12
|
2016-07-08 14:15:04 +09:00 |
|
liballoc
|
std: Ignore tests where threads outlive main
|
2016-07-22 16:29:36 -07:00 |
|
liballoc_jemalloc
|
arm-musl targets now use cfg(env = "musl")
|
2016-07-30 15:39:13 -05:00 |
|
liballoc_system
|
|
|
|
libarena
|
|
|
|
libbacktrace
|
|
|
|
libcollections
|
Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichton
|
2016-08-08 21:51:01 -07:00 |
|
libcollectionstest
|
Rollup merge of #35049 - knight42:add-test, r=alexcrichton
|
2016-07-30 13:44:46 +05:30 |
|
libcore
|
Auto merge of #35425 - apasel422:refcell, r=alexcrichton
|
2016-08-09 02:11:50 -07:00 |
|
libcoretest
|
Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures
|
2016-07-31 17:48:20 +03:00 |
|
libflate
|
Update gcc crate dependency to 0.3.27.
|
2016-07-30 15:39:13 -05:00 |
|
libfmt_macros
|
format: remove all implicit ref handling outside of libfmt_macros
|
2016-07-14 02:54:47 +08:00 |
|
libgetopts
|
|
|
|
libgraphviz
|
|
|
|
liblibc@5066b7dcab
|
point the libc submodule back to rust-lang/libc
|
2016-07-30 15:39:13 -05:00 |
|
liblog
|
|
|
|
libpanic_abort
|
|
|
|
libpanic_unwind
|
Auto merge of #35032 - vadimcn:rusty-ehabi, r=alexcrichton
|
2016-07-29 20:29:43 -07:00 |
|
librand
|
prefer if let to match with None => {} arm in some places
|
2016-07-03 16:27:02 -07:00 |
|
librbml
|
|
|
|
librustc
|
Auto merge of #35079 - nikomatsakis:incr-comp-ich-32753, r=mw
|
2016-08-09 21:00:21 -07:00 |
|
librustc_back
|
Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn
|
2016-08-01 08:57:32 -07:00 |
|
librustc_bitflags
|
|
|
|
librustc_borrowck
|
Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw
|
2016-08-09 10:00:54 -07:00 |
|
librustc_const_eval
|
Auto merge of #35401 - jonathandturner:enable_json_and_new_errors, r=jonathandturner
|
2016-08-09 14:04:54 -07:00 |
|
librustc_const_math
|
Update wording on E0080
|
2016-08-04 07:31:06 +05:30 |
|
librustc_data_structures
|
generalize BitMatrix to be NxM and not just NxN
|
2016-08-09 08:26:06 -04:00 |
|
librustc_driver
|
Auto merge of #35079 - nikomatsakis:incr-comp-ich-32753, r=mw
|
2016-08-09 21:00:21 -07:00 |
|
librustc_errors
|
Turn on new errors, json mode. Remove duplicate unicode test
|
2016-08-07 07:46:49 -07:00 |
|
librustc_incremental
|
pacify the merciless tidy
|
2016-08-09 20:28:46 -04:00 |
|
librustc_lint
|
ignore deprecation for items deprecated by the same attribute
|
2016-08-04 23:15:52 +02:00 |
|
librustc_llvm
|
finish type-auditing rustllvm
|
2016-08-03 15:08:47 +03:00 |
|
librustc_metadata
|
replace Name with InternedString in DefPathData
|
2016-08-09 08:26:06 -04:00 |
|
librustc_mir
|
Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw
|
2016-08-09 10:00:54 -07:00 |
|
librustc_passes
|
Rollup merge of #35363 - GuillaumeGomez:err_codes, r=jonathandturner
|
2016-08-06 15:01:21 +03:00 |
|
librustc_platform_intrinsics
|
|
|
|
librustc_plugin
|
Fix Cargo.tomls
|
2016-06-27 18:30:46 +00:00 |
|
librustc_privacy
|
intravisit: Fold functionality of IdVisitor into the regular Visitor.
|
2016-07-29 04:55:31 -04:00 |
|
librustc_resolve
|
remove field that need not be public
|
2016-08-09 20:28:46 -04:00 |
|
librustc_save_analysis
|
Fixed missing comma in the csv dumper.
|
2016-07-25 11:46:59 +02:00 |
|
librustc_trans
|
Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw
|
2016-08-09 10:00:54 -07:00 |
|
librustc_typeck
|
incorporate resolve results into hashing
|
2016-08-09 20:28:46 -04:00 |
|
librustc_unicode
|
Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton
|
2016-07-28 11:20:33 -07:00 |
|
librustdoc
|
Turn on new errors, json mode. Remove duplicate unicode test
|
2016-08-07 07:46:49 -07:00 |
|
libserialize
|
prefer if let to match with None => {} arm in some places
|
2016-07-03 16:27:02 -07:00 |
|
libstd
|
Auto merge of #35426 - frewsxcv:os-sys-env-args-phantoms, r=alexcrichton
|
2016-08-09 05:26:50 -07:00 |
|
libsyntax
|
Fix old call in lexer tests
|
2016-08-07 07:50:27 -07:00 |
|
libsyntax_ext
|
Rollup merge of #35106 - xen0n:issue-35082, r=alexcrichton
|
2016-07-30 13:44:47 +05:30 |
|
libsyntax_pos
|
Rollup merge of #35094 - mcarton:multispan, r=jonathandturner
|
2016-07-30 13:44:47 +05:30 |
|
libterm
|
|
|
|
libtest
|
save an Instant for the timeout instead of a Duration
|
2016-08-07 13:40:04 +02:00 |
|
libunwind
|
arm-musl: statically link to libunwind
|
2016-07-30 15:39:13 -05:00 |
|
llvm@d1cc48989b
|
Upgrade LLVM once more to get a bugfix
|
2016-08-01 10:14:30 +02:00 |
|
rt
|
|
|
|
rtstartup
|
|
|
|
rust-installer@c37d3747da
|
|
|
|
rustc
|
Update gcc crate dependency to 0.3.27.
|
2016-07-30 15:39:13 -05:00 |
|
rustllvm
|
Support removed LLVM intrinsics by invoking its AutoUpgrade mechanism.
|
2016-08-03 22:37:57 +03:00 |
|
test
|
Auto merge of #35079 - nikomatsakis:incr-comp-ich-32753, r=mw
|
2016-08-09 21:00:21 -07:00 |
|
tools
|
Update cargo SHA to latest cargo
|
2016-08-09 10:14:08 -07:00 |
|
stage0.txt
|
rustc: Update stage0 to beta-2016-07-06
|
2016-07-06 09:29:15 -07:00 |