rust/src
2020-02-21 13:17:19 -08: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 Rollup merge of #68705 - BijanT:ll_remove, r=Mark-Simulacrum 2020-02-20 10:49:08 +01:00
libarena
libcore Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obk 2020-02-20 10:49:12 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb 2020-02-21 10:04:22 +00:00
librustc_apfloat
librustc_ast_lowering Remove "not yet implemented" warning 2020-02-18 21:03:28 -08:00
librustc_ast_passes Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov 2020-02-18 22:16:26 +01:00
librustc_ast_pretty Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov 2020-02-18 22:16:26 +01:00
librustc_attr
librustc_builtin_macros Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov 2020-02-18 22:16:26 +01:00
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_data_structures Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov 2020-02-20 22:44:01 +00:00
librustc_driver
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
librustc_expand Rollup merge of #69211 - petrochenkov:prevtok, r=Centril 2020-02-18 22:16:28 +01:00
librustc_feature
librustc_fs_util
librustc_hir Replace rustc_typeck::Namespace with rustc_hir::def::Namespace 2020-02-19 10:51:40 -08:00
librustc_incremental
librustc_index
librustc_infer Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov 2020-02-20 22:44:01 +00: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 #69290 - wesleywiser:speed_up_ctfe_stress_4, r=RalfJung 2020-02-21 06:43:40 +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 Rollup merge of #69236 - Centril:mut-parens-at-recovery, r=estebank 2020-02-18 22:16:31 +01:00
librustc_passes Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov 2020-02-20 22:44:01 +00:00
librustc_plugin_impl
librustc_privacy
librustc_resolve Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov 2020-02-18 22:16:26 +01:00
librustc_save_analysis Make lookup of associated item by name O(log n) 2020-02-19 10:51:40 -08:00
librustc_session Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk 2020-02-20 20:18:50 +01:00
librustc_span Rollup merge of #69266 - Zoxc:fix-source-map-race, r=wesleywiser 2020-02-20 10:49:13 +01:00
librustc_target Fix typo 2020-02-18 00:00:06 +01:00
librustc_traits
librustc_ty Construct AssociatedItems from an iterator instead of a Vec 2020-02-19 12:55:59 -08:00
librustc_typeck Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb 2020-02-21 10:04:22 +00:00
librustdoc Make lookup of associated item by name O(log n) 2020-02-19 10:51:40 -08:00
libserialize Inline various simple emit_* and read_* methods in Decoder. 2020-02-18 16:46:50 +11:00
libstd Rollup merge of #68945 - mjbshaw:once_is_completed, r=LukasKalbertodt 2020-02-20 10:49:10 +01:00
libsyntax Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov 2020-02-18 22:16:26 +01:00
libterm
libtest
libunwind
llvm-project@d7cdb43592
rtstartup
rustc
rustllvm
stdarch@dea57529b3
test Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb 2020-02-21 10:04:22 +00:00
tools Update cargo 2020-02-21 13:17:19 -08: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.