rust/src
bors 9f91bee03f Auto merge of #59370 - Centril:rollup, r=Centril
Rollup of 18 pull requests

Successful merges:

 - #59106 (Add peer_addr function to UdpSocket)
 - #59170 (Add const generics to rustdoc)
 - #59172 (Update and clean up several parts of CONTRIBUTING.md)
 - #59190 (consistent naming for Rhs type parameter in libcore/ops)
 - #59236 (Rename miri component to miri-preview)
 - #59266 (Do not complain about non-existing fields after parse recovery)
 - #59273 (some small HIR doc improvements)
 - #59291 (Make Option<ThreadId> no larger than ThreadId, with NonZeroU64)
 - #59297 (convert field/method confusion help to suggestions)
 - #59304 (Move some bench tests back from libtest)
 - #59309 (Add messages for different verbosity levels. Output copy actions.)
 - #59321 (Unify E0109, E0110 and E0111)
 - #59322 (Tweak incorrect escaped char diagnostic)
 - #59323 (use suggestions for "enum instead of variant" error)
 - #59327 (Add NAN test to docs)
 - #59329 (cleanup: Remove compile-fail-fulldeps directory again)
 - #59347 (Move one test from run-make-fulldeps to ui)
 - #59360 (Add tracking issue number for `seek_convenience`)

Failed merges:

r? @ghost
2019-03-22 21:00:07 +00:00
..
bootstrap Rollup merge of #59309 - o01eg:verbose-copy-files, r=alexcrichton 2019-03-22 19:31:31 +01:00
build_helper
ci Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton 2019-03-20 17:54:27 +00:00
doc
etc
grammar
liballoc
libarena
libcore Rollup merge of #59190 - greg-kargin:master, r=sanxiyn 2019-03-22 19:31:21 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #59273 - llogiq:hir-docs, r=matthewjasper 2019-03-22 19:31:25 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
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 Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov 2019-03-22 19:31:24 +01:00
librustc_mir Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwco 2019-03-21 02:18:27 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #59323 - euclio:enum-instead-of-variant, r=varkor 2019-03-22 19:31:36 +01:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #59321 - varkor:unify-E0109-E0110-E0111, r=davidtwco 2019-03-22 19:31:33 +01:00
librustdoc Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddyb 2019-03-22 19:31:18 +01:00
libserialize
libstd Auto merge of #59370 - Centril:rollup, r=Centril 2019-03-22 21:00:07 +00:00
libsyntax Rollup merge of #59322 - estebank:diag-tweak, r=davidtwco 2019-03-22 19:31:34 +01:00
libsyntax_ext
libsyntax_pos
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@4fc9fb8245
rtstartup
rustc
rustllvm
stdsimd@359845eb7c
test Rollup merge of #59347 - petrochenkov:nomake, r=davidtwco 2019-03-22 19:31:40 +01:00
tools Rename miri component to miri-preview 2019-03-22 12:39:59 +01: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: