rust/src
2020-06-20 11:12:42 -07:00
..
bootstrap Rollup merge of #73440 - jyn514:bootstrap/build-rustdoc, r=Mark-Simulacrum 2020-06-19 19:43:03 -07:00
build_helper
ci
doc Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic 2020-06-19 19:42:55 -07:00
etc
liballoc Rollup merge of #73465 - lzutao:spec-char-tostring, r=sfackler 2020-06-19 09:15:18 -07:00
libcore Rollup merge of #71899 - cuviper:try_find_map, r=dtolnay 2020-06-19 19:42:45 -07:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_arena
librustc_ast Rollup merge of #73364 - joshtriplett:inline-asm, r=Amanieu 2020-06-19 09:15:14 -07:00
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros Clean up 2020-06-20 11:12:42 -07:00
librustc_codegen_llvm Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic 2020-06-19 19:42:55 -07:00
librustc_codegen_ssa Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic 2020-06-19 19:42:55 -07:00
librustc_data_structures
librustc_driver
librustc_error_codes Rollup merge of #73436 - GuillaumeGomez:cleanup-e0670, r=Dylan-DPC 2020-06-19 19:43:01 -07:00
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_graphviz
librustc_hir Rollup merge of #73357 - petrochenkov:tmap, r=davidtwco 2020-06-19 09:15:12 -07:00
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis 2020-06-19 19:43:07 -07:00
librustc_interface Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic 2020-06-19 19:42:55 -07:00
librustc_lexer
librustc_lint Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkov 2020-06-19 09:15:08 -07:00
librustc_llvm
librustc_macros
librustc_metadata Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry 2020-06-19 14:29:20 +02:00
librustc_middle Rollup merge of #73458 - tmiasko:arena-layout, r=matthewjasper 2020-06-19 19:43:09 -07:00
librustc_mir Rollup merge of #73442 - davidtwco:issue-72181-pretty-print-const-val-enum-no-variants, r=oli-obk 2020-06-19 19:43:05 -07:00
librustc_mir_build pretty/mir: const value enums with no variants 2020-06-19 14:46:01 +01:00
librustc_parse Rollup merge of #73280 - GuillaumeGomez:add-e0763, r=petrochenkov 2020-06-19 14:29:29 +02:00
librustc_parse_format
librustc_passes Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry 2020-06-19 14:29:20 +02:00
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve Rollup merge of #73357 - petrochenkov:tmap, r=davidtwco 2020-06-19 09:15:12 -07:00
librustc_save_analysis save_analysis: improve handling of enum struct variant 2020-06-19 10:35:44 +01:00
librustc_serialize
librustc_session Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic 2020-06-19 19:42:55 -07:00
librustc_span Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry 2020-06-19 14:29:20 +02:00
librustc_symbol_mangling
librustc_target Rollup merge of #73214 - androm3da:hex_inline_asm_00, r=Amanieu 2020-06-19 09:15:00 -07:00
librustc_trait_selection Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis 2020-06-19 19:43:07 -07:00
librustc_traits
librustc_ty
librustc_typeck Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic 2020-06-19 19:42:55 -07:00
librustdoc
libstd Rollup merge of #73484 - poliorcetics:use-prelude-doc, r=sfackler 2020-06-19 19:43:11 -07:00
libterm
libtest
libunwind
llvm-project@0ddefeca92
rtstartup
rustc
rustllvm Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic 2020-06-19 19:42:55 -07:00
stdarch@45340c0e2f
test Add codegen test for multiple asm! options 2020-06-20 11:12:42 -07:00
tools Rollup merge of #73506 - Xanewok:update-rls, r=Xanewok 2020-06-19 19:43:13 -07: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.