rust/src
bors c40275b34f Auto merge of #51410 - oli-obk:cargo_bump, r=nikomatsakis
Update the cargo submodule

This allows the next nightly to publish crates that are on the 2018 edition (in an unstable way)
2018-06-08 17:04:14 +00:00
..
bootstrap
build_helper
ci Use public DNS server instead of 169.254.169.254 on CI. 2018-06-08 05:15:50 +08:00
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #51263 - cramertj:futures-in-core, r=aturon 2018-06-06 19:42:19 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #51263 - cramertj:futures-in-core, r=aturon 2018-06-06 19:42:19 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #50699 - Zoxc:blocking-queries, r=mw 2018-06-06 22:24:07 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Add and use OnDrop::disable 2018-06-06 15:25:17 +02:00
librustc_driver Reduce the amount of unsafe code and mark handle_deadlock as unsafe 2018-06-06 15:25:19 +02:00
librustc_errors
librustc_incremental
librustc_lint Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Rollup merge of #51399 - ngg:nll-performance, r=nikomatsakis 2018-06-08 07:05:44 +08:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #51380 - Mark-Simulacrum:remove-fmt-macros, r=oli-obk 2018-06-08 07:05:42 +08:00
librustdoc rustdoc: Fix missing stability and src links for inlined external macros 2018-06-06 04:13:55 +01:00
libserialize
libstd Auto merge of #51263 - cramertj:futures-in-core, r=aturon 2018-06-06 19:42:19 +00:00
libstd_unicode
libsyntax Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakis 2018-06-08 07:05:47 +08:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakis 2018-06-08 07:05:47 +08:00
tools Auto merge of #51410 - oli-obk:cargo_bump, r=nikomatsakis 2018-06-08 17:04:14 +00:00
Cargo.lock Rollup merge of #51407 - nrc:update, r=Mark-Simulacrum 2018-06-08 07:05:45 +08: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: