rust/src
bors 8772747c5f Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis
Point to lifetime spans on lifetime errors
2018-06-30 16:52:12 +00:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc liballoc docs: Remove “not intended for general usage” 2018-06-29 14:01:33 +02:00
liballoc_jemalloc
liballoc_system
libarena Make raw_vec perma-unstable and hidden 2018-06-29 14:01:33 +02:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Move core::alloc::CollectionAllocErr to alloc::collections 2018-06-29 14:01:33 +02:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Address comments 2018-06-30 01:53:32 +03:00
libprofiler_builtins
librustc Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis 2018-06-30 16:52:12 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Use Idents in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustc_codegen_llvm Auto merge of #51828 - kennytm:no-simd-swap-for-mac, r=alexcrichton 2018-06-30 14:00:24 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj 2018-06-30 07:10:18 +00:00
librustc_errors Fortify dummy span checking 2018-06-30 01:53:32 +03:00
librustc_incremental
librustc_lint Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_llvm
librustc_lsan
librustc_metadata Fortify dummy span checking 2018-06-30 01:53:32 +03:00
librustc_mir Fortify dummy span checking 2018-06-30 01:53:32 +03:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Use Idents for path segments in HIR 2018-06-28 11:04:50 +03:00
librustc_resolve Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk 2018-06-30 09:19:21 +00:00
librustc_save_analysis Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk 2018-06-30 09:19:21 +00:00
librustc_target Explicitely disable WASM code generation for Emscripten 2018-06-28 15:02:38 +02:00
librustc_traits Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_tsan
librustc_typeck Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis 2018-06-30 16:52:12 +00:00
librustdoc Fortify dummy span checking 2018-06-30 01:53:32 +03:00
libserialize
libstd Auto merge of #51178 - GabrielMajeri:os-str-compare, r=SimonSapin 2018-06-30 04:03:14 +00:00
libstd_unicode
libsyntax Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk 2018-06-30 09:19:21 +00:00
libsyntax_ext
libsyntax_pos Address comments 2018-06-30 01:53:32 +03:00
libterm
libtest
libunwind
llvm@1c817c7a0c Update LLVM to 1c817c7a0c828b8fc8e8e462afbe5db41c7052d1 2018-06-29 13:58:17 +09:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis 2018-06-30 16:52:12 +00:00
tools
Cargo.lock
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: