rust/src
2020-05-06 00:13:41 +02:00
..
bootstrap
build_helper
ci
doc
etc
liballoc Rollup merge of #71892 - integer32llc:btreemap-entry-vacant-docs, r=jonas-schievink 2020-05-05 01:49:49 +02:00
libarena
libcore Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnay 2020-05-05 01:49:41 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros fix typo in function name 2020-05-04 18:27:23 -04:00
librustc_codegen_llvm Correctly handle UEFI targets as Windows-like when emitting sections for LLVM bitcode 2020-05-04 16:27:46 +01:00
librustc_codegen_ssa Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote 2020-05-04 14:14:55 +00:00
librustc_data_structures
librustc_driver
librustc_error_codes
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk 2020-05-04 06:32:49 +00:00
librustc_interface Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk 2020-05-03 22:54:55 +00:00
librustc_lexer
librustc_lint Rollup merge of #71773 - tshepang:links, r=davidtwco 2020-05-04 16:15:32 +02:00
librustc_llvm
librustc_macros
librustc_metadata
librustc_middle validation: port more checks to the pattern-based macro (and give it the shorter name) 2020-05-06 00:13:20 +02:00
librustc_mir validation: port more checks to the pattern-based macro (and give it the shorter name) 2020-05-06 00:13:20 +02:00
librustc_mir_build Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix 2020-05-04 16:15:24 +02:00
librustc_parse
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote 2020-05-04 14:14:55 +00:00
librustc_resolve
librustc_save_analysis
librustc_session Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk 2020-05-03 22:54:55 +00:00
librustc_span Support liveness in rustc_peek tests 2020-05-03 11:36:11 -07:00
librustc_symbol_mangling
librustc_target
librustc_trait_selection Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix 2020-05-04 16:15:24 +02:00
librustc_traits
librustc_ty
librustc_typeck Rollup merge of #71891 - lcnr:not-iter-any, r=Dylan-DPC 2020-05-05 01:49:48 +02:00
librustdoc
libserialize
libstd Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt 2020-05-03 18:34:34 +02:00
libterm
libtest
libunwind
llvm-project@3ba91917e5
rtstartup
rustc
rustllvm
stdarch@d10eefc622
test add test for insufficiently aligned vtable 2020-05-06 00:13:41 +02:00
tools Update clippy lint 2020-05-03 11:41:03 -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.