rust/src
2019-11-09 02:04:24 +01:00
..
bootstrap
build_helper
ci
doc Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk 2019-11-08 16:50:33 +01:00
etc
liballoc
libarena
libcore Rollup merge of #65580 - SimonSapin:maybeuninit-array, r=Amanieu 2019-11-08 13:42:14 +09:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #66188 - Centril:fnsig, r=davidtwco 2019-11-08 16:50:41 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm rustc_target: inline abi::FloatTy into abi::Primitive. 2019-11-07 16:54:25 +02:00
librustc_codegen_ssa
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface ast::ItemKind::Fn: use ast::FnSig 2019-11-08 09:32:20 +01:00
librustc_lexer
librustc_lint Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk 2019-11-08 16:50:33 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata hir::ItemKind::Fn: use hir::MethodSig 2019-11-08 09:32:20 +01:00
librustc_mir Rollup merge of #66188 - Centril:fnsig, r=davidtwco 2019-11-08 16:50:41 +01:00
librustc_msan
librustc_passes move attr meta grammar to parse::validate_atr + ast_validation 2019-11-09 02:04:24 +01:00
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #66188 - Centril:fnsig, r=davidtwco 2019-11-08 16:50:41 +01:00
librustc_save_analysis ast::ItemKind::Fn: use ast::FnSig 2019-11-08 09:32:20 +01:00
librustc_target rustc_target: inline abi::FloatTy into abi::Primitive. 2019-11-07 16:54:25 +02:00
librustc_traits
librustc_tsan
librustc_typeck hir::MethodSig -> hir::FnSig 2019-11-08 09:32:20 +01:00
librustdoc hir::MethodSig -> hir::FnSig 2019-11-08 09:32:20 +01:00
libserialize
libstd Rollup merge of #66165 - Wind-River:master_xyz, r=alexcrichton 2019-11-08 13:42:22 +09:00
libsyntax move attr meta grammar to parse::validate_atr + ast_validation 2019-11-09 02:04:24 +01:00
libsyntax_expand move attr meta grammar to parse::validate_atr + ast_validation 2019-11-09 02:04:24 +01:00
libsyntax_ext move attr meta grammar to parse::validate_atr + ast_validation 2019-11-09 02:04:24 +01:00
libsyntax_pos Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk 2019-11-08 16:50:33 +01:00
libterm
libtest
libunwind
llvm-project@14a3b12307
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test move attr meta grammar to parse::validate_atr + ast_validation 2019-11-09 02:04:24 +01:00
tools
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.