rust/src
2020-03-23 15:45:30 +01:00
..
bootstrap Rollup merge of #70123 - cuviper:library-path, r=Mark-Simulacrum 2020-03-23 10:29:13 +01:00
build_helper
ci Rollup merge of #70159 - alexcrichton:update-wasi, r=pietroalbini 2020-03-23 10:29:14 +01:00
doc
etc
liballoc Add Wake trait for safe construction of Wakers. 2020-03-23 15:44:58 +01:00
libarena
libcore Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJung 2020-03-22 18:37:19 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #70286 - RalfJung:no-experiments, r=petrochenkov 2020-03-23 10:29:18 +01:00
librustc_apfloat
librustc_ast Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril 2020-03-23 06:02:34 +00:00
librustc_ast_lowering Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril 2020-03-23 06:02:34 +00:00
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC 2020-03-23 04:26:15 +01:00
librustc_codegen_llvm Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_codegen_ssa Rollup merge of #70249 - lcnr:issue70125, r=eddyb 2020-03-23 04:26:13 +01:00
librustc_data_structures Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC 2020-03-23 04:26:15 +01:00
librustc_driver
librustc_error_codes Rollup merge of #70270 - GuillaumeGomez:cleanup-e0449, r=Dylan-DPC 2020-03-23 04:26:16 +01:00
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir
librustc_incremental
librustc_index
librustc_infer Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_interface Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril 2020-03-23 06:02:34 +00:00
librustc_lexer
librustc_lint
librustc_llvm rustc_llvm: don't use -g when LLVM_NDEBUG is set. 2020-03-23 02:36:36 +02:00
librustc_macros
librustc_metadata Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_mir Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_mir_build Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_parse Rollup merge of #70248 - Centril:unroot, r=petrochenkov 2020-03-23 04:26:12 +01:00
librustc_passes Allow #[track_caller] in traits. 2020-03-22 17:21:18 -07:00
librustc_plugin_impl
librustc_privacy Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
librustc_resolve Rollup merge of #70233 - petrochenkov:superproc, r=ecstatic-morse 2020-03-23 10:29:16 +01:00
librustc_save_analysis
librustc_session Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril 2020-03-23 06:02:34 +00:00
librustc_span
librustc_symbol_mangling
librustc_target
librustc_trait_selection Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_traits Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_ty
librustc_typeck Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustdoc
libserialize
libstd Add wake_trait feature directive to std 2020-03-23 15:45:30 +01:00
libterm
libtest
libunwind
llvm-project@9f65ad0573
rtstartup
rustc
rustllvm
stdarch@abe96ca3b8
test Rollup merge of #70233 - petrochenkov:superproc, r=ecstatic-morse 2020-03-23 10:29:16 +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 dev guide.