rust/src
Marc-Antoine Perennou 6250a47ea6 make codegen-backends directory name configurable
This allows to parallel-install several versions of rust system-wide
Fixes #48263

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2018-03-02 13:51:02 +01:00
..
binaryen@17841e155e
bootstrap make codegen-backends directory name configurable 2018-03-02 13:51:02 +01:00
build_helper
ci
dlmalloc@9b2dcac06c
doc Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn 2018-02-28 15:09:24 -08:00
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcrichton 2018-02-28 19:15:32 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@266ea0740a
libcore Rollup merge of #48603 - pthariensflame:patch-1, r=frewsxcv 2018-02-28 15:09:31 -08:00
libfmt_macros
libgetopts
libgraphviz
liblibc@56444a4545
libpanic_abort
libpanic_unwind
libproc_macro Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn 2018-02-28 15:09:24 -08:00
libprofiler_builtins
librustc change skolemizations to use universe index 2018-03-01 08:04:26 -07:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back Rollup merge of #48560 - bdrewery:freebsd-struct-abi, r=estebank 2018-02-28 19:15:42 +08:00
librustc_binaryen
librustc_borrowck
librustc_const_eval
librustc_const_math
librustc_cratesio_shim
librustc_data_structures Bump ena 2018-03-01 08:04:26 -07:00
librustc_driver make codegen-backends directory name configurable 2018-03-02 13:51:02 +01:00
librustc_errors Fix rebase 2018-02-26 21:20:31 +03:00
librustc_incremental
librustc_lint Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis 2018-02-28 15:09:29 -08:00
librustc_llvm
librustc_lsan
librustc_metadata Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn 2018-02-28 15:09:24 -08:00
librustc_mir Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis 2018-02-28 15:09:29 -08:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkov 2018-02-26 09:41:33 +00:00
librustc_resolve
librustc_save_analysis
librustc_trans Rollup merge of #48565 - alexcrichton:rename-bmi, r=cramertj 2018-02-28 19:15:43 +08:00
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #47861 - sgrif:sg-rebase-chalkify-universe-refactorings, r=nikomatsakis 2018-03-01 21:14:35 +00:00
librustdoc Fix breakage in rustdoc 2018-03-01 08:04:26 -07:00
libserialize
libstd Rollup merge of #48420 - teiesti:path_parents, r=BurntSushi 2018-02-28 15:09:27 -08:00
libstd_unicode Fixes docs for ASCII functions to no longer claim U+0021 is '@'. 2018-02-24 23:48:51 -06:00
libsyntax Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto 2018-02-28 15:09:26 -08:00
libsyntax_ext Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay 2018-02-28 07:10:05 +00:00
libsyntax_pos Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn 2018-02-28 15:09:24 -08:00
libterm
libtest
libunwind
llvm@9f81beaf32
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
test Auto merge of #46785 - leodasvacas:type-check-defaults-at-declaration, r=nikomatsakis 2018-03-01 13:19:18 +00:00
tools Auto merge of #48349 - nrc:update, r=alexcrichton 2018-03-01 02:11:35 +00:00
Cargo.lock Bump ena 2018-03-01 08:04:26 -07: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: