rust/src
2020-03-24 21:32:37 +01:00
..
bootstrap Auto merge of #70190 - pietroalbini:gha, r=Mark-Simulacrum 2020-03-24 15:49:27 +00:00
build_helper
ci ci: add notice on top of the azure pipelines configuration 2020-03-24 15:36:17 +01:00
doc
etc
liballoc must_use on split_off 2020-03-24 17:35:40 +00:00
libarena
libcore Rollup merge of #70234 - anp:tracked-std-traits, r=Amanieu 2020-03-24 21:32:28 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc move ModifiedStatic error to ConstEval errors, and generally adjust terminology from "static" to "global" where appropriate 2020-03-24 08:27:45 +01:00
librustc_apfloat
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm Rollup merge of #70289 - nnethercote:refactor-codegen, r=eddyb 2020-03-24 07:13:42 +01:00
librustc_codegen_ssa Rollup merge of #70289 - nnethercote:refactor-codegen, r=eddyb 2020-03-24 07:13:42 +01:00
librustc_data_structures
librustc_driver
librustc_error_codes Rollup merge of #70355 - GuillaumeGomez:cleanup-e0454, r=Dylan-DPC 2020-03-24 21:32:34 +01:00
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir Rollup merge of #70284 - lcnr:issue70273-what-the-heck-git, r=eddyb 2020-03-24 07:13:40 +01:00
librustc_incremental
librustc_index
librustc_infer Rollup merge of #70213 - eddyb:stalled-on-ty-or-const, r=nikomatsakis 2020-03-24 07:13:37 +01:00
librustc_interface
librustc_lexer
librustc_lint
librustc_llvm
librustc_macros
librustc_metadata Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov 2020-03-24 07:13:35 +01:00
librustc_mir Rollup merge of #70241 - RalfJung:global-mem, r=oli-obk 2020-03-24 21:32:29 +01:00
librustc_mir_build
librustc_parse
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov 2020-03-24 07:13:35 +01:00
librustc_save_analysis
librustc_session
librustc_span
librustc_symbol_mangling
librustc_target
librustc_trait_selection Rollup merge of #70213 - eddyb:stalled-on-ty-or-const, r=nikomatsakis 2020-03-24 07:13:37 +01:00
librustc_traits
librustc_ty
librustc_typeck Rollup merge of #70284 - lcnr:issue70273-what-the-heck-git, r=eddyb 2020-03-24 07:13:40 +01:00
librustdoc
libserialize
libstd spaces between braces really ruin readability 2020-03-24 15:39:29 +01:00
libterm
libtest
libunwind
llvm-project@9f65ad0573
rtstartup
rustc
rustllvm
stdarch@abe96ca3b8
test Rollup merge of #70368 - bjorn3:patch-2, r=jonas-schievink 2020-03-24 21:32:37 +01:00
tools Auto merge of #70190 - pietroalbini:gha, r=Mark-Simulacrum 2020-03-24 15:49:27 +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.