rust/src
2019-01-11 03:53:29 +01:00
..
bootstrap Integrate miri into build-manifest 2019-01-10 07:53:19 -08:00
build_helper
ci
doc stabilise cfg_attr 2019-01-08 00:17:03 +05:30
etc Rollup merge of #57358 - euclio:docck-unicode, r=QuietMisdreavus 2019-01-07 16:25:36 +01:00
grammar
liballoc Rollup merge of #57313 - Nemo157:box-to-pin, r=cramertj 2019-01-05 23:56:58 +08:00
libarena
libcore Auto merge of #57419 - cramertj:pin-set, r=withouboats 2019-01-09 13:48:37 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Make more passes incremental 2019-01-11 03:53:29 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm add support for principal-less trait object types 2019-01-04 00:34:52 +02:00
librustc_codegen_ssa Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichton 2019-01-05 14:58:57 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister 2019-01-09 11:08:14 +00:00
librustc_driver Make more passes incremental 2019-01-11 03:53:29 +01:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint check missing docs for reexported macros as well 2019-01-06 18:55:55 +01:00
librustc_llvm Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichton 2019-01-07 16:25:38 +01:00
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #56638 - matthewjasper:remove-ref-region, r=nikomatsakis 2019-01-08 19:33:20 +00:00
librustc_msan
librustc_passes Make more passes incremental 2019-01-11 03:53:29 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Address review comments 2019-01-06 03:31:43 +03:00
librustc_resolve
librustc_save_analysis Replace CrateAnalysis::access_levels with query 2019-01-04 19:12:48 +01:00
librustc_target
librustc_traits Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis 2019-01-05 03:36:31 +00:00
librustc_tsan
librustc_typeck Make more passes incremental 2019-01-11 03:53:29 +01:00
librustdoc Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakis 2019-01-05 23:57:06 +08:00
libserialize
libstd Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor 2019-01-08 22:16:13 +00:00
libsyntax remove unwanted stage0 line, fix style 2019-01-08 00:21:16 +05:30
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@f4728ed8fa
llvm-emscripten@7f23313edf
rtstartup
rustc rustc: Fix regression where jemalloc isn't used 2019-01-03 13:52:36 -08:00
rustllvm
stdsimd@269d0ba959 Update stdsimd submodule 2019-01-08 20:24:15 +01:00
test Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor 2019-01-08 22:16:13 +00:00
tools Integrate miri into build-manifest 2019-01-10 07:53:19 -08:00
.gitignore
README.md
stage0.txt Bump stage0 2019-01-04 07:30:20 -08:00

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.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: