rust/src
2019-07-25 21:30:08 +02:00
..
bootstrap bootstrap: Build startup object for all windows-gnu target 2019-07-25 21:30:08 +02:00
build_helper
ci Rollup merge of #62906 - cuviper:debuginfo-level, r=Mark-Simulacrum 2019-07-25 01:05:07 +02:00
doc
etc
grammar
liballoc
libarena
libcore Auto merge of #62944 - RalfJung:miri, r=oli-obk 2019-07-25 06:14:48 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #62901 - petrochenkov:serde, r=Centril 2019-07-25 01:05:03 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichton 2019-07-25 01:05:00 +02:00
librustc_codegen_ssa rustc: codegen: Build import library for all windows targets 2019-07-25 21:30:08 +02:00
librustc_codegen_utils
librustc_data_structures Rollup merge of #62901 - petrochenkov:serde, r=Centril 2019-07-25 01:05:03 +02:00
librustc_driver Rollup merge of #62901 - petrochenkov:serde, r=Centril 2019-07-25 01:05:03 +02:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface Rollup merge of #62901 - petrochenkov:serde, r=Centril 2019-07-25 01:05:03 +02:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Rollup merge of #62901 - petrochenkov:serde, r=Centril 2019-07-25 01:05:03 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target Rollup merge of #62903 - swolchok:ios-sdkroot, r=alexcrichton 2019-07-25 01:05:05 +02:00
librustc_traits
librustc_tsan
librustc_typeck
librustdoc
libserialize
libstd std: win: Don't use GetUserProfileDirectoryW on UWP 2019-07-25 21:30:08 +02:00
libsyntax Rollup merge of #62901 - petrochenkov:serde, r=Centril 2019-07-25 01:05:03 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind libunwind: Use libunwind when targeting UWP 2019-07-25 21:30:08 +02:00
llvm-emscripten@7f23313edf
llvm-project@f6446fa8e9
rtstartup
rustc
rustllvm
stdarch@b881a2d124
test rustc: codegen: Build import library for all windows targets 2019-07-25 21:30:08 +02:00
tools Auto merge of #62944 - RalfJung:miri, r=oli-obk 2019-07-25 06:14:48 +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: