rust/src
2018-06-27 06:48:43 -04:00
..
bootstrap Auto merge of #51728 - bradjc:llvm-tools2, r=kennytm 2018-06-25 17:22:12 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis 2018-06-26 09:20:33 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboats 2018-06-26 11:35:37 +02:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro hygiene: Do not reset expansion info for quote! 2018-06-23 20:40:25 +03:00
libprofiler_builtins
librustc extract out query boilerplate and use for Eq 2018-06-27 06:48:32 -04:00
librustc_allocator used debug, not info 2018-06-24 16:16:14 -05:00
librustc_apfloat
librustc_asan
librustc_borrowck Rollup merge of #51769 - alexcameron89:update_rustc_guide_links, r=frewsxcv 2018-06-26 11:35:40 +02:00
librustc_codegen_llvm Add backticks to E0558 2018-06-24 00:16:10 +01:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #51613 - nnethercote:ob-forest-cleanup, r=nikomatsakis 2018-06-26 07:06:18 +00:00
librustc_driver Attempt to fix hygiene for global_allocator 2018-06-24 16:10:20 -05:00
librustc_errors
librustc_incremental
librustc_lint Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint 2018-06-25 06:57:08 -03:00
librustc_llvm
librustc_lsan
librustc_metadata hygiene: Do not reset expansion info for quote! 2018-06-23 20:40:25 +03:00
librustc_mir do not re-create the LocationTable for every path 2018-06-26 13:18:27 -04:00
librustc_msan
librustc_passes Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov 2018-06-23 14:33:10 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve hygiene: More descriptive names for things involved in late hygienic name resolution 2018-06-23 20:09:21 +03:00
librustc_save_analysis hygiene: Merge NameAndSpan into ExpnInfo 2018-06-23 21:53:24 +03:00
librustc_target
librustc_traits use query boilerplate for normalize 2018-06-27 06:48:43 -04:00
librustc_tsan
librustc_typeck Rollup merge of #51747 - varkor:export_name-null-character, r=estebank 2018-06-26 11:35:39 +02:00
librustdoc Minify css 2018-06-25 23:28:20 +02:00
libserialize
libstd Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-Simulacrum 2018-06-26 11:35:41 +02:00
libstd_unicode
libsyntax Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis 2018-06-26 09:20:33 +00:00
libsyntax_ext hygiene: Merge NameAndSpan into ExpnInfo 2018-06-23 21:53:24 +03:00
libsyntax_pos Fix typo 2018-06-25 23:44:48 +03:00
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test WIP fix error messages for propagate_approximated_shorter_to_static_no_bound 2018-06-26 12:41:47 -04:00
tools Auto merge of #51728 - bradjc:llvm-tools2, r=kennytm 2018-06-25 17:22:12 +00:00
Cargo.lock add a streamlined instantiate_query_result method for NLL queries 2018-06-26 13:18:25 -04: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: