rust/src
2016-01-31 20:50:34 -08:00
..
compiler-rt@b6087e82ba Update compiler-rt 2015-11-07 00:26:44 +08:00
compiletest Expect all help/note messages are specified in a cfail test if it contains help/note annotations, 2016-01-30 00:27:58 +01:00
doc Rollup merge of #31296 - steveklabnik:gh31249, r=alexcrichton 2016-01-30 17:57:17 +05:30
driver
error-index-generator
etc Add check for unused error codes 2016-01-29 16:37:02 +01:00
grammar Fix whitespace alignment 2015-12-24 21:39:38 -05:00
jemalloc@e24a1a025a Downgrade bundled jemalloc version 2016-01-20 09:38:16 -08:00
liballoc Fix warnings during tests 2016-01-26 09:29:28 -08:00
liballoc_jemalloc mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
liballoc_system mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
libarena mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
libbacktrace libbacktrace: Reapply Rust-specific changes 2016-01-15 19:24:50 +03:00
libcollections std::string::String.from_utf16 doc fix 2016-01-29 02:13:34 +03:00
libcollectionstest Auto merge of #31224 - bluss:deque-hashing, r=Gankro 2016-01-27 16:25:36 +00:00
libcore trans: Reimplement unwinding on MSVC 2016-01-29 16:25:20 -08:00
libcoretest Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichton 2016-01-22 19:00:15 +00:00
libflate mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
libfmt_macros mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
libgetopts Register new snapshots 2015-12-21 09:26:21 -08:00
libgraphviz mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
liblibc@30f70baa6c update libc submodule 2016-01-31 07:20:34 -05:00
liblog mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
librand Fix warnings during tests 2016-01-26 09:29:28 -08:00
librbml mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
librustc Auto merge of #31288 - GuillaumeGomez:error_code_tidy, r=brson 2016-01-30 20:48:18 +00:00
librustc_back Auto merge of #31298 - japaric:mips-musl, r=alexcrichton 2016-01-31 12:27:06 +00:00
librustc_bitflags mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
librustc_borrowck Auto merge of #30411 - mitaa:multispan, r=nrc 2016-01-28 22:13:25 +00:00
librustc_data_structures Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
librustc_driver Auto merge of #30411 - mitaa:multispan, r=nrc 2016-01-28 22:13:25 +00:00
librustc_front Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
librustc_lint mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
librustc_llvm trans: Reimplement unwinding on MSVC 2016-01-29 16:25:20 -08:00
librustc_metadata Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis 2016-01-30 00:25:44 +00:00
librustc_mir [MIR] Fix type of temporary for box EXPR 2016-01-29 16:13:31 +01:00
librustc_passes Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
librustc_platform_intrinsics mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
librustc_plugin mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
librustc_privacy mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
librustc_resolve Auto merge of #31288 - GuillaumeGomez:error_code_tidy, r=brson 2016-01-30 20:48:18 +00:00
librustc_trans Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis 2016-01-30 00:25:44 +00:00
librustc_typeck trans: Reimplement unwinding on MSVC 2016-01-29 16:25:20 -08:00
librustc_unicode mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
librustdoc rustdoc: Add missing trailing comma for single element tuples 2016-01-28 21:02:22 +00:00
libserialize Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
libstd Minor corrections in docs for std::process::Child 2016-01-31 20:50:34 -08:00
libsyntax Rollup merge of #31244 - tshepang:rustfmt-parse, r=nikomatsakis 2016-01-30 17:57:16 +05:30
libsyntax_ext Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
libterm mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
libtest mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
llvm@de5c31045d trans: Upgrade LLVM 2016-01-29 16:25:20 -08:00
rt [MIR] Implement extern call support 2016-01-19 15:14:04 +02:00
rtstartup Register new snapshots 2015-12-21 09:26:21 -08:00
rust-installer@c37d3747da
rustbook std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
rustllvm trans: Reimplement unwinding on MSVC 2016-01-29 16:25:20 -08:00
test Auto merge of #30778 - fhahn:issue-21195-expect-help, r=nikomatsakis 2016-01-30 18:51:13 +00:00
snapshots.txt Fixes #30628 by adding new snapshot for dragonfly bsd 2016-01-08 09:37:14 -08:00