rust/src
2020-02-29 21:59:09 +03:00
..
bootstrap Make it build again 2020-02-29 20:47:10 +03:00
build_helper
ci
doc Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
etc
liballoc Rollup merge of #69538 - JohnTitor:boxed-slice-try-from, r=Centril 2020-02-28 17:17:33 +01:00
libarena
libcore Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC 2020-02-29 10:43:32 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_apfloat
librustc_ast Make it build again 2020-02-29 20:47:10 +03:00
librustc_ast_lowering Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_ast_passes Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_ast_pretty Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_attr Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_builtin_macros Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_codegen_llvm Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_codegen_ssa Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_codegen_utils Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_data_structures use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
librustc_driver Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_error_codes Wording improvement 2020-02-28 16:01:04 +01:00
librustc_errors Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC 2020-02-29 10:43:32 +00:00
librustc_expand Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_feature Revert "Mark attributes consumed by check_mod_attrs as normal" 2020-02-27 00:00:00 +00:00
librustc_fs_util
librustc_hir Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_incremental Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_index
librustc_infer Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_interface Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_lexer
librustc_lint Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_llvm use char instead of &str for single char patterns 2020-02-27 14:57:22 +01:00
librustc_macros librustc_macros: remove redundant single component path import 2020-02-24 14:56:30 +01:00
librustc_metadata Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_mir Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_mir_build Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_parse Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_passes Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_plugin_impl Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_privacy Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_resolve Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_save_analysis Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_session Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_span Make it build again 2020-02-29 20:47:10 +03:00
librustc_target use char instead of &str for single char patterns 2020-02-27 14:57:22 +01:00
librustc_traits Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_ty Construct AssociatedItems from an iterator instead of a Vec 2020-02-19 12:55:59 -08:00
librustc_typeck Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustdoc Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
libserialize
libstd Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum 2020-02-29 02:16:21 +01:00
libterm
libtest Make it build again 2020-02-29 20:47:10 +03:00
libunwind
llvm-project@9f65ad0573 update llvm to silence gcc 9 warnings 2020-02-26 10:27:01 +08:00
rtstartup
rustc
rustllvm
stdarch@dea57529b3
test Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
tools Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03: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.