rust/src
2018-10-26 11:08:24 +02:00
..
bootstrap fix typos in various places 2018-10-23 15:56:25 +02:00
build_helper
ci Remove the parse-fail test suite 2018-10-21 14:06:28 +03:00
dlmalloc@c99638dc2e
doc
etc fix typos in various places 2018-10-23 15:56:25 +02:00
grammar
jemalloc@1f5a28755e
liballoc fix typos in various places 2018-10-23 15:56:25 +02: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 #54145 - nrc:save-path-segments, r=petrochenkov 2018-10-26 00:04:29 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm fix typos in various places 2018-10-23 15:56:25 +02:00
librustc_codegen_utils
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 #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk 2018-10-25 20:40:31 +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 fix typos in various places 2018-10-23 15:56:25 +02:00
librustc_metadata_utils
librustc_mir validity: assert that unions are non-empty 2018-10-26 11:08:24 +02:00
librustc_msan
librustc_passes fix typos in various places 2018-10-23 15:56:25 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve more reviewer changes 2018-10-26 09:50:51 +13:00
librustc_save_analysis Fix tests and assertions; add some comments 2018-10-26 09:50:51 +13:00
librustc_target fix typos in various places 2018-10-23 15:56:25 +02:00
librustc_traits port the relate-types code from NLL type-check into a type-op 2018-10-24 15:12:50 -04:00
librustc_tsan
librustc_typeck Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis 2018-10-25 14:31:13 +02:00
librustdoc Fix tests and rustdoc 2018-10-26 09:48:44 +13:00
libserialize
libstd Rollup merge of #55328 - raphlinus:copysign_typo, r=joshtriplett 2018-10-25 14:31:21 +02:00
libsyntax more reviewer changes 2018-10-26 09:50:51 +13:00
libsyntax_ext
libsyntax_pos
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 #54145 - nrc:save-path-segments, r=petrochenkov 2018-10-26 00:04:29 +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: