| .. |
|
bootstrap
|
Auto merge of #33991 - alexcrichton:rustbuild-more-clean, r=aturon
|
2016-06-04 01:23:02 -07:00 |
|
build_helper
|
whoops
|
2016-04-04 21:14:15 +10:00 |
|
compiler-rt@57315f7e07
|
|
|
|
doc
|
Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton
|
2016-06-03 19:36:32 -07:00 |
|
driver
|
|
|
|
etc
|
Use Docker for Travis
|
2016-06-03 11:44:30 +09:00 |
|
grammar
|
antlr grammar verification script now compiles under latest nightly
|
2016-05-25 00:15:26 -04:00 |
|
jemalloc@aab1c0a0e0
|
|
|
|
liballoc
|
Changed wording per aturon's comments.
|
2016-07-07 08:40:15 -07:00 |
|
liballoc_jemalloc
|
rustbuild: Tighten dependencies of build scripts
|
2016-05-10 23:41:19 -07:00 |
|
liballoc_system
|
std: Use memalign, not posix_memalign, on Android
|
2016-05-24 15:21:01 -07:00 |
|
libarena
|
|
|
|
libbacktrace
|
std: Update libbacktrace for a soundness fix
|
2016-05-19 11:56:43 -07:00 |
|
libcollections
|
Auto merge of #33947 - xosmig:btree_split_off, r=gereeter
|
2016-06-01 21:48:32 -07:00 |
|
libcollectionstest
|
Auto merge of #33947 - xosmig:btree_split_off, r=gereeter
|
2016-06-01 21:48:32 -07:00 |
|
libcore
|
core: mark relevant functions with #[rustc_inherit_overflow_checks].
|
2016-06-05 14:41:03 +03:00 |
|
libcoretest
|
Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch
|
2016-06-03 22:32:15 -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
|
|
|
|
liblibc@45d85899e9
|
Update libc to bring in pthread mutex type definitions
|
2016-06-02 13:31:00 +01:00 |
|
liblog
|
rustfmt on liblog
|
2016-05-27 08:06:17 +05:30 |
|
libpanic_abort
|
mk: Prepare for a new stage0 compiler
|
2016-05-31 16:11:49 -07:00 |
|
libpanic_unwind
|
mk: Prepare for a new stage0 compiler
|
2016-05-31 16:11:49 -07:00 |
|
librand
|
run rustfmt on librand folder
|
2016-05-29 08:40:34 +05:30 |
|
librbml
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
|
librustc
|
Add a new Assert terminator to MIR for bounds & arithmetic checks.
|
2016-06-05 14:41:02 +03: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
|
Add a new Assert terminator to MIR for bounds & arithmetic checks.
|
2016-06-05 14:41:02 +03:00 |
|
librustc_const_eval
|
rustc_const_eval: track the length and index in IndexOutOfBounds.
|
2016-06-05 14:41:04 +03:00 |
|
librustc_const_math
|
Add a new Assert terminator to MIR for bounds & arithmetic checks.
|
2016-06-05 14:41:02 +03:00 |
|
librustc_data_structures
|
Auto merge of #33999 - scottcarr:master, r=nikomatsakis
|
2016-06-05 03:12:38 -07:00 |
|
librustc_driver
|
Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis
|
2016-06-04 23:49:29 -07:00 |
|
librustc_incremental
|
expand DepNode::TraitSelect to include type ids
|
2016-05-31 19:59:57 -04:00 |
|
librustc_lint
|
Auto merge of #33794 - petrochenkov:sanity, r=nrc
|
2016-06-01 06:21:53 -07:00 |
|
librustc_llvm
|
run rustfmt on librustc_llvm folder
|
2016-05-29 14:57:34 +05:30 |
|
librustc_metadata
|
Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis
|
2016-06-04 23:49:29 -07:00 |
|
librustc_mir
|
Auto merge of #33905 - eddyb:mir-overflow, r=nikomatsakis
|
2016-06-05 06:08:37 -07:00 |
|
librustc_passes
|
Auto merge of #33794 - petrochenkov:sanity, r=nrc
|
2016-06-01 06:21:53 -07: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
|
Auto merge of #33794 - petrochenkov:sanity, r=nrc
|
2016-06-01 06:21:53 -07:00 |
|
librustc_resolve
|
Auto merge of #33878 - GuillaumeGomez:improve_helps, r=jonathandturner
|
2016-06-02 18:10:37 -07:00 |
|
librustc_save_analysis
|
Auto merge of #33859 - nrc:save-field-sub, r=pnkfelix
|
2016-05-29 11:23:00 -07:00 |
|
librustc_trans
|
trans: update Luqmana's patch for generalized pair handling.
|
2016-06-05 15:34:13 +03:00 |
|
librustc_typeck
|
Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1
|
2016-06-04 10:47:55 -07:00 |
|
librustc_unicode
|
Add comment, reduce storage requirements
|
2016-04-20 21:56:35 -07:00 |
|
librustdoc
|
Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1
|
2016-06-04 10:47:55 -07:00 |
|
libserialize
|
Utilize Result::unwrap_err in more places.
|
2016-05-09 08:40:57 -04:00 |
|
libstd
|
Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton
|
2016-06-03 19:36:32 -07:00 |
|
libsyntax
|
Respect #[rustc_inherit_overflow_checks] in mir::build and trans.
|
2016-06-05 14:41:03 +03:00 |
|
libsyntax_ext
|
simplify HR subtyping back to what we did before
|
2016-05-31 19:42:22 -04: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
|
run rustfmt on libunwind
|
2016-05-29 08:47:51 +05:30 |
|
llvm@80ad955b60
|
Update LLVM
|
2016-06-05 09:45:47 +03:00 |
|
rt
|
hoedown: fix trigger of -Werror=misleading-indentation
|
2016-05-31 21:38:29 +03:00 |
|
rtstartup
|
Revert "workarounds to make link guards work on windows"
|
2016-03-25 14:07:20 -04:00 |
|
rust-installer@c37d3747da
|
|
|
|
rustc
|
sanity -> validation
|
2016-05-28 20:52:49 +03:00 |
|
rustllvm
|
rustc: Use C++ personalities on MSVC
|
2016-05-09 17:28:48 -07:00 |
|
test
|
trans: update Luqmana's patch for generalized pair handling.
|
2016-06-05 15:34:13 +03:00 |
|
tools
|
Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton
|
2016-06-03 19:36:32 -07:00 |
|
stage0.txt
|
mk: Prepare for a new stage0 compiler
|
2016-05-31 16:11:49 -07:00 |