rust/src
Esteban Küber 8cb193a5cb Suggest type param when encountering _ in fn defs
When encountering `_` type placeholder in fn arguments and return type,
suggest using generic type parameters.
Expand what counts as an inferable return type to slice, array and
tuples of `_`.
2019-12-29 19:11:27 -08:00
..
bootstrap Skip LLVM rebuild when skip-rebuild is true 2019-12-26 22:19:18 +00:00
build_helper
ci Use the chocolatey CDN directly to avoid the flaky API 2019-12-24 00:59:37 +00:00
doc Remove compiler_builtins_lib documentation 2019-12-25 11:56:19 -08:00
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 tidy: change msdn links to newer locations 2019-12-25 15:35:54 +00:00
libproc_macro
libprofiler_builtins
librustc Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc 2019-12-29 22:51:02 +00:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm tidy: change msdn links to newer locations 2019-12-25 15:35:54 +00:00
librustc_codegen_ssa Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum 2019-12-28 09:19:26 +00:00
librustc_codegen_utils x.py fmt after previous deignore 2019-12-24 17:38:22 -05:00
librustc_data_structures Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc 2019-12-29 04:30:56 +00:00
librustc_driver Deprecate Error::description for real 2019-12-24 22:39:49 -08:00
librustc_error_codes Auto merge of #67268 - estebank:assoc-types, r=oli-obk 2019-12-26 03:42:59 +00:00
librustc_errors Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc 2019-12-29 04:30:56 +00:00
librustc_feature Format librustc_feature 2019-12-24 17:44:51 -05:00
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface Store callbacks in global statics 2019-12-25 14:10:46 -05:00
librustc_lexer
librustc_lint Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc 2019-12-29 22:51:02 +00:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Fallout in other crates. 2019-12-27 19:20:28 +01:00
librustc_mir Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc 2019-12-29 22:51:02 +00:00
librustc_msan
librustc_parse Auto merge of #67112 - Centril:expr-polish, r=estebank 2019-12-29 19:30:53 +00:00
librustc_passes Fallout in other crates. 2019-12-27 19:20:28 +01:00
librustc_plugin_impl
librustc_privacy Fallout in other crates. 2019-12-27 19:20:28 +01:00
librustc_resolve x.py fmt after previous deignore 2019-12-24 17:38:22 -05:00
librustc_save_analysis doc comments: Less attribute mimicking 2019-12-28 12:33:18 +03:00
librustc_session Remove -Znll-dont-emit-read-for-match 2019-12-25 09:13:15 +00:00
librustc_target tidy: change msdn links to newer locations 2019-12-25 15:35:54 +00:00
librustc_traits
librustc_tsan
librustc_typeck Suggest type param when encountering _ in fn defs 2019-12-29 19:11:27 -08:00
librustdoc Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc 2019-12-29 22:51:02 +00:00
libserialize Deprecate Error::description for real 2019-12-24 22:39:49 -08:00
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 Auto merge of #67112 - Centril:expr-polish, r=estebank 2019-12-29 19:30:53 +00:00
libsyntax_ext Auto merge of #67112 - Centril:expr-polish, r=estebank 2019-12-29 19:30:53 +00:00
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 Suggest type param when encountering _ in fn defs 2019-12-29 19:11:27 -08: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.