rust/src
2019-06-12 13:56:28 -04:00
..
bootstrap Auto merge of #61706 - petrhosek:bootstrap-cp-r, r=Mark-Simulacrum 2019-06-10 02:35:29 +00:00
build_helper
ci Auto merge of #61655 - RalfJung:checktools, r=kennytm 2019-06-08 17:44:12 +00:00
doc Implement RFC 2645 (transparent enums and unions) 2019-06-10 22:07:24 -07:00
etc
grammar
liballoc Turn #[allocator] into a built-in attribute and rename it to #[rustc_allocator] 2019-06-08 23:55:25 +03:00
libarena
libcore Rollup merge of #61501 - RalfJung:intrinsics, r=rkruppe 2019-06-10 13:14:28 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc add in a depth-first number for stack entries 2019-06-12 13:56:28 -04:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_codegen_ssa Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_codegen_utils Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_fs_util
librustc_incremental
librustc_interface Haiku: the maximum stack size is 16 MB 2019-06-10 08:10:06 +02:00
librustc_lint Implement RFC 2645 (transparent enums and unions) 2019-06-10 22:07:24 -07:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Auto merge of #61673 - RalfJung:miri-no-hard-float, r=eddyb,oli-obk 2019-06-11 08:15:12 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis Emit artifact notifications for save-analysis output 2019-06-10 09:43:58 -07:00
librustc_target
librustc_traits rename evaluate_obligation_recursively 2019-06-11 19:07:32 -04:00
librustc_tsan
librustc_typeck Implement RFC 2645 (transparent enums and unions) 2019-06-10 22:07:24 -07:00
librustdoc syntax: Move most of the TokenKind methods to Token 2019-06-08 22:38:12 +03:00
libserialize Rollup merge of #59600 - tobia:master, r=pnkfelix 2019-06-10 13:14:26 +02:00
libstd Rollup merge of #61647 - JohnTitor:use-stable-func, r=Centril 2019-06-08 03:34:02 +02:00
libsyntax Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppe 2019-06-11 11:06:38 +00:00
libsyntax_ext Rollup merge of #61616 - petrochenkov:parsderef, r=oli-obk 2019-06-08 03:33:57 +02:00
libsyntax_pos Implement RFC 2645 (transparent enums and unions) 2019-06-10 22:07:24 -07:00
libterm Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@788592fb27
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppe 2019-06-11 11:06:38 +00:00
tools Auto merge of #61694 - Xanewok:update-rls, r=kennytm 2019-06-10 18:24:43 +00:00
.gitignore
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.

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