rust/src
Matthias Krüger 1c0922069e submodules: update clippy from 92612c9d to 37f5c1ec
Changes:
````
Remove force-host and explain no-prefer-dynamic
Escape a single quote in single_char_pattern hint
cargo fmt
Re-add tmp feature to compiletest
Remove libtest from deps
Re-allow clippy::identity_conversion in compiletest
Use latest compiletest-rs
Revert tests/compile-test.rs to 61aa5c957c
Fix ICE in suspicious_else_formatting
use a multispan for MANY_SINGLE_CHAR_NAMES
Add missing `// run-pass` annotations to ICE tests
Remove clippy_dev as dev-dependency
NFC: fix typos
rustup https://github.com/rust-lang/rust/pull/59657
Add TransmutingNull Lint * Late Lint pass, catches:   * One liner: 0 -> null -> transmute   * One liner: std:null() -> transmute   * Const (which resolves to null) -> transmute * UI Test case for Lint * Updated test for issue 3849, because now the lint that code generated is in Clippy. * Expanded `const.rs` miri-based Constant Folding code, to cover   raw pointers
Run rustfmt
Set level of identity_conversion FP to warn
Rustup to https://github.com/rust-lang/rust/pull/58805
rustup 41316f0449
Updated source to match with recent rustc `master` toolchain changes
Fix dogfood error of question_mark lint fix
Fix question_mark lint+test
use `span_lint_and_sugg` in `explicit_counter_loop`
Fix some test failures
Hacky rustup
run cargo fmt
rustup https://github.com/rust-lang/rust/pull/59096/
Change explicit_counter_loop's message to add parentheses if necessary
Change explicit_counter_loop's message to reflect original variable name
cargo fmt
Add rustfix tests for mistyped_literal_suffix lint
Move some `unreadable_literal` ui tests to correct file
Add implementation for the EarlyLintPass trait into the Adding Lints documentation.
Add rust-toolchain for clippy_dev
````
2019-04-09 10:49:33 +02:00
..
bootstrap Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" 2019-04-07 03:16:31 -04:00
build_helper
ci Auto merge of #59770 - pietroalbini:pin-android-emulator, r=kennytm 2019-04-07 12:33:01 +00:00
doc Update books 2019-04-06 10:06:51 -07:00
etc
grammar
liballoc Auto merge of #59119 - cramertj:cx-back, r=withoutboats 2019-04-07 09:48:12 +00:00
libarena
libcore Auto merge of #59119 - cramertj:cx-back, r=withoutboats 2019-04-07 09:48:12 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Use for_each to extend collections 2019-04-05 14:51:07 -07:00
libprofiler_builtins
librustc Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix 2019-04-07 00:57:13 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix 2019-04-07 00:57:13 +00:00
librustc_codegen_ssa Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddyb 2019-04-04 15:09:04 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental Auto merge of #59517 - Zoxc:new-queries, r=oli-obk 2019-04-04 08:26:18 +00:00
librustc_interface
librustc_lint add mutable_borrow_reservation_conflict future-incompatibility lint. 2019-04-04 18:50:02 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Update comment 2019-04-07 08:02:48 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton 2019-04-06 00:14:43 +02:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank 2019-04-06 00:14:40 +02:00
librustdoc Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank 2019-04-06 00:14:40 +02:00
libserialize
libstd Auto merge of #59765 - lzutao:patch-1, r=Centril 2019-04-07 18:06:01 +00:00
libsyntax Rollup merge of #59687 - matklad:shebang, r=petrochenkov 2019-04-05 12:46:49 +02:00
libsyntax_ext Fix cases of conflicting two-phase borrows 2019-04-04 18:47:10 +01:00
libsyntax_pos
libterm Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" 2019-04-07 03:16:31 -04:00
libtest Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" 2019-04-07 03:16:31 -04:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm Auto merge of #59710 - alexcrichton:llvm-9-compat, r=sanxiyn 2019-04-06 13:14:23 +00:00
stdsimd@2792b45c97
test Auto merge of #59724 - oli-obk:const_arg_ice, r=eddyb 2019-04-08 01:18:12 +00:00
tools submodules: update clippy from 92612c9d to 37f5c1ec 2019-04-09 10:49:33 +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: