rust/src
kennytm 1fad057e2e
Rollup merge of #52763 - petrhosek:fuchsia-triple, r=alexcrichton
Omit the vendor component in Fuchsia triple

Previously, using unknown as the vendor value would lead to the same
result, but with the multiarch runtimes support in Clang, the target is
now used to locate the runtime libraries and so the format is important.
The denormalized format with omitted vendor component is the format we
use with Clang and should be using for Rust as well.
2018-07-28 16:25:02 +08:00
..
bootstrap
build_helper
ci Omit the vendor component in Fuchsia triple 2018-07-26 23:52:00 -07:00
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum 2018-07-27 20:27:40 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@52a6a4d708
libcore Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum 2018-07-27 20:27:40 +00:00
libfmt_macros Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum 2018-07-27 20:27:40 +00:00
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis 2018-07-28 16:24:57 +08:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum 2018-07-27 20:27:40 +00:00
librustc_codegen_llvm Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis 2018-07-28 16:24:57 +08:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum 2018-07-27 20:27:40 +00:00
librustc_driver Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum 2018-07-27 20:27:40 +00:00
librustc_errors Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum 2018-07-27 20:27:40 +00:00
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata Rollup merge of #52760 - cuviper:test_loading_atoi, r=alexcrichton 2018-07-28 16:25:01 +08:00
librustc_mir Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum 2018-07-27 20:27:40 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target Rollup merge of #52763 - petrhosek:fuchsia-triple, r=alexcrichton 2018-07-28 16:25:02 +08:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #52702 - csmoe:mut_diff, r=estebank 2018-07-28 16:24:55 +08:00
librustdoc
libserialize
libstd Rollup merge of #52759 - stjepang:impl-send-sync-for-joinhandle, r=TimNN 2018-07-28 16:24:59 +08:00
libstd_unicode
libsyntax Rollup merge of #52740 - estebank:crate-name, r=petrochenkov 2018-07-28 16:24:58 +08:00
libsyntax_ext Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum 2018-07-27 20:27:40 +00:00
libsyntax_pos Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis 2018-07-28 16:24:57 +08:00
libterm
libtest
libunwind
llvm@0368490510
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Rollup merge of #52740 - estebank:crate-name, r=petrochenkov 2018-07-28 16:24:58 +08:00
tools Rollup merge of #52763 - petrhosek:fuchsia-triple, r=alexcrichton 2018-07-28 16:25:02 +08:00
Cargo.lock
Cargo.toml
README.md
stage0.txt bump bootstrap compiler to beta-2018-07-27 2018-07-27 12:24:17 +02: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.

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