rust/src
Hsiang-Cheng Yang 4cb611f3d1
Update string.rs
remove unused variable i in example String::with_capacity()
2018-10-27 14:33:07 +08: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 fix typos in various places 2018-10-23 15:56:25 +02:00
grammar
jemalloc@1f5a28755e
liballoc Update string.rs 2018-10-27 14:33:07 +08:00
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 Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelix 2018-10-23 04:05:50 +00:00
librustc_driver Add extern crate items to extern prelude 2018-10-24 00:14:50 +03:00
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 Revert "rustc: Fix (again) simd vectors by-val in ABI" 2018-10-23 00:59:14 -07:00
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 user_ty.projs support to AscribeUserType. 2018-10-26 23:47:53 +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 Add macro call span when lacking any other span in diagnostic 2018-10-23 10:07:11 -07:00
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Revert "rustc: Fix (again) simd vectors by-val in ABI" 2018-10-23 00:59:14 -07:00
stdsimd@431766a3fb Update stdsimd submodule 2018-10-23 09:51:02 -07:00
test 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
tools Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis 2018-10-25 14:31:13 +02:00
.gitignore
Cargo.lock submodules: update clippy from 5afdf8b7 to b1d03437 2018-10-21 17:56:00 +02: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: