rust/src
Mazdak Farrokhzad d6fd059461
Rollup merge of #62171 - alexcrichton:more-restarts, r=eddyb
rustc: Retry SIGILL linker invocations

We've seen quite a few issues with spurious illegal instructions getting
executed on OSX on CI recently. For whatever reason `cc` itself is
executing an illegal instruction and we're not really getting any other
information about what's happening. Since we're already retrying the
linker when it segfaults, let's just continue to retry everything and
automatically reinvoke the linker when it fails with an illegal instruction.
2019-06-27 23:01:18 +02:00
..
bootstrap Auto merge of #61765 - Keruspe:rustbuild-cxx, r=alexcrichton 2019-06-25 12:07:19 +00:00
build_helper
ci ci: Disable assertions in PR builds 2019-06-26 01:38:08 -07:00
doc Rollup merge of #62156 - ehuss:update-books, r=ehuss 2019-06-27 23:01:14 +02:00
etc
grammar
liballoc Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj 2019-06-27 23:01:00 +02:00
libarena
libcore Rollup merge of #62067 - doctorn:await_diagnostic, r=matthewjasper 2019-06-27 23:01:01 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov 2019-06-27 23:01:15 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck HIR: rename find_by_hir_id to find 2019-06-24 09:58:49 +02:00
librustc_codegen_llvm Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov 2019-06-23 01:59:20 +02:00
librustc_codegen_ssa rustc: Retry SIGILL linker invocations 2019-06-27 02:23:06 -07:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Fix clippy::precedence 2019-06-26 14:14:27 +02:00
librustc_driver HirIdify driver::pretty::HirPrinterSupport::node_path 2019-06-24 10:03:37 +02:00
librustc_errors Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov 2019-06-27 23:01:09 +02:00
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov 2019-06-27 23:01:15 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Use Locals instead of Places in MIR drop generation 2019-06-25 22:41:22 +01:00
librustc_msan
librustc_passes HIR: rename find_by_hir_id to find 2019-06-24 09:58:49 +02:00
librustc_plugin
librustc_privacy HIR: rename find_by_hir_id to find 2019-06-24 09:58:49 +02:00
librustc_resolve Rollup merge of #62078 - petrochenkov:nosendync2, r=varkor 2019-06-25 17:15:33 +02:00
librustc_save_analysis save-analysis: use buffered writes 2019-06-26 17:22:39 -07:00
librustc_target Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov 2019-06-27 23:01:09 +02:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #62152 - doctorn:async_let_ice, r=cramertj 2019-06-27 23:01:10 +02:00
librustdoc Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix 2019-06-25 17:15:31 +02:00
libserialize Fix clippy::cast_losless 2019-06-26 14:11:58 +02:00
libstd Rollup merge of #62102 - RalfJung:read, r=Centril 2019-06-27 23:01:04 +02:00
libsyntax Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov 2019-06-27 23:01:15 +02:00
libsyntax_ext Remove built-in derive macros Send and Sync 2019-06-23 15:33:39 +03:00
libsyntax_pos Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelix 2019-06-25 15:12:11 +00:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@1bbe0b3e1d
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Rollup merge of #62155 - cramertj:61872, r=centril 2019-06-27 23:01:13 +02:00
tools submodules: Update clippy from 8c80b65f to e3cb40e4 2019-06-26 02:20:44 +00:00
.gitignore
README.md
stage0.txt

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.

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