rust/src
Jonathan Turner 83c54dc971 Rollup merge of #35286 - dns2utf8:doc_never_expression, r=nikomatsakis
Add docs for "!" Never type (rfc 1216)

Pull Request: https://github.com/rust-lang/rfcs/pull/1216
Tracking Issue: #35121
2016-09-28 20:21:50 -07:00
..
bootstrap Remove requirement to use 10.7 (fixes macOS) 2016-09-27 13:13:09 -07:00
build_helper
compiler-rt@8598065bd9
doc Rollup merge of #35286 - dns2utf8:doc_never_expression, r=nikomatsakis 2016-09-28 20:21:50 -07:00
driver
etc Haiku: add support for building on Haiku 2016-09-25 11:15:18 -05:00
grammar
jemalloc@e058ca6616
liballoc Tweak std::rc docs 2016-09-21 10:25:01 -07:00
liballoc_jemalloc Report which required build-time environment variable is not set 2016-09-25 12:18:09 -04:00
liballoc_system Add s390x support 2016-09-09 22:28:19 +01:00
libarena [breaking-change] Remove TypedArena::with_capacity. 2016-09-23 06:40:22 +10:00
libbacktrace
libcollections Auto merge of #36685 - brson:rev-string-from, r=sfackler 2016-09-24 02:03:18 -07:00
libcollectionstest Add tests for str::replacen 2016-09-13 10:16:31 +08:00
libcompiler_builtins Report which required build-time environment variable is not set 2016-09-25 12:18:09 -04:00
libcore Add basic doc example for core::ptr::write_bytes. 2016-09-26 23:11:47 -04:00
libcoretest Documentation for default types modified 2016-09-11 22:58:01 +05:30
libflate
libfmt_macros
libgetopts Replace _, _ with .. 2016-09-04 12:30:33 +03:00
libgraphviz
liblibc@eb708c0208 When getaddrinfo returns EAI_SYSTEM retrieve actual error from errno. 2016-09-26 21:25:59 +02:00
liblog
libpanic_abort
libpanic_unwind Add s390x support 2016-09-09 22:28:19 +01:00
libproc_macro Proc_macro is alive 2016-08-16 13:17:36 -07:00
librand Documentation of what does for each type 2016-09-11 17:00:09 +05:30
librustc Rollup merge of #36795 - TimNN:fix-36793, r=eddyb 2016-09-28 10:33:58 -07:00
librustc_back update mips64* data-layout 2016-09-28 08:06:49 +02:00
librustc_bitflags Fix language in documentation comment. 2016-08-11 15:42:41 -06:00
librustc_borrowck librustc: Implement def-use chains and trivial copy propagation on MIR. 2016-09-19 19:18:38 -07:00
librustc_const_eval Auto merge of #36335 - mcarton:compiletest, r=GuillaumeGomez 2016-09-23 06:17:26 -07:00
librustc_const_math
librustc_data_structures Add support for the Haiku operating system on x86 and x86_64 machines 2016-09-25 11:12:23 -05:00
librustc_driver Build the reduced graph during expansion. 2016-09-27 06:42:10 +00:00
librustc_errors Rollup merge of #36498 - jonathandturner:macro_std_lib, r=nikomatsakis 2016-09-24 00:15:44 +02:00
librustc_incremental incr.comp.: Fix build issue in rustc_incremental if CFG_VERSION is not set. 2016-09-26 22:26:10 -04:00
librustc_lint rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
librustc_llvm Report which required build-time environment variable is not set 2016-09-25 12:18:09 -04:00
librustc_macro rustc: Use a special filename for macros 1.1 2016-09-27 12:03:28 -07:00
librustc_metadata Fix fallout in tests. 2016-09-27 06:43:51 +00:00
librustc_mir librustc_mir: Propagate constants during copy propagation. 2016-09-24 10:47:33 -07:00
librustc_passes Auto merge of #36761 - jonathandturner:E0425_E0446_E0449, r=nrc 2016-09-27 07:30:34 -07:00
librustc_platform_intrinsics
librustc_plugin Forbid user-defined macros named "macro_rules". 2016-09-26 00:22:40 +00:00
librustc_privacy Update E0446 label with improved wording 2016-09-26 17:05:43 -07:00
librustc_resolve Auto merge of #36601 - jseyfried:build_reduced_graph_in_expansion, r=nrc 2016-09-27 14:11:07 -07:00
librustc_save_analysis rustc_metadata: group information into less tags. 2016-09-20 20:08:04 +03:00
librustc_trans Rollup merge of #36574 - japaric:link-arg, r=alexcrichton 2016-09-26 17:29:47 -07:00
librustc_typeck Rollup merge of #36757 - KiChjang:E0025-format, r=jonathandturner 2016-09-28 10:33:56 -07:00
librustc_unicode Implement TryFrom<u32> for char 2016-08-29 17:34:02 +02:00
librustdoc Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner 2016-09-26 23:30:19 -07:00
libserialize serialize: allow specifying the default behavior for specializations. 2016-09-20 20:08:06 +03:00
libstd Rollup merge of #36740 - frehberg:apidoc, r=steveklabnik 2016-09-28 10:33:56 -07:00
libsyntax Auto merge of #36601 - jseyfried:build_reduced_graph_in_expansion, r=nrc 2016-09-27 14:11:07 -07:00
libsyntax_ext rustc: Tweak expansion order of custom derive 2016-09-27 12:41:02 -07:00
libsyntax_pos Auto merge of #36585 - jonathandturner:misc_error_touchups, r=nrc 2016-09-21 22:40:51 -07:00
libterm Haiku: add search path for terminfo 2016-09-25 11:14:59 -05:00
libtest Auto merge of #36604 - japaric:libtest-skip, r=alexcrichton 2016-09-28 00:38:07 -07:00
libunwind Rollup merge of #36727 - kallisti5:master, r=Aatch 2016-09-26 17:29:49 -07:00
llvm@7801978ec1 Up the LLVM 2016-09-17 18:40:40 +03:00
rt Address comments and add requested tests 2016-09-03 13:39:35 +03:00
rtstartup rustbuild: Fix cross-compiles to MinGW on Linux 2016-09-12 22:41:17 -07:00
rust-installer@755bc3db4f Update rust-installer. Fixes #35840 2016-08-23 00:38:26 +00:00
rustc rustc_metadata: replace RBML with a simple and type-safe scheme. 2016-09-20 20:08:05 +03:00
rustllvm Extend preprocessor LLVM version checks to support LLVM 4.x 2016-09-26 13:40:29 -04:00
test Rollup merge of #36783 - die4taoam:master, r=alexcrichton 2016-09-28 10:33:57 -07:00
tools Auto merge of #36604 - japaric:libtest-skip, r=alexcrichton 2016-09-28 00:38:07 -07:00
stage0.txt Update cargo bootstrap rev and add fix for cargo#3005 2016-08-23 00:05:33 +00:00