rust/src
bors 8aad3a3524 Auto merge of #41768 - rap2hpoutre:patch-4, r=frewsxcv
Add an example to std:🧵:Result type

This PR is a part of https://github.com/rust-lang/rust/issues/29378. I submit this PR with the help (mentoring) of @steveklabnik. I'm still not sure my request is good enough but I don't want to spoil the issue with too much questions so I continue here. r? @steveklabnik
2017-05-06 02:01:00 +00:00
..
bootstrap Add remote device testing support 2017-05-04 12:43:22 +02:00
build_helper Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
ci ci: Update sccache build 2017-04-29 00:29:54 -07:00
compiler-rt@c8a8767c56 support default impl for specialization 2017-04-25 05:28:22 +00:00
doc Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton 2017-05-05 17:35:24 -04:00
driver
etc Move unicode Python script into libstd_unicode crate. 2017-05-04 22:37:55 -04:00
jemalloc@11bfb0dcf8 support default impl for specialization 2017-04-25 05:28:22 +00:00
liballoc Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton 2017-05-05 17:35:24 -04:00
liballoc_jemalloc Specialize Vec::from_elem<u8> to use calloc or memset 2017-04-15 09:01:56 -07:00
liballoc_system Specialize Vec::from_elem<u8> to use calloc or memset 2017-04-15 09:01:56 -07:00
libarena Deprecate heap::EMPTY in favour of Unique::empty or otherwise. 2017-05-04 23:54:54 -04:00
libbacktrace libbacktrace: Fix uninitialized variable 2017-02-04 01:18:10 +03:00
libcollections Deprecate heap::EMPTY in favour of Unique::empty or otherwise. 2017-05-04 23:54:54 -04:00
libcompiler_builtins Auto merge of #40123 - TimNN:llvm40, r=alexcrichton 2017-04-24 22:18:16 +00:00
libcore Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton 2017-05-05 17:35:24 -04:00
libflate fallout from NonZero/Unique/Shared changes 2017-05-04 23:54:54 -04:00
libfmt_macros
libgetopts
libgraphviz Fix various useless derefs and slicings 2017-03-27 08:58:00 +02:00
liblibc@03562b0cb2 Reload nameserver information on lookup failure 2017-05-04 23:59:55 -04:00
libpanic_abort
libpanic_unwind std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
libproc_macro Add doc attributes to proc_macro crate 2017-03-12 02:54:43 +00:00
libproc_macro_plugin Improve the TokenStream quoter. 2017-03-15 23:05:02 +00:00
librand Removal pass for anonymous parameters 2017-05-02 05:55:20 +02:00
librustc Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix 2017-05-05 17:35:29 -04:00
librustc_asan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_back Rollup merge of #41657 - malbarbo:android-armv7-linker, r=alexcrichton 2017-05-02 21:21:22 -04:00
librustc_bitflags
librustc_borrowck Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton 2017-05-05 17:35:24 -04:00
librustc_const_eval modify ExprUseVisitor and friends to take region-maps, not def-id 2017-04-30 17:03:32 -04:00
librustc_const_math rustc_const_eval: always demand typeck_tables for evaluating constants. 2017-02-25 18:35:26 +02:00
librustc_data_structures Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix 2017-05-05 17:35:29 -04:00
librustc_driver remove mir_passes from Session and add a FIXME 2017-05-02 16:21:58 -04:00
librustc_errors Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner 2017-05-02 01:04:27 +00:00
librustc_incremental allow dep-graph assertions on fields 2017-05-03 16:42:07 -04:00
librustc_lint Add a lint to disallow anonymous parameters 2017-05-02 05:15:26 +02:00
librustc_llvm Auto merge of #41560 - alevy:rwpi-ropi, r=eddyb 2017-05-01 17:23:09 +00:00
librustc_lsan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_metadata Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix 2017-05-05 17:35:29 -04:00
librustc_mir remove temporary variable 2017-05-02 16:21:57 -04:00
librustc_msan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_passes rename from item_mir to optimized_mir 2017-05-02 16:21:57 -04:00
librustc_platform_intrinsics Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichton 2017-02-14 01:26:10 +00:00
librustc_plugin kill a bunch of one off tasks 2017-04-18 08:20:12 -04:00
librustc_privacy Auto merge of #41504 - eddyb:query-api, r=nikomatsakis 2017-04-26 09:54:11 +00:00
librustc_resolve refac Move levenchstein before context dependent check 2017-04-28 20:40:11 +02:00
librustc_save_analysis convert save-analysis to use ItemCtxt and not ast_ty_to_ty_cache 2017-05-03 21:33:15 -04:00
librustc_trans rename from item_mir to optimized_mir 2017-05-02 16:21:57 -04:00
librustc_tsan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_typeck Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix 2017-05-05 17:35:29 -04:00
librustdoc Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton 2017-05-05 17:35:27 -04:00
libserialize Only SwitchInt over integers, not all consts 2017-02-10 19:42:41 +02:00
libstd Auto merge of #41768 - rap2hpoutre:patch-4, r=frewsxcv 2017-05-06 02:01:00 +00:00
libstd_unicode Move unicode Python script into libstd_unicode crate. 2017-05-04 22:37:55 -04:00
libsyntax Rollup merge of #41722 - F001:warnTilde, r=petrochenkov 2017-05-05 17:35:28 -04:00
libsyntax_ext support default impl for specialization 2017-04-24 10:08:48 +00:00
libsyntax_pos Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
libterm Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
libtest Add Options type in libtest and remove argument 2017-05-05 10:52:10 +02:00
libunwind Haiku: fix initial platform support 2017-04-22 13:47:36 +12:00
llvm@cf85b5a8da Update llvm to pull in various backports 2017-05-04 08:12:17 +02:00
rt support default impl for specialization 2017-04-25 05:28:22 +00:00
rtstartup Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00
rust-installer@2e6417f6af Update rust-installer to fix rust-lang-nursery/rustup.rs#1092 2017-05-05 00:03:30 -07:00
rustc Fix plain_summary_line function 2017-03-28 11:38:56 -06:00
rustllvm Auto merge of #41560 - alevy:rwpi-ropi, r=eddyb 2017-05-01 17:23:09 +00:00
test Rollup merge of #41761 - euclio:24106-test, r=estebank 2017-05-05 17:35:29 -04:00
tools Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton 2017-05-05 17:35:27 -04:00
Cargo.lock convert save-analysis to use ItemCtxt and not ast_ty_to_ty_cache 2017-05-03 21:33:15 -04:00
Cargo.toml Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00
stage0.txt Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00