rust/src
Matthias Krüger 9bd6a7a680 submodules: update clippy from 2ed0b3bf to fc96aa03
Changes:
````
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
Fix link in into_iter_on_array documentation
remove function body from "too many args" span
check closure arguments before use it
format code
fix suggestion for search_is_some
fix suggestion for search_is_some naively
change |&x| to |x| in stderr file
cargo fmt
useless_let_if_seq handle interior mutability
````
2019-05-04 11:47:37 +02:00
..
bootstrap Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco 2019-05-03 16:25:00 +02:00
build_helper
ci build-gcc: Create missing cc symlink 2019-04-29 13:12:23 +00:00
doc Update cargo, books 2019-04-23 21:39:27 -07:00
etc
grammar
liballoc Implement BorrowMut<str> for String 2019-04-30 17:50:38 +09:00
libarena
libcore Rollup merge of #60356 - JohnTitor:stabilize-as-mut-ptr, r=Centril 2019-04-29 22:22:42 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #59897 - tmandry:variantful-generators, r=eddyb 2019-05-04 03:18:14 +00:00
librustc_allocator
librustc_apfloat ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
librustc_asan
librustc_borrowck Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb 2019-05-01 09:32:58 +00:00
librustc_codegen_llvm Auto merge of #59897 - tmandry:variantful-generators, r=eddyb 2019-05-04 03:18:14 +00:00
librustc_codegen_ssa Auto merge of #59897 - tmandry:variantful-generators, r=eddyb 2019-05-04 03:18:14 +00:00
librustc_codegen_utils Move metadata encoding earlier. 2019-04-30 14:55:10 +10:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #60288 - Zoxc:update-rayon, r=nikomatsakis 2019-04-27 17:08:11 +00:00
librustc_driver Rename to RUSTC_LOG 2019-04-30 17:27:53 +09:00
librustc_errors In JSON output, emit a directive after metadata is generated. 2019-04-30 08:51:57 +10:00
librustc_fs_util
librustc_incremental
librustc_interface Move metadata writing earlier. 2019-05-01 17:17:13 +10:00
librustc_lint rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
librustc_mir Auto merge of #59897 - tmandry:variantful-generators, r=eddyb 2019-05-04 03:18:14 +00:00
librustc_msan
librustc_passes rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
librustc_plugin
librustc_privacy rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
librustc_resolve rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
librustc_save_analysis rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
librustc_target
librustc_traits Create ShallowResolver 2019-05-01 23:11:20 +01:00
librustc_tsan
librustc_typeck rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
librustdoc rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
libserialize
libstd Auto merge of #60496 - jethrogb:jb/address-integer-overflow, r=alexcrichton 2019-05-03 19:42:13 +00:00
libsyntax Rollup merge of #60501 - taiki-e:async-await-mutable-arguments, r=cramertj 2019-05-03 16:25:09 +02:00
libsyntax_ext Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton 2019-04-29 14:50:17 +00:00
libsyntax_pos
libterm
libtest Update getopts to 0.2.18 2019-05-02 21:47:14 +01:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm Limit internalization in LLVM 8 ThinLTO 2019-04-26 08:58:14 -07:00
stdsimd@4bf456c35e
test Auto merge of #59897 - tmandry:variantful-generators, r=eddyb 2019-05-04 03:18:14 +00:00
tools submodules: update clippy from 2ed0b3bf to fc96aa03 2019-05-04 11:47:37 +02:00
.gitignore
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.

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