rust/src
Mazdak Farrokhzad b698609624
Rollup merge of #60770 - Pulkit07:issue60764, r=Centril
add impl_trait_in_bindings to INCOMPLETE_FEATURES

impl_trait_in_bindings is not yet complete and can lead to compiler crashes.

Fixes #60764.
2019-05-13 21:36:55 +02:00
..
bootstrap
build_helper
ci
doc
etc
grammar
liballoc Auto merge of #60396 - cuviper:ordered-retain, r=scottmcm 2019-05-12 06:24:10 +00:00
libarena
libcore Rollup merge of #60201 - RalfJung:core-tests, r=alexcrichton 2019-05-13 21:36:51 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #60765 - matthewjasper:fix-more-escaping-rescopes, r=oli-obk 2019-05-13 08:13:01 +00:00
librustc_allocator Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_codegen_ssa Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_codegen_utils Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_errors
librustc_fs_util
librustc_incremental Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_interface Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_lint Return a Symbol from name_or_empty functions. 2019-05-13 09:31:32 +10:00
librustc_llvm
librustc_lsan
librustc_macros Add lots of static Symbols. 2019-05-13 09:26:43 +10:00
librustc_metadata Return a Symbol from name_or_empty functions. 2019-05-13 09:31:32 +10:00
librustc_mir Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelix 2019-05-13 21:36:49 +02:00
librustc_msan
librustc_passes Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov 2019-05-13 00:28:38 +00:00
librustc_plugin Return a Symbol from name_or_empty functions. 2019-05-13 09:31:32 +10:00
librustc_privacy Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_resolve Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_save_analysis Auto merge of #60649 - Xanewok:save-analysis-assoc-const-ice, r=oli-obk 2019-05-13 10:57:59 +00:00
librustc_target
librustc_traits Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_tsan
librustc_typeck Rollup merge of #60710 - varkor:delay_span_bug-const-parent, r=matthewjasper 2019-05-13 21:36:54 +02:00
librustdoc Return a Symbol from name_or_empty functions. 2019-05-13 09:31:32 +10:00
libserialize
libstd
libsyntax add impl_trait_in_bindings to INCOMPLETE_FEATURES 2019-05-13 18:45:20 +03:00
libsyntax_ext Rollup merge of #60562 - iliekturtles:proc-macro-missing-docs, r=alexcrichton 2019-05-13 21:36:52 +02:00
libsyntax_pos Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Rollup merge of #60770 - Pulkit07:issue60764, r=Centril 2019-05-13 21:36:55 +02:00
tools Auto merge of #60474 - mati865:musl_toolchain, r=alexcrichton 2019-05-12 09:19:28 +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: