os-rust/src
2016-01-27 11:28:33 +01:00
..
compiler-rt@b6087e82ba Update compiler-rt 2015-11-07 00:26:44 +08:00
compiletest Add powerpc64 and powerpc64le support 2016-01-13 01:39:00 +00:00
doc Clarify when Cargo.lock is created by cargo build in the book 2016-01-23 23:39:38 -05:00
driver
error-index-generator
etc etc: Remove old num/libc generation code 2016-01-21 14:48:18 -08: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 Auto merge of #31043 - shahn:arc_weak, r=alexcrichton 2016-01-21 17:11:13 +00:00
liballoc_jemalloc Add powerpc64 and powerpc64le support 2016-01-13 01:39:00 +00:00
liballoc_system Add powerpc64 and powerpc64le support 2016-01-13 01:39:00 +00:00
libarena Deprecate reflection-based Arena 2016-01-06 18:07:21 +01:00
libbacktrace libbacktrace: Reapply Rust-specific changes 2016-01-15 19:24:50 +03:00
libcollections Rollup merge of #31136 - mbrubeck:btree-doc, r=steveklabnik 2016-01-23 09:38:44 -05:00
libcollectionstest Make btree_set::{IntoIter, Iter, Range} covariant 2016-01-18 07:53:12 -05:00
libcore Auto merge of #31116 - bluss:expect-out-cold, r=alexcrichton 2016-01-23 00:33:23 +00:00
libcoretest Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichton 2016-01-22 19:00:15 +00:00
libflate Register new snapshots 2015-12-21 09:26:21 -08:00
libfmt_macros Register new snapshots 2015-12-21 09:26:21 -08:00
libgetopts Register new snapshots 2015-12-21 09:26:21 -08:00
libgraphviz std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
liblibc@af77843345 updating the libc dependency to pull in build breaker fixes 2016-01-21 10:05:27 -08:00
liblog Register new snapshots 2015-12-21 09:26:21 -08:00
librand Fix a breaking change in #30523 2016-01-05 22:16:03 -08:00
librbml manual fixups 2016-01-19 14:39:23 +13:00
librustc Auto merge of #31065 - nrc:ident-correct, r=pnkfelix 2016-01-26 00:42:08 +00:00
librustc_back Fix LLVM default CPU on powerpc64 and powerpc64le 2016-01-17 19:45:10 +00:00
librustc_bitflags Register new snapshots 2015-12-21 09:26:21 -08:00
librustc_borrowck Rollup merge of #31050 - apasel422:issue-31048, r=Manishearth 2016-01-23 09:38:42 -05:00
librustc_data_structures [MIR] Promote temps to alloca on multi-assignment 2016-01-21 19:01:43 +02:00
librustc_driver test fallout 2016-01-22 08:19:27 +13:00
librustc_front Fix a bug with caching ids in the HIR lowering with nested lowered nodes 2016-01-20 15:58:59 +13:00
librustc_lint clean up trans_static_method_callee and friends 2016-01-21 14:42:09 +02:00
librustc_llvm Register LLVM passes with the correct LLVM pass manager. 2016-01-25 00:15:39 -05:00
librustc_metadata The war on abort_if_errors 2016-01-22 08:19:27 +13:00
librustc_mir Add Debug impl and erase region for TypedConstVal 2016-01-21 22:53:00 +01:00
librustc_passes Auto merge of #31065 - nrc:ident-correct, r=pnkfelix 2016-01-26 00:42:08 +00:00
librustc_platform_intrinsics Register new snapshots 2015-12-21 09:26:21 -08:00
librustc_plugin use structured errors 2015-12-30 14:27:59 +13:00
librustc_privacy Rename Def's variants and don't reexport them 2016-01-20 22:31:10 +03:00
librustc_resolve Auto merge of #31065 - nrc:ident-correct, r=pnkfelix 2016-01-26 00:42:08 +00:00
librustc_trans Auto merge of #31097 - DanielJCampbell:SaveAnalysis, r=nrc 2016-01-25 20:41:44 +00:00
librustc_typeck Auto merge of #31065 - nrc:ident-correct, r=pnkfelix 2016-01-26 00:42:08 +00:00
librustc_unicode Fix some broken and missing links in the docs 2016-01-13 23:19:24 +00:00
librustdoc Rollup merge of #31055 - steveklabnik:alt-tags, r=alexcrichton 2016-01-23 09:38:42 -05:00
libserialize std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
libstd Auto merge of #31166 - geofft:process-comments, r=alexcrichton 2016-01-24 23:27:10 +00:00
libsyntax Avoid storing interolated token in Parser.last_token 2016-01-27 11:28:33 +01:00
libsyntax_ext Extended save-analysis to support generated code, alterned some spans in format_args! and derive to maintain compatability 2016-01-22 19:12:51 +13:00
libterm rustfmt libterm 2016-01-19 14:51:22 +13:00
libtest manual fixups 2016-01-19 15:02:56 +13:00
llvm@3564439515 Disable the null check elimination pass 2015-12-02 18:19:10 +01: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 Register LLVM passes with the correct LLVM pass manager. 2016-01-25 00:15:39 -05:00
test Add interpolated_or_expr_span macro and pass lo to newly added parse_dot_suffix 2016-01-26 11:51:24 +01:00
snapshots.txt Fixes #30628 by adding new snapshot for dragonfly bsd 2016-01-08 09:37:14 -08:00