rust/src
varkor fd85de1459 Ignore non .rs files for tidy libcoretest
Previously, any file would be read, which is both unnecessary, and causes issues if irrelevant non-Unicode files were read (e.g. `.DS_STORE`).
2018-05-11 17:04:50 +01:00
..
bootstrap Auto merge of #50200 - alexcrichton:compile-with-clang, r=kennytm 2018-05-10 10:30:02 +00:00
build_helper
ci ci: Compile LLVM with Clang 6.0.0 2018-05-09 14:45:34 -07:00
dlmalloc@c99638dc2e
doc Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakis 2018-05-08 04:56:01 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #50527 - glandium:cleanup, r=sfackler 2018-05-09 20:29:47 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavus 2018-05-09 20:29:46 +08:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Auto merge of #49823 - Zoxc:term-str, r=alexcrichton 2018-05-10 16:27:32 +00:00
libprofiler_builtins
librustc Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister 2018-05-10 14:14:35 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_incremental
librustc_lint Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister 2018-05-10 14:14:35 +00:00
librustc_msan
librustc_passes Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustc_platform_intrinsics
librustc_plugin Misc tweaks 2018-05-05 20:36:46 +02:00
librustc_privacy
librustc_resolve
librustc_save_analysis save-analysis: emit correct docs for methods 2018-05-07 11:43:34 +12:00
librustc_target issue-49938: Reference tagged unions discr(iminant) as tag 2018-05-06 14:52:38 +12:00
librustc_traits Store the GeneratorInterior in the new GeneratorSubsts 2018-05-08 16:21:58 +02:00
librustc_trans Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
librustc_trans_utils
librustc_tsan
librustc_typeck Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
librustdoc Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister 2018-05-10 14:14:35 +00:00
libserialize
libstd Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavus 2018-05-09 20:29:46 +08:00
libstd_unicode
libsyntax Rollup merge of #50525 - nnethercote:lit_token, r=michaelwoerister 2018-05-09 17:23:31 +08:00
libsyntax_ext Fix assertion message generation 2018-05-06 12:13:32 +09:00
libsyntax_pos
libterm
libtest
libunwind
llvm@b6c1a03fb4 ci: Compile LLVM with Clang 6.0.0 2018-05-09 14:45:34 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@2f86c75a24 Update the Cargo/stdsimd submodules 2018-05-08 08:20:47 -07:00
test Auto merge of #49823 - Zoxc:term-str, r=alexcrichton 2018-05-10 16:27:32 +00:00
tools Ignore non .rs files for tidy libcoretest 2018-05-11 17:04:50 +01:00
Cargo.lock ci: Compile LLVM with Clang 6.0.0 2018-05-09 14:45:34 -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: