rust/src
Pietro Albini c9aca0343f
Rollup merge of #52846 - kennytm:bootstrap-curl-timeout, r=Mark-Simulacrum
Add timeout to use of `curl` in bootstrap.py.

Recently we've seen a lot of "30 minutes no output" spurious errors while downloading the bootstrap compiler. This added several timeout options so if the "30 minutes no output" errors were caused by connection or transfer issue, we could fail quicker for curl to retry.
2018-08-01 10:12:50 +02:00
..
bootstrap Rollup merge of #52846 - kennytm:bootstrap-curl-timeout, r=Mark-Simulacrum 2018-08-01 10:12:50 +02:00
build_helper
ci Test clippy first to workaround the derive-new conflict. 2018-07-29 19:05:41 +08:00
dlmalloc@c99638dc2e
doc Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichton 2018-08-01 10:12:47 +02:00
etc fix coding style 2018-07-29 23:45:32 +09:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #52769 - sinkuu:stray_test, r=alexcrichton 2018-07-28 16:25:04 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@52a6a4d708
libcore Rollup merge of #52822 - MajorBreakfast:fix-from-local-waker, r=cramertj 2018-08-01 10:12:44 +02:00
libfmt_macros Remove unused muts 2018-07-29 18:04:09 +01:00
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc assert no region obligations on entering custom type op 2018-07-31 02:31:41 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_codegen_llvm rustc_codegen_llvm: fix ownership of DIBuilder. 2018-07-30 20:35:14 +03:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #52697 - ljedrz:misc_data_structures, r=Mark-Simulacrum 2018-07-30 12:20:58 +00:00
librustc_driver Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_errors Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis 2018-07-29 06:32:24 +00:00
librustc_incremental Don't format!() string literals 2018-07-28 17:58:52 +02:00
librustc_lint Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper 2018-07-30 10:19:38 +00:00
librustc_llvm rustc_llvm: fix linking on mingw. 2018-07-31 15:36:38 +03:00
librustc_lsan
librustc_metadata Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_mir Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelix 2018-08-01 10:12:41 +02:00
librustc_msan
librustc_passes Change order of copy and borrow to avoid conflict 2018-07-29 18:04:09 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #52234 - petrochenkov:macuse2, r=Mark-Simulacrum 2018-07-31 20:52:14 +00:00
librustc_save_analysis Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper 2018-07-30 10:19:38 +00:00
librustc_target rustc_llvm: move to rustc_codegen_llvm::llvm. 2018-07-30 18:03:50 +03:00
librustc_traits Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov 2018-07-29 09:33:37 +00:00
librustc_tsan
librustc_typeck Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustdoc Add dyn to Write 2018-07-31 17:55:12 -06:00
libserialize Rollup merge of #52778 - ljedrz:readable_serialize, r=kennytm 2018-08-01 10:12:40 +02:00
libstd Rollup merge of #52771 - matklad:patch-1, r=kennytm 2018-08-01 10:12:38 +02:00
libsyntax Rollup merge of #52842 - toidiu:ak-commentUpdate, r=estebank 2018-08-01 10:12:48 +02:00
libsyntax_ext Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb 2018-07-29 21:37:47 +00:00
libsyntax_pos Auto merge of #52355 - pietroalbini:zfeature, r=eddyb 2018-07-28 23:10:10 +00:00
libterm Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov 2018-07-29 09:33:37 +00:00
libtest Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
libunwind
llvm@0368490510
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Rollup merge of #52824 - varkor:fix-llvm-ret-move-warnings, r=rkruppe 2018-08-01 10:12:45 +02:00
stdsimd@05c2f61c38
test Rollup merge of #52825 - RalfJung:codegen, r=alexcrichton 2018-08-01 10:12:46 +02:00
tools Rollup merge of #52745 - commandline:master, r=oli-obk 2018-08-01 10:12:37 +02:00
Cargo.lock Rollup merge of #52732 - SimonSapin:spring, r=Mark-Simulacrum 2018-08-01 10:12:36 +02:00
Cargo.toml Update RLS and rustfmt. 2018-07-29 19:05:42 +08:00
README.md
stage0.txt bump bootstrap compiler to beta-2018-07-27 2018-07-27 12:24:17 +02:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: