rust/src
2019-11-06 11:10:36 +01:00
..
bootstrap
build_helper
ci
doc safe_extern_static -> error 2019-11-06 11:10:36 +01:00
etc
liballoc
libarena
libcore Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov 2019-11-06 07:03:03 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc safe_extern_static -> error 2019-11-06 11:10:36 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rollup merge of #66062 - smaeul:patch/pic-level, r=estebank 2019-11-06 07:03:06 +01:00
librustc_codegen_ssa Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov 2019-11-06 07:03:03 +01:00
librustc_codegen_utils Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=estebank 2019-11-06 07:03:01 +01:00
librustc_data_structures
librustc_driver
librustc_errors Rollup merge of #66139 - euclio:pluralize, r=nagisa 2019-11-06 07:03:14 +01:00
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface Rollup merge of #66086 - RalfJung:smallvec, r=nagisa 2019-11-06 07:03:08 +01:00
librustc_lexer
librustc_lint safe_extern_static -> error 2019-11-06 11:10:36 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #66086 - RalfJung:smallvec, r=nagisa 2019-11-06 07:03:08 +01:00
librustc_mir safe_extern_static -> error 2019-11-06 11:10:36 +01:00
librustc_msan
librustc_passes legacy_directory_ownership -> error 2019-11-06 11:08:23 +01:00
librustc_plugin
librustc_privacy
librustc_resolve legacy_ctor_visibility -> error 2019-11-06 11:08:23 +01:00
librustc_save_analysis
librustc_target Rollup merge of #66103 - smaeul:patch/thumb-musl, r=nagisa 2019-11-06 07:03:11 +01:00
librustc_traits Rollup merge of #66086 - RalfJung:smallvec, r=nagisa 2019-11-06 07:03:08 +01:00
librustc_tsan
librustc_typeck Rollup merge of #66139 - euclio:pluralize, r=nagisa 2019-11-06 07:03:14 +01:00
librustdoc Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=estebank 2019-11-06 07:03:01 +01:00
libserialize
libstd Rollup merge of #66092 - niacat:master, r=nagisa 2019-11-06 07:03:09 +01:00
libsyntax legacy_directory_ownership -> error 2019-11-06 11:08:23 +01:00
libsyntax_expand legacy_directory_ownership -> error 2019-11-06 11:08:23 +01:00
libsyntax_ext Rollup merge of #66139 - euclio:pluralize, r=nagisa 2019-11-06 07:03:14 +01:00
libsyntax_pos legacy_directory_ownership -> error 2019-11-06 11:08:23 +01:00
libterm
libtest
libunwind
llvm-project@14a3b12307
rtstartup
rustc
rustllvm Rollup merge of #66062 - smaeul:patch/pic-level, r=estebank 2019-11-06 07:03:06 +01:00
stdarch@e0ab2c165a
test safe_extern_static -> error 2019-11-06 11:10:36 +01:00
tools
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.