rust/src
bors d4b67cd7cc Auto merge of #30672 - nagisa:to-degrad-stab, r=sfackler
f64 methods have been stable since rust 1.0, but f32 never got stabilised.

I suggest backporting this to beta as well (needs changing stablilisation version then).

r? @aturon

Fixes https://github.com/rust-lang/rfcs/issues/1438
2016-01-01 22:42:04 +00:00
..
compiler-rt@b6087e82ba Update compiler-rt 2015-11-07 00:26:44 +08:00
compiletest Remove unused imports 2015-12-17 05:43:27 +00:00
doc Rollup merge of #30620 - salty-horse:an_mut, r=brson 2015-12-30 09:24:24 -05:00
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 update valgrind suppressions 2015-12-25 15:46:36 -05:00
grammar Fix whitespace alignment 2015-12-24 21:39:38 -05:00
jemalloc@f84e309272 std: Update jemalloc version 2015-12-21 13:34:48 -08:00
liballoc Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankro 2015-12-31 11:42:16 +00:00
liballoc_jemalloc std: Remove rust_builtin C support library 2015-12-21 22:12:48 -08:00
liballoc_system Register new snapshots 2015-12-21 09:26:21 -08:00
libarena Register new snapshots 2015-12-21 09:26:21 -08:00
libbacktrace Clean whitespace 2015-10-19 11:16:31 -04:00
libcollections Make LinkedList and its read-only iterators covariant 2015-12-31 15:22:22 -05:00
libcollectionstest restore tests accidentally removed in #30182 2015-12-13 01:02:12 -05:00
libcore Rollup merge of #30373 - ChrisBuchholz:master, r=steveklabnik 2015-12-30 09:24:24 -05:00
libcoretest restore tests accidentally removed in #30182 2015-12-13 01:02:12 -05: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 Register new snapshots 2015-12-21 09:26:21 -08:00
liblibc@e0c0bf439a unbreak openbsd code 2015-12-21 13:36:23 +01:00
liblog Register new snapshots 2015-12-21 09:26:21 -08:00
librand Register new snapshots 2015-12-21 09:26:21 -08:00
librbml Use a more efficient encoding for opaque data in RBML. 2015-12-28 12:15:44 -05:00
librustc Auto merge of #28469 - DenisKolodin:master, r=steveklabnik 2015-12-31 18:57:27 +00:00
librustc_back Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichton 2015-12-22 09:15:29 +00:00
librustc_bitflags Register new snapshots 2015-12-21 09:26:21 -08:00
librustc_borrowck use structured errors 2015-12-30 14:27:59 +13:00
librustc_data_structures Register new snapshots 2015-12-21 09:26:21 -08:00
librustc_driver Refactoring 2015-12-30 14:27:59 +13:00
librustc_front Stop re-exporting PathParameters's variants. 2015-12-22 17:12:33 +01:00
librustc_lint Refactoring 2015-12-30 14:27:59 +13:00
librustc_llvm Register new snapshots 2015-12-21 09:26:21 -08:00
librustc_metadata Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brson 2015-12-31 18:52:20 +02:00
librustc_mir Rollup merge of #30630 - tsion:mir-closure-args, r=nagisa 2015-12-31 18:52:20 +02: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 use structured errors 2015-12-30 14:27:59 +13:00
librustc_resolve Rebasing and review comments 2015-12-30 14:54:36 +13:00
librustc_trans Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmana 2015-12-31 18:52:20 +02:00
librustc_typeck Auto merge of #30585 - Ms2ger:ExplicitSelfCategory, r=brson 2015-12-31 01:12:38 +00:00
librustc_unicode Register new snapshots 2015-12-21 09:26:21 -08:00
librustdoc Rename ExplicitSelfCategory's variants and stop re-exporting them. 2015-12-28 12:52:43 +01:00
libserialize Register new snapshots 2015-12-21 09:26:21 -08:00
libstd Auto merge of #30672 - nagisa:to-degrad-stab, r=sfackler 2016-01-01 22:42:04 +00:00
libsyntax Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brson 2015-12-31 18:52:20 +02:00
libsyntax_ext use structured errors 2015-12-30 14:27:59 +13:00
libterm Register new snapshots 2015-12-21 09:26:21 -08:00
libtest variable CPUS_SIZE should have a snake case name such as cpus_size 2015-12-22 14:10:17 +01:00
llvm@3564439515 Disable the null check elimination pass 2015-12-02 18:19:10 +01:00
rt std: Remove old android header file 2015-12-22 09:03:46 -08:00
rtstartup Register new snapshots 2015-12-21 09:26:21 -08:00
rust-installer@c37d3747da Fix error message spans 2015-07-25 19:57:59 -07:00
rustbook fixes #17017 (update padding:11px line 142 of rustbook.css) 2015-09-28 12:11:18 -05:00
rustllvm Disable the null check elimination pass 2015-12-02 18:19:10 +01:00
test Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmana 2015-12-31 18:52:20 +02:00
snapshots.txt Fixes #30521 and #30627 by adding new snapshots 2015-12-30 09:02:02 -08:00