| .. |
|
bootstrap
|
bootstrap: rename Config.rebuild to .local_rebuild
|
2016-05-23 09:49:46 -07:00 |
|
build_helper
|
whoops
|
2016-04-04 21:14:15 +10:00 |
|
compiler-rt@57315f7e07
|
|
|
|
doc
|
Rollup merge of #33810 - tmr232:patch-1, r=Manishearth
|
2016-05-24 12:58:19 +02:00 |
|
driver
|
|
|
|
etc
|
Auto merge of #33098 - raphlinus:master, r=alexcrichton
|
2016-05-23 02:48:11 -07:00 |
|
grammar
|
|
|
|
jemalloc@aab1c0a0e0
|
|
|
|
liballoc
|
std: Stabilize APIs for the 1.10 release
|
2016-05-24 09:00:39 -07:00 |
|
liballoc_jemalloc
|
rustbuild: Tighten dependencies of build scripts
|
2016-05-10 23:41:19 -07:00 |
|
liballoc_system
|
rustc: Implement custom panic runtimes
|
2016-05-09 08:22:36 -07:00 |
|
libarena
|
|
|
|
libbacktrace
|
std: Update libbacktrace for a soundness fix
|
2016-05-19 11:56:43 -07:00 |
|
libcollections
|
Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon
|
2016-05-25 20:36:09 -07:00 |
|
libcollectionstest
|
std: Stabilize APIs for the 1.10 release
|
2016-05-24 09:00:39 -07:00 |
|
libcore
|
Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon
|
2016-05-25 20:36:09 -07:00 |
|
libcoretest
|
Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon
|
2016-05-25 20:36:09 -07:00 |
|
libflate
|
rustbuild: Add support for crate tests + doctests
|
2016-05-12 08:52:20 -07:00 |
|
libfmt_macros
|
|
|
|
libgetopts
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
|
libgraphviz
|
sprinkle feature gates here and there
|
2016-03-22 22:02:47 -05:00 |
|
liblibc@b19b5465a1
|
std: Update libc submodule
|
2016-05-17 14:59:06 -07:00 |
|
liblog
|
rustfmt on liblog
|
2016-05-27 08:06:17 +05:30 |
|
libpanic_abort
|
rustbuild: Add support for crate tests + doctests
|
2016-05-12 08:52:20 -07:00 |
|
libpanic_unwind
|
rustbuild: Add support for crate tests + doctests
|
2016-05-12 08:52:20 -07:00 |
|
librand
|
rustbuild: Add support for crate tests + doctests
|
2016-05-12 08:52:20 -07:00 |
|
librbml
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
|
librustc
|
Auto merge of #33783 - michaelwoerister:collector-cleanup-2, r=nikomatsakis
|
2016-05-26 11:28:45 -07:00 |
|
librustc_back
|
Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon
|
2016-05-25 20:36:09 -07:00 |
|
librustc_bitflags
|
rustbuild: Add missing test suites
|
2016-05-18 16:36:08 -07:00 |
|
librustc_borrowck
|
Auto merge of #33667 - pnkfelix:fixes-to-mir-dataflow, r=arielb1
|
2016-05-25 12:34:39 -07:00 |
|
librustc_const_eval
|
Remove hir::Ident
|
2016-05-16 22:25:08 +03:00 |
|
librustc_const_math
|
don't report bitshift overflow twice
|
2016-04-26 14:10:07 +02:00 |
|
librustc_data_structures
|
identify inputs of MetaData(X) nodes
|
2016-05-18 10:11:35 -04:00 |
|
librustc_driver
|
trans: save metadata even with -Z no-trans.
|
2016-05-25 08:46:36 +03:00 |
|
librustc_incremental
|
nit: cache crate-hash for next time
|
2016-05-18 10:11:36 -04:00 |
|
librustc_lint
|
Auto merge of #33654 - petrochenkov:hirident, r=nrc
|
2016-05-18 00:27:49 -07:00 |
|
librustc_llvm
|
Add opt-level options for optimizing for size and minimum size. This attempts
|
2016-04-28 23:08:30 -07:00 |
|
librustc_metadata
|
trans: remove item_symbols from metadata and CrateContext.
|
2016-05-25 01:56:49 +03:00 |
|
librustc_mir
|
Auto merge of #33667 - pnkfelix:fixes-to-mir-dataflow, r=arielb1
|
2016-05-25 12:34:39 -07:00 |
|
librustc_passes
|
rustc: Split local type contexts interners from the global one.
|
2016-05-11 04:14:58 +03:00 |
|
librustc_platform_intrinsics
|
rustc_platform_intrinsics: remove unused rustc dependency.
|
2016-03-29 19:36:01 +03:00 |
|
librustc_plugin
|
rustc: use a simpler scheme for plugin registrar symbol names.
|
2016-05-25 01:20:55 +03:00 |
|
librustc_privacy
|
Remove ExplicitSelf from HIR
|
2016-05-14 13:26:40 +03:00 |
|
librustc_resolve
|
Auto merge of #33615 - GuillaumeGomez:field_static_method, r=pnkfelix
|
2016-05-24 21:52:02 -07:00 |
|
librustc_save_analysis
|
save-analysis: make DefIds prettier
|
2016-05-13 12:23:41 -07:00 |
|
librustc_trans
|
Auto merge of #33783 - michaelwoerister:collector-cleanup-2, r=nikomatsakis
|
2016-05-26 11:28:45 -07:00 |
|
librustc_typeck
|
Auto merge of #33667 - pnkfelix:fixes-to-mir-dataflow, r=arielb1
|
2016-05-25 12:34:39 -07:00 |
|
librustc_unicode
|
Add comment, reduce storage requirements
|
2016-04-20 21:56:35 -07:00 |
|
librustdoc
|
Rollup merge of #33797 - alex-ozdemir:rustdoc, r=GuillaumeGomez
|
2016-05-24 12:58:18 +02:00 |
|
libserialize
|
Utilize Result::unwrap_err in more places.
|
2016-05-09 08:40:57 -04:00 |
|
libstd
|
Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon
|
2016-05-25 20:36:09 -07:00 |
|
libsyntax
|
Auto merge of #33766 - jseyfried:cleanup_expansion, r=nrc
|
2016-05-26 08:32:21 -07:00 |
|
libsyntax_ext
|
Auto merge of #33735 - jseyfried:concat_idents_in_ty_positions, r=nrc
|
2016-05-23 07:53:43 -07:00 |
|
libterm
|
Utilize Result::unwrap_err in more places.
|
2016-05-09 08:40:57 -04:00 |
|
libtest
|
rustc: Implement custom panic runtimes
|
2016-05-09 08:22:36 -07:00 |
|
libunwind
|
rustbuild: Add support for crate tests + doctests
|
2016-05-12 08:52:20 -07:00 |
|
llvm@a73c41e7f1
|
rustc: Use C++ personalities on MSVC
|
2016-05-09 17:28:48 -07:00 |
|
rt
|
Handle integer-extending for C ABI
|
2016-04-04 22:14:10 +02:00 |
|
rtstartup
|
Revert "workarounds to make link guards work on windows"
|
2016-03-25 14:07:20 -04:00 |
|
rust-installer@c37d3747da
|
|
|
|
rustc
|
rustbuild: Add support for crate tests + doctests
|
2016-05-12 08:52:20 -07:00 |
|
rustllvm
|
rustc: Use C++ personalities on MSVC
|
2016-05-09 17:28:48 -07:00 |
|
test
|
Auto merge of #33783 - michaelwoerister:collector-cleanup-2, r=nikomatsakis
|
2016-05-26 11:28:45 -07:00 |
|
tools
|
trans: save metadata even with -Z no-trans.
|
2016-05-25 08:46:36 +03:00 |
|
stage0.txt
|
mk: Bootstrap from stable instead of snapshots
|
2016-04-19 10:56:49 -07:00 |