rust/src
Guillaume Gomez 636f0a9a1d
Rollup merge of #55980 - csmoe:issue-55891, r=estebank
Suggest on closure args count mismatching with pipe span

Closes #55891
r? @estebank
2018-11-22 10:37:49 +01:00
..
bootstrap Auto merge of #56134 - oli-obk:clippy_documentation, r=nrc 2018-11-21 20:26:15 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc fix more links 2018-11-20 21:25:48 -05:00
etc Rollup merge of #55961 - tromey:Bug-55944-vecdeque, r=nikomatsakis 2018-11-22 10:37:48 +01:00
grammar
liballoc update various stdlib docs 2018-11-21 06:50:17 -05:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9
libcore Rollup merge of #55485 - petertodd:2018-10-manuallydrop-deref, r=TimNN 2018-11-22 10:37:45 +01:00
libfmt_macros
libgraphviz
liblibc@c75ca6465a
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #55980 - csmoe:issue-55891, r=estebank 2018-11-22 10:37:49 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_codegen_ssa rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustc_codegen_utils [eddyb] rustc_codegen_utils: remove extraneous #![allow(dead_code)]. 2018-11-16 15:08:18 +02:00
librustc_cratesio_shim
librustc_data_structures rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustc_driver Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_errors
librustc_fs_util
librustc_incremental Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_lint rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_llvm
librustc_lsan
librustc_metadata rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_mir Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwco 2018-11-21 23:24:15 +00:00
librustc_msan
librustc_passes rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_resolve resolve: Fix some asserts in import validation 2018-11-22 01:13:09 +03:00
librustc_save_analysis save-analysis: fallback to using path id 2018-11-19 17:18:36 +13:00
librustc_target Add powerpc64-unknown-linux-musl target 2018-11-15 13:43:31 +00:00
librustc_traits Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb 2018-11-15 11:04:36 +01:00
librustc_tsan
librustc_typeck rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustdoc Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMisdreavus 2018-11-22 10:37:43 +01:00
libserialize
libstd Rollup merge of #55784 - meltinglava:master, r=KodrAus 2018-11-22 10:37:46 +01:00
libsyntax Stabilize extern_crate_item_prelude 2018-11-21 01:27:23 +03:00
libsyntax_ext Rollup merge of #55923 - Zeegomo:master, r=estebank 2018-11-18 23:24:43 +01:00
libsyntax_pos
libterm
libtest
libunwind
llvm@7051ead40a
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm
stdsimd@0309be1ade
test Rollup merge of #55980 - csmoe:issue-55891, r=estebank 2018-11-22 10:37:49 +01:00
tools Update RLS and Rustfmt 2018-11-21 08:30:47 +13:00
.gitignore
Cargo.lock rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
Cargo.toml
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: