rust/src
2018-04-26 16:50:29 +03:00
..
bootstrap Auto merge of #50123 - kennytm:do-not-test-rls-if-build-failed, r=alexcrichton 2018-04-22 08:48:32 +00:00
build_helper
ci Fix the miri tool 2018-04-23 11:38:13 +02:00
dlmalloc@c99638dc2e
doc Add doc about doc alias feature 2018-04-22 00:30:48 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #50219 - ralfbiedert:master, r=frewsxcv 2018-04-26 10:11:16 +02:00
liballoc_jemalloc Remove Alloc::oom 2018-04-22 10:08:49 -07:00
liballoc_system Remove Alloc::oom 2018-04-22 10:08:49 -07:00
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytm 2018-04-24 11:57:11 +08:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc rustc_target: move for_variant and field TyLayout methods to a trait. 2018-04-26 16:50:29 +03:00
librustc_allocator Remove unused AllocatorTy::Bang 2018-04-22 10:08:49 -07:00
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_const_math
librustc_cratesio_shim
librustc_data_structures
librustc_driver Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
librustc_errors
librustc_incremental
librustc_lint rustc_target: move in type definitions from ty::layout. 2018-04-26 16:50:20 +03:00
librustc_llvm
librustc_lsan
librustc_metadata Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
librustc_mir rustc_target: move LayoutOf's type parameter to an associated type. 2018-04-26 16:50:28 +03:00
librustc_msan
librustc_passes Auto merge of #49372 - Phlosioneer:inherent-impl-default-error-message, r=nagisa 2018-04-23 10:40:08 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Fix crate:: in local paths 2018-04-25 12:01:59 -07:00
librustc_save_analysis
librustc_target rustc_target: move for_variant and field TyLayout methods to a trait. 2018-04-26 16:50:29 +03:00
librustc_traits Make Binder's field private and clean up its usage 2018-04-24 22:12:07 -05:00
librustc_trans rustc_target: move LayoutOf's type parameter to an associated type. 2018-04-26 16:50:28 +03:00
librustc_trans_utils Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
librustc_tsan
librustc_typeck Remove methods with implicit Binder::skip_bound 2018-04-24 22:12:07 -05:00
librustdoc Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
libserialize
libstd Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfackler 2018-04-24 14:15:56 +00:00
libstd_unicode
libsyntax Auto merge of #50096 - alexcrichton:less-simd-warnings, r=michaelwoerister 2018-04-24 20:59:15 +00:00
libsyntax_ext Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth 2018-04-25 01:50:56 +00:00
libsyntax_pos Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth 2018-04-25 01:50:56 +00:00
libterm
libtest
libunwind
llvm@7243155b1c
llvm-emscripten@2717444753
rtstartup
rustc Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
rustllvm
stdsimd@1ea18a5cb4
test Auto merge of #50072 - oli-obk:discriminants, r=eddyb 2018-04-26 08:51:39 +00:00
tools handle license check 2018-04-26 15:10:11 +12:00
Cargo.lock rustc_target: move in type definitions from rustc_trans::abi. 2018-04-26 16:50:27 +03: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: