rust/src
David Wood da4a12038b
Introduce language items for Arc and Rc.
This commit introduces language items for `Arc` and `Rc` so that types
can later be checked to be `Arc` or `Rc` in the NLL borrow checker. The
`lang` attribute is currently limited to `stage1` as it requires a
compiler built with knowledge of the expected language items.
2018-10-01 13:50:21 +02:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc Introduce language items for Arc and Rc. 2018-10-01 13:50:21 +02:00
etc Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" 2018-09-29 09:50:50 +02:00
grammar
jemalloc@1f5a28755e
liballoc Introduce language items for Arc and Rc. 2018-10-01 13:50:21 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Auto merge of #54596 - mjbshaw:drop, r=RalfJung 2018-09-30 12:00:45 +00:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Introduce language items for Arc and Rc. 2018-10-01 13:50:21 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #54639 - nagisa:lets-alias-for-now, r=eddyb 2018-09-30 06:44:13 +00:00
librustc_codegen_utils Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #54596 - mjbshaw:drop, r=RalfJung 2018-09-30 12:00:45 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
librustc_resolve Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
librustc_save_analysis Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
librustc_target Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
librustc_traits Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
librustc_tsan
librustc_typeck Auto merge of #54596 - mjbshaw:drop, r=RalfJung 2018-09-30 12:00:45 +00:00
librustdoc Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
libserialize
libstd Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
libsyntax
libsyntax_ext
libsyntax_pos Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Auto merge of #54596 - mjbshaw:drop, r=RalfJung 2018-09-30 12:00:45 +00:00
tools Rollup merge of #54645 - tromey:android-gdb-version, r=alexcrichton 2018-09-29 16:43:43 +08:00
.gitignore
Cargo.lock
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: