rust/src
2020-02-22 16:17:31 +02:00
..
bootstrap Auto merge of #69293 - Dylan-DPC:rollup-imcbvgo, r=Dylan-DPC 2020-02-19 19:10:58 +00:00
build_helper
ci Rollup merge of #68863 - pietroalbini:azure-macos-10.15, r=Mark-Simulacrum 2020-02-19 18:12:07 +01:00
doc
etc
liballoc Auto merge of #67330 - golddranks:split_inclusive, r=kodraus 2020-02-22 03:54:50 +00:00
libarena
libcore Auto merge of #69332 - nnethercote:revert-u8to64_le-changes, r=michaelwoerister 2020-02-22 07:26:58 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_apfloat
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_data_structures Auto merge of #69332 - nnethercote:revert-u8to64_le-changes, r=michaelwoerister 2020-02-22 07:26:58 +00:00
librustc_driver Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
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 Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_incremental Make is_object_safe a method. 2020-02-19 17:59:24 +01:00
librustc_index
librustc_infer Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_interface Split query stats into its own file 2020-02-19 16:03:21 +01:00
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 Add a storage query modifier to override the query cache 2020-02-19 16:03:19 +01:00
librustc_metadata
librustc_mir Auto merge of #69302 - jonas-schievink:yield-needs-storage, r=Zoxc 2020-02-22 00:10:57 +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 Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_passes Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_plugin_impl
librustc_privacy
librustc_resolve Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_save_analysis Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_session Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_span Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustc_target
librustc_traits
librustc_ty Construct AssociatedItems from an iterator instead of a Vec 2020-02-19 12:55:59 -08:00
librustc_typeck Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
librustdoc Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
libserialize
libstd Rollup merge of #68945 - mjbshaw:once_is_completed, r=LukasKalbertodt 2020-02-20 10:49:10 +01:00
libsyntax Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
libterm
libtest
libunwind
llvm-project@d7cdb43592
rtstartup
rustc
rustllvm
stdarch@dea57529b3
test Auto merge of #69302 - jonas-schievink:yield-needs-storage, r=Zoxc 2020-02-22 00:10:57 +00:00
tools Auto merge of #69347 - matthiaskrgr:submodule_upd, r=Xanewok 2020-02-21 16:57:24 +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 guide.