rust/src
kennytm 8fba84fe0a
Rollup merge of #52164 - euclio:references, r=TimNN
use proper footnote syntax for references

The previous syntax was causing rustdoc to interpret them as links.
2018-07-12 20:25:26 +08:00
..
bootstrap Rollup merge of #51816 - nodakai:conf-py-tmpfile, r=kennytm 2018-07-12 20:25:23 +08:00
build_helper
ci bump minimum LLVM version to 5.0 2018-07-09 11:35:52 +02:00
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Revert borked changes in last commit. 2018-07-11 10:19:54 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@86bf357a14 Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
libcore Rollup merge of #52164 - euclio:references, r=TimNN 2018-07-12 20:25:26 +08:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind Deny bare trait objects in in src/libpanic_unwind 2018-07-11 17:11:08 +02:00
libproc_macro hygiene: Decouple transparencies from expansion IDs 2018-07-08 16:17:37 +03:00
libprofiler_builtins
librustc Rollup merge of #52247 - ljedrz:dyn_librustc, r=oli-obk 2018-07-11 12:38:41 -06:00
librustc_allocator Deny bare trait objects in in src/librustc_allocator 2018-07-11 12:08:49 +02:00
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk 2018-07-08 14:08:36 +00:00
librustc_codegen_llvm Auto merge of #52089 - eddyb:issue-51907, r=nagisa 2018-07-12 01:20:19 +00:00
librustc_codegen_utils Deny bare trait objects in in src/librustc_codegen_utils 2018-07-11 17:39:49 +02:00
librustc_cratesio_shim
librustc_data_structures add a missing `dyn` 2018-07-11 16:08:38 +02:00
librustc_driver Auto merge of #52100 - nielx:fix/rust_driver-stacklimit, r=cramertj 2018-07-10 01:07:23 +00:00
librustc_errors
librustc_incremental
librustc_lint Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton 2018-07-11 12:38:33 -06:00
librustc_llvm
librustc_lsan
librustc_metadata Deny bare trait objects in in src/librustc_metadata 2018-07-11 14:49:00 +02:00
librustc_mir Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebank 2018-07-11 12:38:36 -06:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #52230 - alexcrichton:attr-and-derive, r=petrochenkov 2018-07-12 10:16:19 +00:00
librustc_save_analysis
librustc_target Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
librustc_traits Change wording 2018-07-09 21:20:26 +02:00
librustc_tsan
librustc_typeck Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister 2018-07-11 07:20:14 +00:00
librustdoc Auto merge of #52194 - steveklabnik:remove-plugins, r=QuietMisdreavus,GuillaumeGomez 2018-07-12 04:12:19 +00:00
libserialize
libstd Rollup merge of #51912 - mbrubeck:more_box_slice_clone, r=alexcrichton 2018-07-12 20:25:25 +08:00
libstd_unicode
libsyntax Rollup merge of #52224 - ljedrz:dyn_libsyntax, r=oli-obk 2018-07-11 12:38:39 -06:00
libsyntax_ext suggest on new snippet 2018-07-11 18:53:37 +08:00
libsyntax_pos Remove fallback to parent modules from lexical resolution 2018-07-08 18:16:09 +03:00
libterm
libtest
libunwind
llvm@0368490510 Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister 2018-07-11 07:20:14 +00:00
stdsimd@886ff388fb
test Auto merge of #52230 - alexcrichton:attr-and-derive, r=petrochenkov 2018-07-12 10:16:19 +00:00
tools Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
Cargo.lock Update [patch] section of clippy to include clippy_lints. 2018-07-12 11:01:59 +08:00
Cargo.toml Update [patch] section of clippy to include clippy_lints. 2018-07-12 11:01:59 +08:00
README.md
stage0.txt

README.md

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: