rust/src
2019-03-16 11:20:11 +00:00
..
bootstrap rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and enable them by default. 2019-03-15 13:25:10 +02:00
build_helper
ci
doc
etc
grammar
liballoc
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix 2019-03-15 19:24:15 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils rustc: provide DisambiguatedDefPathData in ty::print. 2019-03-15 13:25:10 +02:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver rustc: replace node_path_str with uses of def_path_str. 2019-03-15 13:25:10 +02:00
librustc_errors
librustc_fs_util
librustc_incremental rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
librustc_interface
librustc_lint rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix 2019-03-15 19:24:15 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
librustc_resolve
librustc_save_analysis rustc: replace node_path_str with uses of def_path_str. 2019-03-15 13:25:10 +02:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck rustc: move the contents of ty::item_path to ty::print. 2019-03-15 13:25:10 +02:00
librustdoc rustc: provide DisambiguatedDefPathData in ty::print. 2019-03-15 13:25:10 +02:00
libserialize
libstd Add UdpSocket peer_addr implementation for Wasm 2019-03-16 11:20:11 +00:00
libsyntax rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@38ad31bde8
rtstartup
rustc
rustllvm
stdsimd@359845eb7c
test Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix 2019-03-15 19:24:15 +00:00
tools
.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: