rust/src
2018-03-26 22:16:10 +01:00
..
bootstrap rustbuild: Disable docs on cross-compiled builds 2018-03-25 23:31:41 -07:00
build_helper
ci rustbuild: Disable docs on cross-compiled builds 2018-03-25 23:31:41 -07:00
dlmalloc@9b2dcac06c
doc Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Implement get_key_value for HashMap, BTreeMap 2018-03-25 23:50:47 +01:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@266ea0740a
libcore Rollup merge of #49353 - chisophugis:patch-1, r=Mark-Simulacrum 2018-03-26 15:15:01 +02:00
libfmt_macros
libgraphviz
liblibc@ed04152aac
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins pgo: Blindly try to fix Windows build. 2018-03-25 23:17:47 +02:00
librustc Add future deprecation warning to rustdoc 2018-03-26 22:16:10 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back
librustc_borrowck
librustc_const_eval
librustc_const_math
librustc_cratesio_shim
librustc_data_structures Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
librustc_driver
librustc_errors Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
librustc_incremental Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
librustc_lint
librustc_llvm Auto merge of #48346 - emilio:pgo, r=alexcrichton 2018-03-26 13:00:18 +00:00
librustc_lsan
librustc_metadata Auto merge of #48346 - emilio:pgo, r=alexcrichton 2018-03-26 13:00:18 +00:00
librustc_mir Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #48693 - vorner:doc-name-resolution, r=petrochenkov 2018-03-26 15:14:50 +02:00
librustc_save_analysis
librustc_traits
librustc_trans Auto merge of #48346 - emilio:pgo, r=alexcrichton 2018-03-26 13:00:18 +00:00
librustc_trans_utils Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
librustc_tsan
librustc_typeck Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
librustdoc Add future deprecation warning to rustdoc 2018-03-26 22:16:10 +01:00
libserialize
libstd Rollup merge of #49346 - Diggsey:hashmap-get-pair, r=Mark-Simulacrum 2018-03-26 15:14:59 +02:00
libstd_unicode
libsyntax Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@6ceaaa4b01
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #48346 - emilio:pgo, r=alexcrichton 2018-03-26 13:00:18 +00:00
stdsimd@bcb720e558
test Add tests for items deprecated in the future 2018-03-26 22:16:10 +01:00
tools Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
Cargo.lock Stabilize conservative_impl_trait 2018-03-26 10:43:03 +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: