rust/src
2018-09-21 16:21:37 +02:00
..
bootstrap Auto merge of #52036 - collin5:b50509-2, r=collin5 2018-09-17 21:15:12 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc Update The Book to latest 2018-09-18 16:52:47 -04:00
etc
grammar
jemalloc@1f5a28755e
liballoc std: Check for overflow in str::repeat 2018-09-20 09:31:53 -07:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Rollup merge of #52813 - newpavlov:duration_mul_div_extras, r=alexcrichton 2018-09-20 21:36:16 +08:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #54389 - kennytm:rollup, r=kennytm 2018-09-20 22:47:34 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
librustc_codegen_llvm Rollup merge of #54258 - alexcrichton:lld-fatal-warnings, r=eddyb 2018-09-20 21:36:22 +08:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Use HybridBitSet for rows within SparseBitMatrix. 2018-09-18 16:41:27 +10:00
librustc_driver Fix missing struct name 2018-09-15 15:43:44 -04:00
librustc_errors Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #54101 - osa1:issue_54099, r=nikomatsakis 2018-09-19 09:20:36 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Rollup merge of #53470 - bjorn3:warn_metadata_errors, r=alexcrichton 2018-09-20 21:36:18 +08:00
librustc_metadata_utils
librustc_mir Rollup merge of #54298 - RalfJung:miri-field-align, r=eddyb 2018-09-20 21:36:29 +08:00
librustc_msan
librustc_passes Whitespace fix again. 2018-09-17 20:26:05 +03:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
librustc_save_analysis
librustc_target Switch linker for aarch64-pc-windows-msvc from LLD to MSVC, since that seems to work better. 2018-09-17 14:41:09 +02:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #54295 - ljedrz:cleanups_rustc_traits, r=nikomatsakis 2018-09-20 21:36:27 +08:00
librustdoc Auto merge of #54389 - kennytm:rollup, r=kennytm 2018-09-20 22:47:34 +00:00
libserialize Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco 2018-09-14 14:50:11 +08:00
libstd Rollup merge of #54257 - alexcrichton:wasm-math-symbols, r=TimNN 2018-09-20 21:36:21 +08:00
libsyntax Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
libsyntax_ext Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
libsyntax_pos
libterm
libtest Revert "Auto merge of #53527 - Emerentius:test_all, r=nrc" 2018-09-15 22:48:38 +03:00
libunwind
llvm@caddcd9b9d Update LLVM to fix "bool" arguments on PPC32 2018-09-16 04:33:58 +08:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Update LLVM to fix "bool" arguments on PPC32 2018-09-16 04:33:58 +08:00
stdsimd@05c2f61c38
test Workaround rust-lang/rust#54222 by just ignoring the warning about the linker flag. 2018-09-21 16:21:37 +02:00
tools Provide way for ui tests to opt out of having their output checked. 2018-09-21 16:21:37 +02:00
.gitignore
Cargo.lock shuffle ownership of external_traits 2018-09-20 05:54:26 -05: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: