rust/src
bors ed2a5115da Auto merge of #61147 - estebank:suggest-as-ref, r=oli-obk
When encountering move error on an `Option`, suggest using `as_ref`

Fix #61109, cc #15457.
2019-05-27 01:10:22 +00:00
..
bootstrap Add clippy and fix commands to x.py 2019-05-25 15:30:16 +02:00
build_helper
ci Rollup merge of #61110 - ehuss:revert-edition-override, r=Mark-Simulacrum 2019-05-25 04:55:33 +02:00
doc docs: fix typo #61197 2019-05-26 12:17:33 +08:00
etc
grammar
liballoc Rollup merge of #61114 - RalfJung:vec, r=Gankro 2019-05-26 02:13:25 +02:00
libarena
libcore Rollup merge of #61161 - RalfJung:maybe-uninit, r=Centril 2019-05-26 02:13:29 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #61173 - fabric-and-ink:minor-cleanup, r=varkor 2019-05-26 02:13:31 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa Make ConstValue::Slice solely take [u8] and str 2019-05-25 10:07:01 +02:00
librustc_codegen_utils Only print integers in symbol path's constants 2019-05-25 10:07:02 +02:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Auto merge of #61147 - estebank:suggest-as-ref, r=oli-obk 2019-05-27 01:10:22 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #61189 - oli-obk:turbofish_ice, r=varkor 2019-05-26 02:13:33 +02:00
librustdoc Don't use ty::Const without immediately interning 2019-05-25 10:07:01 +02:00
libserialize
libstd std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
libsyntax review comments: move back some methods and clean up wording 2019-05-25 12:15:06 -07:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@4efebe3165
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Auto merge of #61147 - estebank:suggest-as-ref, r=oli-obk 2019-05-27 01:10:22 +00:00
tools Update clippy submodule 2019-05-26 18:59:51 +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: