rust/src
2020-05-08 10:59:08 +02:00
..
bootstrap Rollup merge of #71731 - mark-i-m:guide-toolstate-off-for-now, r=kennytm 2020-05-06 22:36:45 +02:00
build_helper
ci Auto merge of #71995 - pietroalbini:ci-windows-detect-latest-python, r=Mark-Simulacrum 2020-05-07 21:52:39 +00:00
doc Rollup merge of #71897 - alexcrichton:embed-bitcode-docs, r=nnethercote 2020-05-05 12:55:13 +02:00
etc
liballoc Rollup merge of #70733 - yoshuawuyts:arc-increment-refcount, r=Mark-Simulacrum 2020-05-07 21:46:06 +02:00
libarena
libcore rewrite Drop documentation 2020-05-07 09:10:31 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_ast
librustc_ast_lowering
librustc_ast_passes Add docstring to deny_equality_constraints 2020-05-04 11:09:10 -07:00
librustc_ast_pretty
librustc_attr
librustc_builtin_macros fix typo in function name 2020-05-04 18:27:23 -04:00
librustc_codegen_llvm Simplify the tcx.alloc_map API 2020-05-08 10:59:08 +02:00
librustc_codegen_ssa Simplify the tcx.alloc_map API 2020-05-08 10:59:08 +02:00
librustc_data_structures Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk 2020-05-07 00:03:23 +00:00
librustc_driver
librustc_error_codes
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir review comments: use or-pattern 2020-05-04 09:53:15 -07:00
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Restore the snapshot/rollback optimization for region constraints 2020-05-05 11:25:12 +02:00
librustc_interface Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk 2020-05-07 00:03:23 +00:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_macros
librustc_metadata
librustc_middle Shrink visibility of the AllocMap and its methods 2020-05-08 10:59:08 +02:00
librustc_mir Move unwrap_fn and unwrap_memory to GlobalAlloc 2020-05-08 10:59:08 +02:00
librustc_mir_build Move unwrap_fn and unwrap_memory to GlobalAlloc 2020-05-08 10:59:08 +02:00
librustc_parse Detect errors caused by async block in 2015 edition 2020-05-05 19:35:20 -07:00
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve Rollup merge of #71903 - euclio:reword-possible-better, r=petrochenkov 2020-05-07 21:46:14 +02:00
librustc_save_analysis
librustc_session Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic 2020-05-06 16:58:50 +02:00
librustc_span
librustc_symbol_mangling
librustc_target
librustc_trait_selection Rollup merge of #71960 - estebank:fix-E0284, r=davidtwco 2020-05-07 21:46:16 +02:00
librustc_traits
librustc_ty
librustc_typeck Rollup merge of #71938 - mark-i-m:de-abuse-err-4, r=eddyb 2020-05-07 17:58:52 +02:00
librustdoc Rollup merge of #71918 - GuillaumeGomez:rename-methods-section, r=Dylan-DPC 2020-05-06 22:36:51 +02:00
libserialize
libstd Rollup merge of #71980 - steveklabnik:warnings-fixes, r=Mark-Simulacrum 2020-05-07 17:59:00 +02:00
libterm
libtest
libunwind Use -fvisibility=hidden for libunwind 2020-05-05 12:41:23 -07:00
llvm-project@3ba91917e5
rtstartup
rustc
rustllvm
stdarch@d10eefc622
test Rollup merge of #71960 - estebank:fix-E0284, r=davidtwco 2020-05-07 21:46:16 +02:00
tools Auto merge of #71925 - ehuss:update-cargo, r=ehuss 2020-05-07 05:56:20 +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.