.. |
bootstrap
|
Rollup merge of #32926 - caipre:rustbuild-verify-download, r=alexcrichton
|
2016-04-16 01:18:01 +05:30 |
build_helper
|
whoops
|
2016-04-04 21:14:15 +10:00 |
compiler-rt@57315f7e07
|
|
|
compiletest
|
Add initial version of codegen unit partitioning for incremental compilation.
|
2016-04-15 10:05:53 -04:00 |
doc
|
Update casting-between-types.md
|
2016-04-16 18:04:27 +02:00 |
driver
|
|
|
etc
|
rustbuild: Migrate tidy checks to Rust
|
2016-04-12 08:17:42 -07:00 |
grammar
|
|
|
jemalloc@aab1c0a0e0
|
|
|
liballoc
|
Rollup merge of #32741 - tbu-:pr_remove_fixme_12808, r=bluss
|
2016-04-07 23:26:19 +05:30 |
liballoc_jemalloc
|
Prefix jemalloc on DragonFly to prevent segfaults.
|
2016-04-02 18:40:59 +02:00 |
liballoc_system
|
alloc_system: Handle failure properly
|
2016-04-15 10:02:21 -07:00 |
libarena
|
|
|
libbacktrace
|
|
|
libcollections
|
Rollup merge of #31441 - gereeter:btree-docs, r=bluss
|
2016-04-17 17:50:33 +05:30 |
libcollectionstest
|
Auto merge of #32987 - xosmig:binary_heap_extension, r=apasel422
|
2016-04-17 01:16:02 -07:00 |
libcore
|
Rollup merge of #33023 - tbu-:pr_wrapping_traits, r=alexcrichton
|
2016-04-17 17:50:34 +05:30 |
libcoretest
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
libflate
|
|
|
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@7265c17d18
|
std: Fix linking against signal on Android
|
2016-04-04 21:54:59 -07:00 |
liblog
|
|
|
librand
|
|
|
librbml
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
librustc
|
Auto merge of #32952 - eddyb:mir-debuginfo-2, r=michaelwoerister
|
2016-04-16 20:40:33 -07:00 |
librustc_back
|
Rollup merge of #32856 - cardoe:target-spec-path, r=alexcrichton
|
2016-04-14 14:49:09 -04:00 |
librustc_bitflags
|
|
|
librustc_borrowck
|
rustc: move middle::{def,def_id,pat_util} to hir.
|
2016-04-06 09:14:21 +03:00 |
librustc_const_eval
|
Rollup merge of #32646 - Ms2ger:Constructor, r=sanxiyn
|
2016-04-14 14:49:09 -04:00 |
librustc_const_math
|
move const_eval and check_match out of librustc
|
2016-03-30 13:43:36 +02:00 |
librustc_data_structures
|
Use a BitVector instead of Vec<bool> for recording cleanup blocks
|
2016-04-03 14:58:34 +12:00 |
librustc_driver
|
Auto merge of #32811 - alexcrichton:check-lints, r=nrc
|
2016-04-12 07:14:55 -07:00 |
librustc_incremental
|
Auto merge of #32908 - oli-obk:hygienic_derive_encodable, r=alexcrichton
|
2016-04-14 08:23:11 -07:00 |
librustc_lint
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
librustc_llvm
|
Add initial version of codegen unit partitioning for incremental compilation.
|
2016-04-15 10:05:53 -04:00 |
librustc_metadata
|
Auto merge of #32779 - michaelwoerister:partitioning, r=nikomatsakis
|
2016-04-15 18:13:59 -07:00 |
librustc_mir
|
mir: place match pattern bindings in their respective arms.
|
2016-04-16 21:51:30 +03:00 |
librustc_passes
|
don't report errors in constants at every use site
|
2016-04-11 10:41:48 +02:00 |
librustc_platform_intrinsics
|
rustc_platform_intrinsics: remove unused rustc dependency.
|
2016-03-29 19:36:01 +03:00 |
librustc_plugin
|
rustc: move rustc_front to rustc::hir.
|
2016-04-06 09:01:55 +03:00 |
librustc_privacy
|
Always report PRIVATE_IN_PUBLIC violations as hard errors when
|
2016-04-16 21:27:20 +00:00 |
librustc_resolve
|
resolve: refactor away PRIVATE_VARIANT and ensure that restricted
|
2016-04-14 04:58:32 +00:00 |
librustc_save_analysis
|
Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakis
|
2016-04-06 17:31:16 +05:30 |
librustc_trans
|
debuginfo: argument and upvar names for MIR.
|
2016-04-16 21:51:26 +03:00 |
librustc_typeck
|
Auto merge of #32877 - oli-obk:const_err_multi, r=arielb1
|
2016-04-13 22:33:10 -07:00 |
librustc_unicode
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
librustdoc
|
Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakis
|
2016-04-16 16:21:09 -07:00 |
libserialize
|
std: Stabilize APIs for the 1.9 release
|
2016-04-11 08:57:53 -07:00 |
libstd
|
Rollup merge of #33022 - Mr4x:master, r=bluss
|
2016-04-17 17:50:34 +05:30 |
libsyntax
|
Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton
|
2016-04-16 18:31:11 -07:00 |
libsyntax_ext
|
Auto merge of #32908 - oli-obk:hygienic_derive_encodable, r=alexcrichton
|
2016-04-14 08:23:11 -07:00 |
libterm
|
term: undo conversion of user defined try!s
|
2016-03-22 22:03:19 -05:00 |
libtest
|
Remove unused trait imports
|
2016-04-12 22:58:55 +09:00 |
llvm@25c7dc3703
|
Update LLVM to include a backport to restore AA performance
|
2016-03-18 15:51:17 +01: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
|
cargotest: Put output in build directory
|
2016-04-15 09:23:12 -07:00 |
rustllvm
|
Use weak_odr linkage when reusing definitions across codegen units
|
2016-03-29 16:44:54 +02:00 |
test
|
Auto merge of #32952 - eddyb:mir-debuginfo-2, r=michaelwoerister
|
2016-04-16 20:40:33 -07:00 |
tools
|
cargotest: Put output in build directory
|
2016-04-15 09:23:12 -07:00 |
nightlies.txt
|
Update snapshots to 2016-03-18 (235d774 ).
|
2016-03-20 22:37:35 +02:00 |
snapshots.txt
|
i386-unknown-freebsd snap 235d774
|
2016-04-11 01:14:30 -07:00 |