rust/src
bors 25434f898b Auto merge of #67661 - JohnTitor:clippy-cargo, r=oli-obk
Update Clippy and cargo

includes latest rustup and resolves dependency conflicts with cargo
Closes #67541

r? @oli-obk @Manishearth
2019-12-29 16:12:57 +00:00
..
bootstrap Skip LLVM rebuild when skip-rebuild is true 2019-12-26 22:19:18 +00:00
build_helper
ci
doc
etc Auto merge of #67334 - estebank:ignore-triple, r=nikomatsakis 2019-12-28 23:02:09 +00:00
liballoc Auto merge of #67459 - ssomers:#67438, r=RalfJung 2019-12-28 16:04:40 +00:00
libarena
libcore Rollup merge of #67659 - SimonSapin:matches, r=rkruppe 2019-12-28 00:36:17 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc 2019-12-29 04:30:56 +00:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm
librustc_codegen_ssa Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum 2019-12-28 09:19:26 +00:00
librustc_codegen_utils
librustc_data_structures Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc 2019-12-29 04:30:56 +00:00
librustc_driver
librustc_error_codes
librustc_errors Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc 2019-12-29 04:30:56 +00:00
librustc_feature
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface
librustc_lexer
librustc_lint doc comments: Less attribute mimicking 2019-12-28 12:33:18 +03:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Fallout in other crates. 2019-12-26 23:38:46 +01:00
librustc_mir Change "be returning" to "return" 2019-12-28 07:05:44 -08:00
librustc_msan
librustc_parse doc comments: Less attribute mimicking 2019-12-28 12:33:18 +03:00
librustc_passes Fallout in other crates. 2019-12-26 23:38:46 +01:00
librustc_plugin_impl
librustc_privacy Fallout in other crates. 2019-12-26 23:38:46 +01:00
librustc_resolve
librustc_save_analysis doc comments: Less attribute mimicking 2019-12-28 12:33:18 +03:00
librustc_session
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Fallout in other crates. 2019-12-26 23:38:46 +01:00
librustdoc doc comments: Less attribute mimicking 2019-12-28 12:33:18 +03:00
libserialize
libstd Change "be returning" to "return" 2019-12-28 07:05:44 -08:00
libsyntax doc comments: Less attribute mimicking 2019-12-28 12:33:18 +03:00
libsyntax_expand doc comments: Less attribute mimicking 2019-12-28 12:33:18 +03:00
libsyntax_ext Rollup merge of #67482 - ldm0:master, r=petrochenkov 2019-12-29 13:09:56 +05:30
libsyntax_pos Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc 2019-12-29 04:30:56 +00:00
libterm Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum 2019-12-28 09:19:26 +00:00
libtest
libunwind
llvm-project@2cb41005ed
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Auto merge of #67334 - estebank:ignore-triple, r=nikomatsakis 2019-12-28 23:02:09 +00:00
tools Update cargo 2019-12-29 17:03:07 +09:00
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.