rust/src
2018-05-22 04:15:29 +02:00
..
bootstrap Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler 2018-05-19 03:10:53 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc Rollup merge of #50858 - robinkrahl:rustdoc-fix-order, r=steveklabnik 2018-05-20 04:16:08 +08:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #50739 - gnzlbg:vec_reserve, r=sfackler 2018-05-21 06:19:44 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #50898 - shepmaster:typo, r=QuietMisdreavus 2018-05-21 08:33:58 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Introduce AllocType which indicates what AllocIds point to 2018-05-22 04:15:29 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Introduce AllocType which indicates what AllocIds point to 2018-05-22 04:15:29 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_incremental
librustc_lint Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkov 2018-05-19 14:52:30 +00:00
librustc_llvm
librustc_lsan
librustc_metadata rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded constants". 2018-05-19 20:34:42 +03:00
librustc_mir Introduce AllocType which indicates what AllocIds point to 2018-05-22 04:15:29 +02:00
librustc_msan
librustc_passes Rollup merge of #50829 - est31:master, r=estebank 2018-05-20 04:16:03 +08:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
librustc_resolve Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakis 2018-05-20 22:37:06 +00:00
librustc_save_analysis rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded constants". 2018-05-19 20:34:42 +03:00
librustc_target Auto merge of #50813 - paoloteti:cortex-r, r=alexcrichton 2018-05-20 03:29:49 +00:00
librustc_traits rustc: use intern_* instead of mk_* where possible. 2018-05-21 12:13:19 +03:00
librustc_tsan
librustc_typeck rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
librustdoc rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
libserialize
libstd
libstd_unicode
libsyntax Auto merge of #50924 - petrochenkov:spanover, r=alexcrichton 2018-05-21 03:36:30 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@56c931901c
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Rollup merge of #50827 - nox:llvmup, r=eddyb 2018-05-20 04:16:01 +08:00
stdsimd@a19ca1cd91
test Auto merge of #50860 - nox:big-niches-for-big-doggos-🐕, r=eddyb 2018-05-21 01:23:15 +00:00
tools Auto merge of #50813 - paoloteti:cortex-r, r=alexcrichton 2018-05-20 03:29:49 +00:00
Cargo.lock Rollup merge of #50889 - oli-obk:clippy, r=kennytm 2018-05-20 04:21:05 +08:00
Cargo.toml Update clippy 2018-05-19 13:18:02 +02: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.

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