rust/src
Mazdak Farrokhzad 8ef8d57029
Rollup merge of #57793 - estebank:impl-trait-resolve, r=oli-obk
Explain type mismatch cause pointing to return type when it is `impl Trait`

Fix #57743.
2019-01-24 00:19:54 +01:00
..
bootstrap Auto merge of #57708 - nbigaouette:pr-53774-fix-missing-rust-gdbui-install, r=Mark-Simulacrum 2019-01-21 03:12:26 +00:00
build_helper
ci make sure to accept all android licenses 2019-01-23 11:21:24 +01:00
doc Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAus 2019-01-21 13:55:45 +00:00
etc Auto merge of #57647 - cuviper:gdb-version, r=tromey 2019-01-22 16:14:42 +00:00
grammar
liballoc Rollup merge of #57456 - fintelia:patch-4, r=dtolnay 2019-01-15 12:42:07 +01:00
libarena
libcore Rollup merge of #57604 - alercah:str-index, r=sfackler 2019-01-22 12:20:28 +01:00
libfmt_macros Fix simple formatting optimization 2019-01-12 19:15:41 +09:00
libgraphviz
libpanic_abort Stabilize cfg_target_vendor, #29718 2019-01-14 14:33:04 +05:30
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #57798 - hellow554:master, r=davidtwco 2019-01-22 12:20:33 +01:00
librustc_allocator
librustc_apfloat Fix repeated word typos 2019-01-03 21:33:37 +01:00
librustc_asan
librustc_borrowck Remove an unused function argument 2019-01-15 17:11:07 +01:00
librustc_codegen_llvm Rollup merge of #57573 - Xanewok:querify-entry-fn, r=Zoxc 2019-01-19 09:03:27 +01:00
librustc_codegen_ssa Rollup merge of #57573 - Xanewok:querify-entry-fn, r=Zoxc 2019-01-19 09:03:27 +01:00
librustc_codegen_utils Querify entry_fn 2019-01-15 11:10:51 +01:00
librustc_cratesio_shim
librustc_data_structures Optimize try_mark_green and eliminate the lock on dep node colors 2019-01-15 10:39:49 +01:00
librustc_driver Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obk 2019-01-19 14:21:19 +01:00
librustc_errors Remove unnecessary dummy span checks 2019-01-20 13:29:03 -08:00
librustc_fs_util
librustc_incremental
librustc_lint Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov 2019-01-19 19:41:21 +01:00
librustc_llvm Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichton 2019-01-07 16:25:38 +01:00
librustc_lsan
librustc_metadata Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis 2019-01-19 14:21:18 +01:00
librustc_mir Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obk 2019-01-22 12:20:36 +01:00
librustc_msan
librustc_passes Rollup merge of #57730 - Zoxc:combined-ast-validator, r=cramertj 2019-01-24 00:19:52 +01:00
librustc_plugin Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis 2019-01-16 15:01:20 +00:00
librustc_privacy Rollup merge of #57649 - petrochenkov:privexist, r=arielb1 2019-01-19 14:21:21 +01:00
librustc_resolve Remove unnecessary dummy span checks 2019-01-20 13:29:03 -08:00
librustc_save_analysis Querify glob map usage (last use of CrateAnalysis) 2019-01-17 10:40:22 +01:00
librustc_target Add powerpc64-unknown-freebsd 2019-01-21 18:50:54 +01:00
librustc_traits integrate trait aliases into def-paths / metadata 2019-01-10 17:04:19 -05:00
librustc_tsan
librustc_typeck Rollup merge of #57793 - estebank:impl-trait-resolve, r=oli-obk 2019-01-24 00:19:54 +01:00
librustdoc Rollup merge of #57552 - GuillaumeGomez:default-images, r=QuietMisdreavus 2019-01-22 12:20:27 +01:00
libserialize Cosmetic improvements 2019-01-13 19:47:02 +00:00
libstd Rollup merge of #57179 - Xaeroxe:patch-1, r=QuietMisdreavus 2019-01-24 00:19:50 +01:00
libsyntax Rollup merge of #57779 - estebank:recover-struct-fields, r=davidtwco 2019-01-24 00:19:53 +01:00
libsyntax_ext Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichton 2019-01-22 12:20:23 +01:00
libsyntax_pos Fix typo 2019-01-21 15:53:56 -08:00
libterm Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
libtest Stabilize cfg_target_vendor, #29718 2019-01-14 14:33:04 +05:30
libunwind Stabilize cfg_target_vendor, #29718 2019-01-14 14:33:04 +05:30
llvm@f4728ed8fa
llvm-emscripten@7f23313edf
rtstartup
rustc rustc: Fix regression where jemalloc isn't used 2019-01-03 13:52:36 -08:00
rustllvm
stdsimd@269d0ba959 Update stdsimd submodule 2019-01-08 20:24:15 +01:00
test Rollup merge of #57793 - estebank:impl-trait-resolve, r=oli-obk 2019-01-24 00:19:54 +01:00
tools submodules: update clippy from 1838bfe5 to 280069dd 2019-01-22 18:03:52 +01:00
.gitignore
README.md
stage0.txt Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" 2019-01-17 10:48:10 +01:00

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: