rust/src
bors dab71516f1 Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus
[rustdoc] Generic impls

Fixes #33772.

r? @QuietMisdreavus
2018-07-28 20:44:17 +00:00
..
bootstrap
build_helper
ci Omit the vendor component in Fuchsia triple 2018-07-26 23:52:00 -07:00
dlmalloc@c99638dc2e
doc Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis 2018-07-28 14:26:16 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #52769 - sinkuu:stray_test, r=alexcrichton 2018-07-28 16:25:04 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@52a6a4d708
libcore Auto merge of #52744 - RalfJung:align_offset, r=Kimundi 2018-07-28 16:44:21 +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 Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelix 2018-07-28 18:41:40 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis 2018-07-28 16:25:07 +08: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 Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis 2018-07-28 16:25:07 +08:00
librustc_errors Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis 2018-07-28 16:25:07 +08: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 #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis 2018-07-28 14:26:16 +00:00
librustc_msan
librustc_passes Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis 2018-07-28 16:25:07 +08:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis 2018-07-28 16:25:07 +08:00
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 Auto merge of #52761 - toidiu:ak-static-infer-fg, r=nikomatsakis 2018-07-28 11:37:41 +00:00
librustdoc Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus 2018-07-28 20:44:17 +00:00
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 Auto merge of #52761 - toidiu:ak-static-infer-fg, r=nikomatsakis 2018-07-28 11:37:41 +00: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 Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus 2018-07-28 20:44:17 +00:00
tools Rollup merge of #52763 - petrhosek:fuchsia-triple, r=alexcrichton 2018-07-28 16:25:02 +08:00
Cargo.lock revert accidental atty downgrade 2018-07-27 15:10:52 +02:00
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: