rust/src
2019-04-19 10:13:45 -07:00
..
bootstrap
build_helper
ci
doc Rename files in doc 2019-04-18 06:20:07 +09:00
etc
grammar
liballoc Auto merge of #60077 - RalfJung:miri-alloc-tests, r=joshtriplett 2019-04-19 12:52:02 +00:00
libarena
libcore Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor 2019-04-19 06:03:30 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #60063 - spastorino:place2_2, r=oli-obk 2019-04-19 09:57:26 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Emit specific error for struct literal in conditions 2019-04-19 10:13:44 -07:00
librustc_codegen_llvm Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppe 2019-04-19 06:03:29 +02:00
librustc_codegen_ssa Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
librustc_fs_util
librustc_incremental
librustc_interface hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
librustc_lint Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_mir Auto merge of #60063 - spastorino:place2_2, r=oli-obk 2019-04-19 09:57:26 +00:00
librustc_msan
librustc_passes Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_plugin
librustc_privacy Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_resolve Identify missing ambiguous case with best effort suggestion 2019-04-19 10:13:45 -07:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #60073 - rchaser53:issue-60049, r=estebank 2019-04-19 07:03:12 +00:00
librustdoc Rollup merge of #60032 - rust-lang:remove-unwanted-z-index, r=QuietMisdreavus 2019-04-19 06:03:13 +02:00
libserialize
libstd Rollup merge of #60078 - matklad:patch-1, r=shepmaster 2019-04-19 06:03:24 +02:00
libsyntax Identify missing ambiguous case with best effort suggestion 2019-04-19 10:13:45 -07:00
libsyntax_ext Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm Remove the unused LLVMRustIsRustLLVM 2019-04-18 15:28:18 -07:00
stdsimd@45f8450916 Update stdsimd 2019-04-18 14:51:11 +09:00
test Identify missing ambiguous case with best effort suggestion 2019-04-19 10:13:45 -07:00
tools Rollup merge of #60082 - TimDiekmann:master, r=RalfJung 2019-04-19 06:03:27 +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: