rust/src
2019-11-14 11:08:56 -08:00
..
bootstrap Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-Simulacrum 2019-11-13 22:09:23 +09:00
build_helper
ci
doc Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus 2019-11-13 22:09:13 +09:00
etc
liballoc Auto merge of #65637 - ssomers:master, r=scottmcm 2019-11-13 03:48:42 +00:00
libarena
libcore Rollup merge of #66292 - lzutao:result-map_or, r=SimonSapin 2019-11-13 22:09:20 +09:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbini 2019-11-13 00:42:19 +00:00
libproc_macro Snap cfgs 2019-11-12 16:36:57 -05:00
libprofiler_builtins
librustc Rollup merge of #66337 - Mark-Simulacrum:no-decode-lint-id, r=Dylan-DPC 2019-11-13 22:09:31 +09:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm
librustc_codegen_ssa Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoerister 2019-11-13 22:09:29 +09:00
librustc_codegen_utils
librustc_data_structures Register queries with self profiler in rustc_interface 2019-11-12 13:13:14 -05:00
librustc_driver Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk 2019-11-13 22:09:22 +09:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoerister 2019-11-13 22:09:29 +09:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Rollup merge of #66330 - Nadrieril:nonexhaustive-constructor, r=varkor 2019-11-13 22:09:25 +09:00
librustc_msan
librustc_parse
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target Rollup merge of #66257 - mati865:long-section-names-no-more, r=alexcrichton 2019-11-12 16:36:07 +09:00
librustc_traits
librustc_tsan
librustc_typeck review comments 2019-11-14 11:08:56 -08:00
librustdoc Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk 2019-11-13 22:09:22 +09:00
libserialize
libstd Rollup merge of #66227 - bryanburgers:bufwriter-docs-fix-flush-link, r=Dylan-DPC 2019-11-13 22:09:17 +09:00
libsyntax Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus 2019-11-13 22:09:13 +09:00
libsyntax_expand
libsyntax_ext
libsyntax_pos Snap cfgs 2019-11-12 16:36:57 -05:00
libterm
libtest
libunwind
llvm-project@cf9304d6d0 Update llvm submodule 2019-11-12 11:02:17 +01:00
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test review comments 2019-11-14 11:08:56 -08:00
tools Compiletest bump to stage0 bootstrap libtest 2019-11-12 16:36:57 -05:00
README.md
stage0.txt Bump version to 1.41 2019-11-12 16:36:57 -05:00

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.