rust/src
2018-11-23 00:13:44 +01:00
..
bootstrap Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton 2018-11-10 01:16:02 +00:00
build_helper
ci Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton 2018-11-10 01:16:02 +00:00
dlmalloc@c99638dc2e
doc
etc Rollup merge of #55441 - xfix:patch-12, r=aturon 2018-11-07 18:01:47 +08:00
grammar
liballoc Fix Rc/Arc allocation layout 2018-11-08 11:50:02 -07:00
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9
libcore Rollup merge of #55844 - waywardmonkeys:typo-fixes, r=varkor 2018-11-11 00:21:25 +01:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort wasm32-unknown-emscripten expects the rust_eh_personality symbol 2018-11-08 03:27:45 +01:00
libpanic_unwind refactor: use shorthand fields 2018-11-06 15:05:44 -05:00
libproc_macro
libprofiler_builtins
librustc Fix invalid panic setup message 2018-11-23 00:13:44 +01:00
librustc_allocator
librustc_apfloat Use SmallVec to avoid allocations in from_decimal_string. 2018-11-09 18:57:18 +11:00
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #54993 - TimNN:pda-tdl, r=eddyb 2018-11-11 03:44:16 +00:00
librustc_codegen_utils codegen_llvm_back: use mem::replace instead of swap where more concise 2018-11-10 19:25:24 +01:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_driver Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis 2018-11-07 18:01:50 +08:00
librustc_errors rustc: Request ansi colors if stderr isn't a tty 2018-11-08 07:53:03 -08:00
librustc_fs_util
librustc_incremental
librustc_lint Removed DUPLICATE_ASSOCIATED_TYPE_BINDINGS lint. 2018-11-07 21:57:45 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_mir Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelix 2018-11-11 00:21:22 +01:00
librustc_msan
librustc_passes Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #55630 - petrochenkov:noprelude, r=Centril 2018-11-11 12:32:01 +08:00
librustc_save_analysis Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_target Auto merge of #55859 - pietroalbini:rollup, r=kennytm 2018-11-11 06:26:21 +00:00
librustc_traits Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewjasper 2018-11-11 00:21:12 +01:00
librustc_tsan
librustc_typeck Rollup merge of #55819 - pnkfelix:issue-55810-must-typeck-pats-eagerly, r=oli-obk 2018-11-11 00:21:21 +01:00
librustdoc Rollup merge of #55856 - QuietMisdreavus:static-discharge, r=GuillaumeGomez 2018-11-11 12:34:23 +08:00
libserialize
libstd Fix documentation typos. 2018-11-10 19:31:49 +07:00
libsyntax Rollup merge of #55777 - nnethercote:less-P-in-ast, r=petrochenkov 2018-11-08 18:15:19 -07:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@7051ead40a
llvm-emscripten@7f23313edf Pull in fix for dist-i686-linux build 2018-11-09 16:59:45 +01:00
rtstartup
rustc
rustllvm Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton 2018-11-10 01:16:02 +00:00
stdsimd@0309be1ade
test Fix invalid panic setup message 2018-11-23 00:13:44 +01:00
tools Auto merge of #55830 - alexcrichton:update-cargo, r=alexcrichton 2018-11-10 12:21:58 +00:00
.gitignore
Cargo.lock Rollup merge of #55816 - nnethercote:from_decimal_string-SmallVec, r=oli-obk 2018-11-11 00:21:20 +01: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: