rust/src
2018-08-22 18:28:57 +02:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore
libfmt_macros
libgraphviz
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Allow panicking with string literal messages inside constants 2018-08-22 18:28:57 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm miri/CTFE refactor 2018-08-22 09:06:28 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint optimize sanity check path printing 2018-08-22 13:08:39 +02:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_metadata_utils
librustc_mir Allow panicking with string literal messages inside constants 2018-08-22 18:28:57 +02:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #53516 - petrochenkov:derregr, r=estebank 2018-08-22 09:03:25 +00:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck miri/CTFE refactor 2018-08-22 09:06:28 +02:00
librustdoc Auto merge of #53439 - GuillaumeGomez:generate-blanket-impls-for-reexported-items, r=QuietMisdreavus 2018-08-21 22:48:21 +00:00
libserialize
libstd Allow panicking with string literal messages inside constants 2018-08-22 18:28:57 +02:00
libsyntax Allow panicking with string literal messages inside constants 2018-08-22 18:28:57 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Allow panicking with string literal messages inside constants 2018-08-22 18:28:57 +02:00
tools
Cargo.lock
Cargo.toml
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.

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