rust/src
2020-02-21 19:41:22 +01:00
..
bootstrap
build_helper
ci
doc
etc
liballoc
libarena
libcore Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obk 2020-02-20 10:49:12 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb 2020-02-21 10:04:22 +00:00
librustc_apfloat
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_data_structures Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov 2020-02-20 22:44:01 +00:00
librustc_driver
librustc_error_codes Rollup merge of #69311 - GuillaumeGomez:clean-up-e0321-e0322, r=Dylan-DPC 2020-02-20 20:18:53 +01:00
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir
librustc_incremental
librustc_index
librustc_infer Implement RFC 2532 – Associated Type Defaults 2020-02-21 19:41:21 +01:00
librustc_interface
librustc_lexer
librustc_lint Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk 2020-02-20 20:18:50 +01:00
librustc_llvm
librustc_macros
librustc_metadata
librustc_mir Auto merge of #69290 - wesleywiser:speed_up_ctfe_stress_4, r=RalfJung 2020-02-21 06:43:40 +00:00
librustc_mir_build Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb 2020-02-21 10:04:22 +00:00
librustc_parse
librustc_passes Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov 2020-02-20 22:44:01 +00:00
librustc_plugin_impl
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_session Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk 2020-02-20 20:18:50 +01:00
librustc_span Rollup merge of #69266 - Zoxc:fix-source-map-race, r=wesleywiser 2020-02-20 10:49:13 +01:00
librustc_target
librustc_traits
librustc_ty
librustc_typeck Add comment about the shallow subst rule 2020-02-21 19:41:22 +01:00
librustdoc
libserialize
libstd Rollup merge of #68945 - mjbshaw:once_is_completed, r=LukasKalbertodt 2020-02-20 10:49:10 +01:00
libsyntax
libterm
libtest
libunwind
llvm-project@d7cdb43592
rtstartup
rustc
rustllvm
stdarch@dea57529b3
test Improve defaults-in-other-trait-items-pass 2020-02-21 19:41:22 +01:00
tools Update Clippy 2020-02-21 10:32:57 +01: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 guide.