rust/src
2018-03-16 13:57:07 +00:00
..
bootstrap Auto merge of #48295 - Keruspe:master, r=alexcrichton 2018-03-12 08:11:19 +00:00
build_helper
ci Print /proc/cpuinfo and /proc/meminfo before starting to build. 2018-03-10 19:57:03 +08:00
dlmalloc@9b2dcac06c
doc big fences to show that ``rust is the same as `` 2018-03-12 16:15:38 -05:00
etc
grammar
jemalloc@1f5a28755e
liballoc Add a test for sort_by_key 2018-03-16 13:57:07 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@266ea0740a
libcore Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis 2018-03-15 13:16:09 +00:00
libfmt_macros
libgetopts
libgraphviz
liblibc@ed04152aac Update libc to 0.2.39 2018-03-12 10:07:48 -07:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis 2018-03-15 13:16:09 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back Rollup merge of #48874 - jcowgill:mips-features, r=sanxiyn 2018-03-15 00:15:57 +08:00
librustc_borrowck add canonicalize method to InferCtxt [VIC] 2018-03-13 11:21:31 -04:00
librustc_const_eval add canonicalize method to InferCtxt [VIC] 2018-03-13 11:21:31 -04:00
librustc_const_math
librustc_cratesio_shim
librustc_data_structures Rollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelix 2018-03-15 00:15:46 +08:00
librustc_driver Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis 2018-03-14 23:43:04 +00:00
librustc_errors test for putting back check on json 2018-03-14 00:52:17 +01:00
librustc_incremental
librustc_lint register removed lints 2018-03-14 12:44:52 +08:00
librustc_llvm
librustc_lsan
librustc_metadata add canonicalize method to InferCtxt [VIC] 2018-03-13 11:21:31 -04:00
librustc_mir Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis 2018-03-14 23:43:04 +00:00
librustc_msan
librustc_passes refactor ParamEnv::empty(Reveal) into two distinct methods 2018-03-13 11:21:30 -04:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis add canonicalize method to InferCtxt [VIC] 2018-03-13 11:21:31 -04:00
librustc_traits Fixes after rebase 2018-03-14 12:45:14 +08:00
librustc_trans Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis 2018-03-14 23:43:04 +00:00
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis 2018-03-15 13:16:09 +00:00
librustdoc Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis 2018-03-14 23:43:04 +00:00
libserialize
libstd Auto merge of #48648 - snf:fallible_allocation, r=Kimundi 2018-03-15 08:18:58 +00:00
libstd_unicode
libsyntax Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis 2018-03-14 23:43:04 +00:00
libsyntax_ext Rollup merge of #48934 - Phlosioneer:42453-debug-hygene, r=petrochenkov 2018-03-13 00:54:33 +08:00
libsyntax_pos Remove syntax and syntax_pos thread locals 2018-03-14 11:56:01 +01:00
libterm
libtest add stub for retrieving number of CPUs 2018-03-10 15:01:51 +01:00
libunwind
llvm@6ceaaa4b01 Merge LLVM fix for undefined bss globals 2018-03-10 12:38:41 +00:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Merge LLVM fix for undefined bss globals 2018-03-10 12:38:41 +00:00
stdsimd@ab9356f2af Update stdsimd module 2018-03-11 10:56:21 -07:00
test Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis 2018-03-15 13:16:09 +00:00
tools Update RLS 2018-03-14 16:51:41 +01:00
Cargo.lock Update RLS 2018-03-14 16:51:41 +01: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: