rust/src
2020-06-02 20:42:54 +03:00
..
bootstrap Auto merge of #72672 - seritools:remote-test-windows, r=Mark-Simulacrum 2020-06-02 07:54:38 +00:00
build_helper
ci
doc
etc
liballoc
libcore Rollup merge of #72891 - lzutao:wrapping_int-max, r=sfackler 2020-06-02 13:07:25 +09:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_arena Make things build again 2020-06-02 20:38:24 +03:00
librustc_ast Make things build again 2020-06-02 20:38:24 +03:00
librustc_ast_lowering Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_ast_passes
librustc_ast_pretty
librustc_attr Make things build again 2020-06-02 20:38:24 +03:00
librustc_builtin_macros Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_codegen_llvm Make things build again 2020-06-02 20:38:24 +03:00
librustc_codegen_ssa Make things build again 2020-06-02 20:38:24 +03:00
librustc_data_structures Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_driver Make things build again 2020-06-02 20:38:24 +03:00
librustc_error_codes Rollup merge of #72880 - GuillaumeGomez:cleanup-e0637, r=Dylan-DPC 2020-06-02 13:07:20 +09:00
librustc_errors Make things build again 2020-06-02 20:38:24 +03:00
librustc_expand Make things build again 2020-06-02 20:38:24 +03:00
librustc_feature
librustc_fs_util
librustc_graphviz Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_hir Make things build again 2020-06-02 20:38:24 +03:00
librustc_hir_pretty
librustc_incremental Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_index Make things build again 2020-06-02 20:38:24 +03:00
librustc_infer Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_interface Make things build again 2020-06-02 20:38:24 +03:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_macros
librustc_metadata Make things build again 2020-06-02 20:38:24 +03:00
librustc_middle Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_mir Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_mir_build Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_parse
librustc_parse_format Make things build again 2020-06-02 20:38:24 +03:00
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_resolve Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_save_analysis
librustc_serialize Make things build again 2020-06-02 20:38:24 +03:00
librustc_session Make things build again 2020-06-02 20:38:24 +03:00
librustc_span Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_symbol_mangling
librustc_target Make things build again 2020-06-02 20:38:24 +03:00
librustc_trait_selection Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_traits
librustc_ty
librustc_typeck Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustdoc Auto merge of #72831 - Dylan-DPC:rollup-6rxjwt9, r=Dylan-DPC 2020-05-31 20:58:56 +00:00
libstd
libterm
libtest
libunwind
llvm-project@943dbddc8e
rtstartup
rustc
rustllvm
stdarch@45340c0e2f
test Rename the crates in source code 2020-06-02 20:42:54 +03:00
tools Rename the crates in source code 2020-06-02 20:42:54 +03:00
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 dev guide.