rust/src
2019-05-14 17:00:48 -07:00
..
bootstrap Rollup merge of #60719 - varkor:xpy-test-folder, r=Mark-Simulacrum 2019-05-14 22:00:16 +02:00
build_helper
ci
doc
etc
grammar
liballoc Rollup merge of #60130 - khuey:efficient_last, r=sfackler 2019-05-14 22:00:09 +02:00
libarena
libcore Rollup merge of #60808 - Schultzer:improve-must-use-linit-for-future, r=Centril 2019-05-14 22:00:24 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, r=pnkfelix 2019-05-14 22:00:13 +02: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 default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targets 2019-05-13 17:04:59 -04:00
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 #60799 - matthewjasper:allow-bound-regions-in-existential-types, r=oli-obk 2019-05-14 22:00:22 +02:00
librustdoc Return a Symbol from name_or_empty functions. 2019-05-13 09:31:32 +10:00
libserialize
libstd Rollup merge of #60780 - RalfJung:miri, r=oli-obk 2019-05-14 22:00:19 +02:00
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 Update lib.rs 2019-05-14 17:00:48 -07:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Rollup merge of #60799 - matthewjasper:allow-bound-regions-in-existential-types, r=oli-obk 2019-05-14 22:00:22 +02:00
tools Rollup merge of #60819 - matthiaskrgr:submodule_upd, r=oli-obk 2019-05-14 22:00:26 +02: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: