rust/src
kennytm 4084f0ee8a
Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichton
Compile rustc before building tests for rustdoc

r? @alexcrichton
2018-07-24 09:49:55 +08:00
..
bootstrap Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichton 2018-07-24 09:49:55 +08:00
build_helper
ci Rollup merge of #52538 - ljedrz:old_musl_i586_flags, r=kennytm 2018-07-24 09:49:49 +08:00
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton 2018-07-22 22:10:09 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@b4a3645cfe
libcore Auto merge of #50494 - F001:as_cell, r=alexcrichton 2018-07-23 19:43:36 +00:00
libfmt_macros fix test 2018-07-21 20:48:15 -07:00
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro proc_macro: avoid exposing internal details in formatting impls. 2018-07-20 06:27:16 +03:00
libprofiler_builtins
librustc Rollup merge of #52622 - estebank:lifetime-multispan, r=nikomatsakis 2018-07-24 09:49:54 +08:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #52571 - oli-obk:promotion_abort, r=nagisa 2018-07-23 03:06:08 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #52250 - nnethercote:no-SparseBitMatrix, r=nikomatsakis 2018-07-22 02:43:57 +00:00
librustc_driver
librustc_errors Buffer errors in MIR borrow check 2018-07-23 14:20:12 +02:00
librustc_incremental
librustc_lint in which the elided-lifetimes-in-paths lint undergoes a revolution 2018-07-22 08:27:10 -07:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #52552 - eddyb:proc-macro-prep, r=alexcrichton 2018-07-21 08:31:32 +00:00
librustc_mir Thread the errors_buffer down through the NLL region_infer code. 2018-07-23 14:20:20 +02:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #52589 - petrochenkov:derlint, r=alexcrichton 2018-07-23 11:39:50 +00:00
librustc_save_analysis
librustc_target
librustc_traits Convert implied_outlives_bounds to a query 2018-07-21 15:56:44 +03:00
librustc_tsan
librustc_typeck Rollup merge of #52605 - estebank:str-plus-eq, r=oli-obk 2018-07-24 09:49:52 +08:00
librustdoc Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavus 2018-07-23 09:37:03 +00:00
libserialize
libstd Rollup merge of #52548 - tko:cursor-doc, r=sfackler 2018-07-24 09:49:50 +08:00
libstd_unicode
libsyntax Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichton 2018-07-23 01:00:03 +08:00
libsyntax_ext fix logic bug 2018-07-21 17:17:49 -07:00
libsyntax_pos
libterm
libtest
libunwind
llvm@0368490510
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwoerister 2018-07-23 13:42:23 +00:00
stdsimd@b9de11ab43 Update stdsimd to undo an accidental stabilization 2018-07-20 22:34:09 -07:00
test Rollup merge of #52622 - estebank:lifetime-multispan, r=nikomatsakis 2018-07-24 09:49:54 +08:00
tools Auto merge of #52175 - fpoli:testsuite-callsite-span, r=petrochenkov 2018-07-23 21:44:37 +00:00
Cargo.lock Fix color detection for Windows msys terminals. 2018-07-22 11:19:44 -07: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: