rust/src
2020-03-21 12:33:52 +02:00
..
bootstrap Rollup merge of #69443 - ehuss:tidy-license, r=skade,Mark-Simulacrum 2020-03-19 06:57:30 +01:00
build_helper
ci ci: use python from the correct path 2020-03-18 21:07:44 +01:00
doc
etc
liballoc
libarena
libcore Auto merge of #69509 - RalfJung:debug-assert-write, r=eddyb 2020-03-20 19:02:32 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind remove unused imports 2020-03-19 07:53:32 +01:00
libproc_macro
libprofiler_builtins
librustc Rollup merge of #69935 - davidtwco:issue-69925, r=eddyb 2020-03-20 17:02:05 +09:00
librustc_apfloat
librustc_ast Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obk 2020-03-18 18:03:42 +01:00
librustc_ast_lowering rustc: use LocalDefId instead of DefIndex in hir::map::definitions. 2020-03-19 11:16:08 +02:00
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros fix pre-expansion linting infra 2020-03-18 15:08:25 +01:00
librustc_codegen_llvm Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc 2020-03-18 18:03:44 +01:00
librustc_codegen_ssa Rollup merge of #69935 - davidtwco:issue-69925, r=eddyb 2020-03-20 17:02:05 +09:00
librustc_codegen_utils Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc 2020-03-18 18:03:44 +01:00
librustc_data_structures
librustc_driver
librustc_error_codes Rollup merge of #70146 - GuillaumeGomez:cleanup-e0438, r=Dylan-DPC 2020-03-20 17:02:12 +09:00
librustc_errors
librustc_expand fix pre-expansion linting infra 2020-03-18 15:08:25 +01:00
librustc_feature
librustc_fs_util
librustc_hir rustc: use LocalDefId instead of DefIndex in ich. 2020-03-19 11:16:08 +02:00
librustc_incremental Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc 2020-03-18 18:03:44 +01:00
librustc_index
librustc_infer Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc 2020-03-18 18:03:44 +01:00
librustc_interface Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc 2020-03-18 18:03:44 +01:00
librustc_lexer
librustc_lint rustc: use LocalDefId instead of DefIndex in HirId. 2020-03-19 11:16:08 +02:00
librustc_llvm
librustc_macros
librustc_metadata rustc: use LocalDefId instead of DefIndex in hir::map::definitions. 2020-03-19 11:16:08 +02:00
librustc_mir Rollup merge of #69935 - davidtwco:issue-69925, r=eddyb 2020-03-20 17:02:05 +09:00
librustc_mir_build rustc: use LocalDefId instead of DefIndex in HirId. 2020-03-19 11:16:08 +02:00
librustc_parse fix rebase fallout 2020-03-18 15:08:25 +01:00
librustc_passes rustc: use LocalDefId instead of DefIndex in HirId. 2020-03-19 11:16:08 +02:00
librustc_plugin_impl
librustc_privacy rustc: use LocalDefId instead of DefIndex in HirId. 2020-03-19 11:16:08 +02:00
librustc_resolve rustc: use LocalDefId instead of DefIndex in hir::map::definitions. 2020-03-19 11:16:08 +02:00
librustc_save_analysis
librustc_session
librustc_span rustc: use LocalDefId instead of DefIndex in HirId. 2020-03-19 11:16:08 +02:00
librustc_target Rollup merge of #69768 - oli-obk:union_field_ice, r=eddyb,RalfJung 2020-03-20 17:02:03 +09:00
librustc_trait_selection rustc: use LocalDefId instead of DefIndex in HirId. 2020-03-19 11:16:08 +02:00
librustc_traits
librustc_ty Rollup merge of #69036 - eddyb:monoshim, r=nikomatsakis 2020-03-19 06:57:28 +01:00
librustc_typeck rustc: use LocalDefId instead of DefIndex in HirId. 2020-03-19 11:16:08 +02:00
librustdoc Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison 2020-03-19 16:07:59 +00:00
libserialize
libstd Fix deprecated Error.description() usage in docs 2020-03-21 12:33:52 +02:00
libterm
libtest
libunwind
llvm-project@9f65ad0573
rtstartup
rustc
rustllvm
stdarch@dea57529b3
test Auto merge of #69509 - RalfJung:debug-assert-write, r=eddyb 2020-03-20 19:02:32 +00:00
tools Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison 2020-03-19 16:07:59 +00: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.