rust/src
2018-04-12 22:53:03 +02:00
..
bootstrap
build_helper
ci Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton 2018-04-12 00:35:33 +00:00
dlmalloc@c99638dc2e Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
doc Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakis 2018-04-12 05:38:49 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Make AllocErr a zero-size unit struct 2018-04-12 22:53:03 +02:00
liballoc_jemalloc Make AllocErr a zero-size unit struct 2018-04-12 22:53:03 +02:00
liballoc_system Implement GlobalAlloc for System 2018-04-12 22:53:03 +02:00
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Implement GlobalAlloc for System 2018-04-12 22:53:03 +02:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister 2018-04-12 16:22:36 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back
librustc_borrowck
librustc_const_math
librustc_cratesio_shim
librustc_data_structures Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister 2018-04-12 16:22:36 +00:00
librustc_driver Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister 2018-04-12 16:22:36 +00:00
librustc_errors
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister 2018-04-12 16:22:36 +00:00
librustc_mir Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister 2018-04-12 16:22:36 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_traits Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister 2018-04-12 16:22:36 +00:00
librustc_trans Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister 2018-04-12 16:22:36 +00:00
librustc_trans_utils Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister 2018-04-12 16:22:36 +00:00
librustc_tsan
librustc_typeck Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister 2018-04-12 16:22:36 +00:00
librustdoc Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton 2018-04-12 00:35:33 +00:00
libserialize
libstd Make AllocErr a zero-size unit struct 2018-04-12 22:53:03 +02:00
libstd_unicode Mark the rest of the unicode feature flag as perma-unstable. 2018-04-12 00:13:53 +02:00
libsyntax Auto merge of #48528 - bitshifter:repr_packed, r=eddyb 2018-04-12 03:08:14 +00:00
libsyntax_ext
libsyntax_pos Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakis 2018-04-12 05:38:49 +00:00
libterm
libtest
libunwind
llvm@6ceaaa4b01
llvm-emscripten@2717444753
rtstartup
rustc Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
rustllvm
stdsimd@bcb720e558
test Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakis 2018-04-12 05:38:49 +00:00
tools
Cargo.lock Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
Cargo.toml
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: