rust/src
Mazdak Farrokhzad b12397fad1
Rollup merge of #57654 - ehuss:fs-links, r=alexcrichton
Add some links in std::fs.

A few items were referenced, but did not have links.
2019-01-18 18:06:36 +01:00
..
bootstrap
build_helper
ci Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" 2019-01-17 10:48:10 +01:00
doc Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum 2019-01-17 07:36:37 +00:00
etc
grammar
liballoc Rollup merge of #57456 - fintelia:patch-4, r=dtolnay 2019-01-15 12:42:07 +01:00
libarena
libcore Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus 2019-01-18 18:06:30 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #57065 - Zoxc:graph-tweaks, r=michaelwoerister 2019-01-18 11:34:11 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov 2019-01-16 23:25:41 +00:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis 2019-01-16 15:01:20 +00:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Rollup merge of #56044 - matthewjasper:function-param-drop-order, r=cramertj 2019-01-15 12:42:04 +01:00
librustc_msan
librustc_passes
librustc_plugin Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis 2019-01-16 15:01:20 +00:00
librustc_privacy
librustc_resolve Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov 2019-01-16 23:25:41 +00:00
librustc_save_analysis Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov 2019-01-16 23:25:41 +00:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis 2019-01-16 15:01:20 +00:00
librustdoc Rollup merge of #57646 - GuillaumeGomez:fix-css, r=QuietMisdreavus 2019-01-18 18:06:34 +01:00
libserialize
libstd Rollup merge of #57654 - ehuss:fs-links, r=alexcrichton 2019-01-18 18:06:36 +01:00
libsyntax Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum 2019-01-17 07:36:37 +00:00
libsyntax_ext Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis 2019-01-16 15:01:20 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm@f4728ed8fa
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm
stdsimd@269d0ba959
test Rollup merge of #57551 - petrochenkov:regrtest, r=nikomatsakis 2019-01-18 18:06:32 +01:00
tools Auto merge of #57694 - pietroalbini:revert-beta-on-master, r=pietroalbini 2019-01-17 10:15:57 +00:00
.gitignore
README.md
stage0.txt Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" 2019-01-17 10:48:10 +01:00

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.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: