rust/src
David Wood 8a0d8c5ab5
Test for cast causing static promotion failure.
This commit adds a test that ensures that a cast in a static doesn't
stop const promotion within the static.
2018-10-27 12:11:02 +02:00
..
bootstrap Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obk 2018-10-26 23:10:38 +08:00
build_helper
ci CI: Set codegen-units-std=1 for dist builds. 2018-10-26 15:07:03 +02:00
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis 2018-10-25 14:31:13 +02:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #55274 - pnkfelix:issue-54570-proj-path-into-pats-with-type-take-2, r=nikomatsakis 2018-10-27 00:39:11 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Remove redundant clone 2018-10-26 12:07:39 +09:00
librustc_codegen_llvm Add the actual chain of projections to UserTypeProjection. 2018-10-26 23:47:52 +02:00
librustc_codegen_utils Remove redundant clone 2018-10-26 12:07:39 +09:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov 2018-10-26 21:46:13 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoerister 2018-10-26 14:30:26 +00:00
librustc_metadata_utils
librustc_mir Add helpful logging statements. 2018-10-27 12:10:58 +02:00
librustc_msan
librustc_passes Remove PlaceContext from API of mir::Visitor::visit_projection_elem. 2018-10-26 23:40:38 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Remove redundant clone 2018-10-26 12:07:39 +09:00
librustc_save_analysis Remove redundant clone 2018-10-26 12:07:39 +09:00
librustc_target Remove redundant clone 2018-10-26 12:07:39 +09:00
librustc_traits add user_ty.projs support to AscribeUserType. 2018-10-26 23:47:53 +02:00
librustc_tsan
librustc_typeck Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov 2018-10-26 21:46:13 +00:00
librustdoc Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank 2018-10-26 23:06:49 +08:00
libserialize
libstd Rollup merge of #55328 - raphlinus:copysign_typo, r=joshtriplett 2018-10-25 14:31:21 +02:00
libsyntax Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov 2018-10-26 21:46:13 +00:00
libsyntax_ext Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov 2018-10-26 21:46:13 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@431766a3fb
test Test for cast causing static promotion failure. 2018-10-27 12:11:02 +02:00
tools Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis 2018-10-25 14:31:13 +02: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: