rust/src
bors c9f8304351 Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini
Rollup of 24 pull requests

Successful merges:

 - #58080 (Add FreeBSD armv6 and armv7 targets)
 - #58204 (On return type `impl Trait` for block with no expr point at last semi)
 - #58269 (Add librustc and libsyntax to rust-src distribution.)
 - #58369 (Make the Entry API of HashMap<K, V> Sync and Send)
 - #58861 (Expand where negative supertrait specific error is shown)
 - #58877 (Suggest removal of `&` when borrowing macro and appropriate)
 - #58883 (Suggest appropriate code for unused field when destructuring pattern)
 - #58891 (Remove stray ` in the docs for the FromIterator implementation for Option)
 - #58893 (race condition in thread local storage example)
 - #58906 (Monomorphize generator field types for debuginfo)
 - #58911 (Regression test for #58435.)
 - #58912 (Regression test for #58813)
 - #58916 (Fix release note problems noticed after merging.)
 - #58918 (Regression test added for an async ICE.)
 - #58921 (Add an explicit test for issue #50582)
 - #58926 (Make the lifetime parameters of tcx consistent.)
 - #58931 (Elide invalid method receiver error when it contains TyErr)
 - #58940 (Remove JSBackend from config.toml)
 - #58950 (Add self to mailmap)
 - #58961 (On incorrect cfg literal/identifier, point at the right span)
 - #58963 (libstd: implement Error::source for io::Error)
 - #58970 (delay_span_bug in wfcheck's ty.lift_to_tcx unwrap)
 - #58984 (Teach `-Z treat-err-as-bug` to take a number of errors to emit)
 - #59007 (Add a test for invalid const arguments)

Failed merges:

 - #58959 (Add release notes for PR #56243)

r? @ghost
2019-03-09 05:19:48 +00:00
..
bootstrap Rollup merge of #58269 - taeguk:add-some-sources-to-rust-src-distribution, r=Mark-Simulacrum 2019-03-08 09:41:40 +01:00
build_helper rustc: doc comments 2019-02-10 23:42:32 +00:00
ci Update toolchain to build NetBSD release 2019-03-01 10:34:08 -08:00
doc Update books 2019-03-08 12:25:36 -08:00
etc Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alexcrichton 2019-02-17 14:52:20 +08:00
grammar
liballoc Auto merge of #58866 - kennytm:rollup, r=kennytm 2019-03-03 08:47:51 +00:00
libarena libarena => 2018 2019-02-11 23:49:48 +01:00
libcore Remove stray ` in the documentation for the FromIterator implementation for Option 2019-03-03 13:25:55 +01:00
libfmt_macros Revert removed #![feature(nll)] 2019-02-10 16:13:30 +09:00
libgraphviz Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton 2019-02-12 23:30:16 +00:00
libpanic_abort SGX target: fix panic = abort 2019-02-14 12:39:54 +05:30
libpanic_unwind libpanic_unwind => 2018: remove unused extern crate. 2019-02-13 18:09:09 +01:00
libproc_macro Use ? in some macros 2019-02-24 21:59:44 +09:00
libprofiler_builtins Revert removed #![feature(nll)] 2019-02-10 16:13:30 +09:00
librustc Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini 2019-03-09 05:19:48 +00:00
librustc_allocator Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov 2019-02-12 12:10:10 +00:00
librustc_apfloat Stabilize TryFrom and TryInto 2019-02-13 18:00:18 +01:00
librustc_asan Revert removed #![feature(nll)] 2019-02-10 16:13:30 +09:00
librustc_borrowck hir: remove NodeId from PatKind 2019-03-07 12:18:59 +01:00
librustc_codegen_llvm Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini 2019-03-09 05:19:48 +00:00
librustc_codegen_ssa Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini 2019-03-09 05:19:48 +00:00
librustc_codegen_utils HirIdification: replace NodeId method calls 2019-03-07 09:22:43 +01:00
librustc_cratesio_shim librustc_cratesio_shim => 2018 2019-02-08 20:55:12 +09:00
librustc_data_structures Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07:00
librustc_driver Fix with_emitter callers 2019-03-07 11:15:47 -08:00
librustc_errors fix bad logic 2019-03-07 08:46:18 -08:00
librustc_fs_util rustc: doc comments 2019-02-10 23:42:32 +00:00
librustc_incremental hir: remove NodeId from TraitItem 2019-03-01 11:18:49 +01:00
librustc_interface hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
librustc_lint hir: remove NodeId from PatKind 2019-03-07 12:18:59 +01:00
librustc_llvm Revert removed #![feature(nll)] 2019-02-10 16:13:30 +09:00
librustc_lsan Revert removed #![feature(nll)] 2019-02-10 16:13:30 +09:00
librustc_macros Make rustc_macro a Rust 2018 crate 2019-03-05 20:46:45 +01:00
librustc_metadata Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc 2019-03-08 13:49:07 +00:00
librustc_mir hir: replace NodeId with HirId in Destination 2019-03-07 12:43:27 +01:00
librustc_msan Revert removed #![feature(nll)] 2019-02-10 16:13:30 +09:00
librustc_passes hir: replace NodeId with HirId in Destination 2019-03-07 12:43:27 +01:00
librustc_plugin hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
librustc_privacy HirIdification: replace NodeId method calls 2019-03-07 09:22:43 +01:00
librustc_resolve Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor 2019-02-27 13:32:21 +01:00
librustc_save_analysis hir: remove NodeId from PatKind 2019-03-07 12:18:59 +01:00
librustc_target Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiyn 2019-03-08 09:41:36 +01:00
librustc_traits HirIdification: replace NodeId method calls 2019-03-07 09:22:43 +01:00
librustc_tsan Revert removed #![feature(nll)] 2019-02-10 16:13:30 +09:00
librustc_typeck Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini 2019-03-09 05:19:48 +00:00
librustdoc Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini 2019-03-09 05:19:48 +00:00
libserialize Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik 2019-02-12 19:09:24 +00:00
libstd Rollup merge of #58963 - seanmonstar:patch-3, r=cramertj 2019-03-08 09:42:10 +01:00
libsyntax Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini 2019-03-09 05:19:48 +00:00
libsyntax_ext Simplify code 2019-03-06 18:46:11 -08:00
libsyntax_pos update scoped_tls to 1.0 2019-02-26 09:54:45 +01:00
libterm replace deprecated rustfmt_skip with rustfmt::skip 2019-02-23 22:40:56 +01:00
libtest Simplify exclude_should_panic flag. 2019-02-24 11:58:08 -05:00
libunwind Revert removed #![feature(nll)] 2019-02-10 16:13:30 +09:00
llvm-emscripten@7f23313edf
llvm-project@38ad31bde8 rustc: Update LLVM, remove dead wasm code 2019-02-26 07:20:17 -08:00
rtstartup
rustc rustc: Fix regression where jemalloc isn't used 2019-01-03 13:52:36 -08:00
rustllvm Implement ffi_returns_twice attribute 2019-02-23 15:48:40 +01:00
stdsimd@359845eb7c Update stdsimd 2019-02-24 11:31:49 +01:00
test Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini 2019-03-09 05:19:48 +00:00
tools Update cargo, rls 2019-03-08 12:07:13 -08:00
.gitignore
README.md remove link to removed readme 2019-01-15 19:48:37 -06:00
stage0.txt Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07: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: