rust/src
2019-02-21 15:31:09 +01:00
..
bootstrap Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=ollie27 2019-02-17 14:52:21 +08:00
build_helper
ci Auto merge of #58549 - pietroalbini:fix-docker-ci-hash, r=Mark-Simulacrum 2019-02-18 17:34:14 +00:00
doc Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik 2019-02-14 02:41:16 +01:00
etc Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alexcrichton 2019-02-17 14:52:20 +08:00
grammar
liballoc Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril 2019-02-16 14:11:55 +08:00
libarena
libcore we only list some examples of basic types 2019-02-21 15:31:09 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik 2019-02-14 02:41:16 +01:00
libprofiler_builtins
librustc Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov 2019-02-19 00:46:12 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #58440 - gnzlbg:v6, r=japaric 2019-02-16 14:11:50 +08:00
librustc_codegen_ssa Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin 2019-02-16 14:11:28 +08:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Always emit an error for a query cycle 2019-02-15 03:51:47 +01:00
librustc_driver Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin 2019-02-16 14:11:28 +08:00
librustc_errors Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk 2019-02-14 02:41:21 +01:00
librustc_fs_util
librustc_incremental
librustc_lint Fix rebase issue 2019-02-15 23:34:04 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov 2019-02-19 00:46:12 +00:00
librustc_mir Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov 2019-02-19 00:46:12 +00:00
librustc_msan
librustc_passes Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis 2019-02-16 14:11:20 +08:00
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin 2019-02-16 14:11:28 +08:00
librustc_save_analysis Reduce the size of hir::Expr. 2019-02-14 11:52:03 +11:00
librustc_target Auto merge of #58406 - Disasm:rv64-support, r=nagisa 2019-02-15 16:20:12 +00:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov 2019-02-19 00:46:12 +00:00
librustdoc Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov 2019-02-19 00:46:12 +00:00
libserialize
libstd Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbg 2019-02-18 02:56:18 +00:00
libsyntax Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin 2019-02-16 14:11:28 +08:00
libsyntax_ext
libsyntax_pos
libterm
libtest Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik 2019-02-14 02:41:16 +01:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@73a75d35b9
rtstartup
rustc
rustllvm
stdsimd@9a60697044 update stdsimd 2019-02-17 11:22:04 +01:00
test Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov 2019-02-19 00:46:12 +00:00
tools publish_toolstate.py: further fix the runtime errors 2019-02-17 23:39:50 +08:00
.gitignore
README.md
stage0.txt Bump the bootstrap compiler 2019-02-17 18:14:32 +01:00

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.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: