rust/src
bors a7cef0bf08 Auto merge of #60007 - Centril:rollup-gdh1er4, r=Centril
Rollup of 6 pull requests

Successful merges:

 - #59717 (improve docs for std::hint::unreachable_unchecked())
 - #59903 (Continue evaluating after missing main)
 - #59973 (Fix rustdoc sidebar z-index)
 - #59992 (rustdoc: use --static-root-path for settings.js)
 - #59993 (include mode in unused binding suggestion span)
 - #60000 (Add repo-specific triagebot configuration)

Failed merges:

r? @ghost
2019-04-16 05:28:25 +00:00
..
bootstrap Rollup merge of #59911 - pnkfelix:revert-pr-59401-to-fix-emit-stack-sizes-gc-sections-ld-gold-bug, r=alexcrichton 2019-04-14 00:39:50 +02:00
build_helper
ci Auto merge of #59926 - pietroalbini:android-sdk-manager, r=alexcrichton 2019-04-15 19:24:35 +00:00
doc Rollup merge of #59930 - kornelski:first-robots, r=GuillaumeGomez 2019-04-14 00:23:50 +02:00
etc
grammar
liballoc warn(missing_docs) in liballoc, and add missing docs 2019-04-15 16:35:50 +02:00
libarena Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton 2019-04-14 00:23:25 +02:00
libcore Rollup merge of #59717 - Reconcyl:master, r=steveklabnik 2019-04-16 05:14:17 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind Stabilize the alloc crate. 2019-04-12 20:07:30 +02:00
libproc_macro proc_macro: stop using LEB128 for RPC. 2019-04-09 21:05:15 +03:00
libprofiler_builtins
librustc Rollup merge of #59993 - euclio:unused-ref-field, r=estebank 2019-04-16 05:14:25 +02:00
librustc_allocator
librustc_apfloat
librustc_asan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_borrowck
librustc_codegen_llvm Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertj 2019-04-14 00:39:46 +02:00
librustc_codegen_ssa Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertj 2019-04-14 00:39:46 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Rollup merge of #59648 - alex:must-use-result, r=alexcrichton 2019-04-15 18:23:39 +02:00
librustc_driver Rollup merge of #59680 - DevQps:document-rustc-z-flag, r=cramertj 2019-04-12 12:17:48 +02:00
librustc_errors
librustc_fs_util
librustc_incremental Make check_name generic 2019-04-15 07:23:02 +02:00
librustc_interface Rollup merge of #59903 - estebank:after-main, r=oli-obk 2019-04-16 05:14:21 +02:00
librustc_lint Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping 2019-04-15 15:20:05 +02:00
librustc_llvm
librustc_lsan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_macros Use colon for keyword defs 2019-04-15 07:23:04 +02:00
librustc_metadata Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011 2019-04-14 19:47:40 +00:00
librustc_mir Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddyb 2019-04-14 17:49:19 +02:00
librustc_msan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_passes
librustc_plugin
librustc_privacy Properly parse '--extern-private' with name and path 2019-04-14 00:37:25 -04:00
librustc_resolve Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping 2019-04-15 15:20:05 +02:00
librustc_save_analysis HirIdify hir::Def 2019-04-14 09:30:02 +02:00
librustc_target Add discr_index to multi-variant layouts 2019-04-11 17:44:43 -07:00
librustc_traits
librustc_tsan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_typeck Derive Default for ExternEntry 2019-04-14 15:45:18 -04:00
librustdoc Rollup merge of #59992 - QuietMisdreavus:static-settings-path, r=GuillaumeGomez 2019-04-16 05:14:24 +02:00
libserialize Remove useless ?Sized bound 2019-04-10 03:58:13 +02:00
libstd Rollup merge of #59955 - RalfJung:stdsimd, r=alexcrichton 2019-04-15 18:23:45 +02:00
libsyntax Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping 2019-04-15 15:20:05 +02:00
libsyntax_ext Make check_name generic 2019-04-15 07:23:02 +02:00
libsyntax_pos Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping 2019-04-15 15:20:05 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm
stdsimd@2323a858f0 bump stdsimd; make intra_doc_link_resolution_failure an error again 2019-04-14 10:00:22 +02:00
test Rollup merge of #59993 - euclio:unused-ref-field, r=estebank 2019-04-16 05:14:25 +02:00
tools Auto merge of #59990 - bjorn3:nicer_compiletest_errors, r=alexcrichton 2019-04-16 02:34:16 +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: