rust/src
Matthew Jasper ea6fe08751 Split explain_why_borrow_contains_point into two functions
Allows callers to change other parts of their message based on the
explanation
2018-09-09 19:43:10 +01:00
..
bootstrap Rollup merge of #54050 - GabrielMajeri:fix-build-with-nightly, r=alexcrichton 2018-09-08 18:27:28 +08:00
build_helper
ci
dlmalloc@c99638dc2e
doc Rollup merge of #54040 - steveklabnik:update-books, r=Mark-Simulacrum 2018-09-08 18:27:15 +08:00
etc Have rust-lldb look for the rust-enabled lldb 2018-09-07 09:13:47 -06:00
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum,QuietMisdreavus 2018-09-08 04:14:54 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum,QuietMisdreavus 2018-09-08 04:14:54 +00:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis 2018-09-08 19:57:14 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #53998 - eddyb:issue-53728, r=oli-obk 2018-09-09 08:54:29 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures add const_fn feature 2018-09-07 13:28:23 -04:00
librustc_driver switch to using NonZeroU32 to represent indices 2018-09-07 11:37:47 -04:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #53705 - ms2300:tmp, r=oli-obk 2018-09-08 14:16:37 +00:00
librustc_llvm
librustc_lsan
librustc_metadata crates that provide a panic_handler are exempt from unused_extern_crates 2018-09-06 21:24:33 +02:00
librustc_metadata_utils
librustc_mir Split explain_why_borrow_contains_point into two functions 2018-09-09 19:43:10 +01:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Auto merge of #53705 - ms2300:tmp, r=oli-obk 2018-09-08 14:16:37 +00:00
librustc_resolve Auto merge of #53988 - eddyb:issue-53770, r=petrochenkov 2018-09-09 06:25:13 +00:00
librustc_save_analysis
librustc_target rustc_codegen_llvm: don't assume offsets are always aligned. 2018-09-06 20:56:20 +03:00
librustc_traits Changing TyAnon -> TyOpaque and relevant functions 2018-09-05 13:01:16 -06:00
librustc_tsan
librustc_typeck Auto merge of #53705 - ms2300:tmp, r=oli-obk 2018-09-08 14:16:37 +00:00
librustdoc Auto merge of #53705 - ms2300:tmp, r=oli-obk 2018-09-08 14:16:37 +00:00
libserialize rewrite constants to use NewType::MAX instead of u32::MAX 2018-09-07 11:37:47 -04:00
libstd Auto merge of #54051 - kennytm:rollup, r=kennytm 2018-09-08 11:53:21 +00:00
libsyntax Auto merge of #53949 - estebank:unclosed-delim, r=nikomatsakis 2018-09-09 01:36:58 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@2a1cdeadd3
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Auto merge of #53998 - eddyb:issue-53728, r=oli-obk 2018-09-09 08:54:29 +00:00
tools Rollup merge of #54023 - matthiaskrgr:clippy, r=oli-obk 2018-09-07 18:14:28 +08:00
.gitignore
Cargo.lock Update petgraph dependency to 0.4.13 2018-09-08 09:04:29 +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: