rust/src
bors 8c069ceba8 Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini
Rollup of 30 pull requests

Successful merges:

 - #52340 (Document From trait implementations for OsStr, OsString, CString, and CStr)
 - #52628 (Cleanup some rustdoc code)
 - #52732 (Remove unstable and deprecated APIs)
 - #52745 (Update clippy to latest master)
 - #52771 (Clarify thread::park semantics)
 - #52778 (Improve readability of serialize.rs)
 - #52810 ([NLL] Don't make "fake" match variables mutable)
 - #52821 (pretty print for std::collections::vecdeque)
 - #52822 (Fix From<LocalWaker>)
 - #52824 (Fix -Wpessimizing-move warnings in rustllvm/PassWrapper)
 - #52825 (Make sure #47772 does not regress)
 - #52831 (remove references to AUTHORS.txt file)
 - #52842 (update comment)
 - #52846 (Add timeout to use of `curl` in bootstrap.py.)
 - #52851 (Make the tool_lints actually usable)
 - #52853 (Improve bootstrap help on stages)
 - #52859 (Use Vec::extend in SmallVec::extend when applicable)
 - #52861 (Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and port libstd to it.)
 - #52867 (releases.md: fix 2 typos)
 - #52870 (Implement Unpin for FutureObj and LocalFutureObj)
 - #52876 (run-pass/const-endianness: negate before to_le())
 - #52878 (Fix wrong issue number in the test name)
 - #52883 (Include lifetime in mutability suggestion in NLL messages)
 - #52888 (Use suggestions for shell format arguments)
 - #52904 (NLL: sort diagnostics by span)
 - #52905 (Fix a typo in unsize.rs)
 - #52907 (NLL: On "cannot move out of type" error, print original before rewrite)
 - #52914 (Only run the sparc-abi test on sparc)
 - #52918 (Backport 1.27.2 release notes)
 - #52929 (Update compatibility note for 1.28.0 to be correct)

Failed merges:

r? @ghost
2018-08-01 08:41:36 +00:00
..
bootstrap Rollup merge of #52853 - RalfJung:bootstrap-help, r=alexcrichton 2018-08-01 10:12:52 +02:00
build_helper
ci
dlmalloc@c99638dc2e
doc Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichton 2018-08-01 10:12:47 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system Fix coding style. 2018-07-31 09:49:10 +02:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@52a6a4d708
libcore Rollup merge of #52905 - pravic:unsize-typo, r=alexcrichton 2018-08-01 10:13:05 +02:00
libfmt_macros Remove unused muts 2018-07-29 18:04:09 +01:00
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini 2018-08-01 08:41:36 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_codegen_llvm rustc_codegen_llvm: fix ownership of DIBuilder. 2018-07-30 20:35:14 +03:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Rollup merge of #52859 - ljedrz:smallvec_true_extend, r=Mark-Simulacrum 2018-08-01 10:12:54 +02:00
librustc_driver Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_errors rustc: Disallow machine applicability in foreign macros 2018-07-30 07:48:59 -07:00
librustc_incremental
librustc_lint Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper 2018-07-30 10:19:38 +00:00
librustc_llvm rustc_llvm: fix linking on mingw. 2018-07-31 15:36:38 +03:00
librustc_lsan
librustc_metadata Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_mir Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-suggestions, r=petrochenkov 2018-08-01 10:13:06 +02:00
librustc_msan
librustc_passes Change order of copy and borrow to avoid conflict 2018-07-29 18:04:09 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #52234 - petrochenkov:macuse2, r=Mark-Simulacrum 2018-07-31 20:52:14 +00:00
librustc_save_analysis Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper 2018-07-30 10:19:38 +00:00
librustc_target Rollup merge of #52861 - ColinFinck:master, r=alexcrichton 2018-08-01 10:12:55 +02:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustdoc Add dyn to Write 2018-07-31 17:55:12 -06:00
libserialize Rollup merge of #52778 - ljedrz:readable_serialize, r=kennytm 2018-08-01 10:12:40 +02:00
libstd Rollup merge of #52861 - ColinFinck:master, r=alexcrichton 2018-08-01 10:12:55 +02:00
libsyntax Rollup merge of #52842 - toidiu:ak-commentUpdate, r=estebank 2018-08-01 10:12:48 +02:00
libsyntax_ext Rollup merge of #52888 - estebank:shell-sugg, r=oli-obk 2018-08-01 10:13:02 +02:00
libsyntax_pos
libterm
libtest Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
libunwind
llvm@0368490510
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Rollup merge of #52824 - varkor:fix-llvm-ret-move-warnings, r=rkruppe 2018-08-01 10:12:45 +02:00
stdsimd@05c2f61c38
test Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini 2018-08-01 08:41:36 +00:00
tools Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini 2018-08-01 08:41:36 +00:00
Cargo.lock Rollup merge of #52732 - SimonSapin:spring, r=Mark-Simulacrum 2018-08-01 10:12:36 +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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: