rust/src
2018-12-20 01:18:04 -05:00
..
bootstrap Rollup merge of #56947 - hsivonen:neon, r=alexcrichton 2018-12-19 11:47:20 +01:00
build_helper
ci Rollup merge of #56947 - hsivonen:neon, r=alexcrichton 2018-12-19 11:47:20 +01:00
doc
etc
grammar
liballoc Auto merge of #56550 - chpio:rc-eq, r=alexcrichton 2018-12-19 10:16:05 +00:00
libarena
libbacktrace@f4d02bbdbf
libcore Add DoubleEndedIterator::nth_back 2018-12-20 01:18:04 -05:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis 2018-12-19 15:22:55 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #56397 - petrhosek:file-search, r=cramertj 2018-12-19 06:46:15 +00:00
librustc_codegen_ssa Auto merge of #56642 - nikic:llvm-6, r=alexcrichton 2018-12-17 04:18:14 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis 2018-12-19 15:22:55 +00:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelix 2018-12-19 11:47:07 +01:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis 2018-12-18 14:21:07 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix 2018-12-19 11:47:05 +01:00
librustc_save_analysis
librustc_target Rollup merge of #56947 - hsivonen:neon, r=alexcrichton 2018-12-19 11:47:20 +01:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #56908 - alexcrichton:new-features, r=oli-obk 2018-12-19 11:47:13 +01:00
librustdoc Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis 2018-12-19 15:22:55 +00:00
libserialize
libstd Rollup merge of #56363 - Lucretiel:patch-3, r=shepmaster 2018-12-19 11:47:04 +01:00
libsyntax Rollup merge of #56910 - estebank:unclosed-eof, r=oli-obk 2018-12-19 11:47:14 +01:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@f4728ed8fa Update LLVM submodule 2018-12-18 15:26:10 +05:30
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm Auto merge of #56642 - nikic:llvm-6, r=alexcrichton 2018-12-17 04:18:14 +00:00
stdsimd@3c0503db84
test Rollup merge of #56947 - hsivonen:neon, r=alexcrichton 2018-12-19 11:47:20 +01:00
tools Rollup merge of #56947 - hsivonen:neon, r=alexcrichton 2018-12-19 11:47:20 +01: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: