rust/src
bors 13b5edab63 Auto merge of #30402 - jooert:prettypanic, r=alexcrichton
This splits the output of panics into two lines as proposed in #15239 and adds a
note about how to get a backtrace. Because the default panic message consists of
multiple lines now, this changes the test runner's failure output to not indent
the first line anymore.

Fixes #15239 and fixes #11704.
2016-01-26 16:50:27 +00: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 Rollup merge of #31199 - steveklabnik:gh31181, r=Manishearth 2016-01-26 13:11:58 +05:30
driver Run rustfmt on driver. 2015-10-11 23:41:43 -07:00
error-index-generator Run rustfmt on error-index-generator. 2015-10-11 23:44:32 -07:00
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 RangeFrom::step_by docs: fix example 2016-01-26 14:23:38 +01: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 Rollup merge of #31184 - arielb1:remove-implicator, r=nikomatsakis 2016-01-26 13:11:57 +05:30
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 pretty_printer to print omitted type _ marker 2016-01-25 21:36:06 +05:30
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 #31105 - jseyfried:fix_lexical_scoping, r=nrc 2016-01-26 11:24:18 +00:00
librustc_trans Auto merge of #31097 - DanielJCampbell:SaveAnalysis, r=nrc 2016-01-25 20:41:44 +00:00
librustc_typeck Rollup merge of #31184 - arielb1:remove-implicator, r=nikomatsakis 2016-01-26 13:11:57 +05:30
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 #30402 - jooert:prettypanic, r=alexcrichton 2016-01-26 16:50:27 +00:00
libsyntax Rollup merge of #31211 - Manishearth:pr-30765, r=nrc 2016-01-26 18:55:39 +05:30
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 Auto merge of #30402 - jooert:prettypanic, r=alexcrichton 2016-01-26 16:50:27 +00:00
snapshots.txt Fixes #30628 by adding new snapshot for dragonfly bsd 2016-01-08 09:37:14 -08:00