rust/src
bors ed9439768e Auto merge of #54260 - maxdeviant:public-scope-fields, r=petrochenkov
Make rustc::middle::region::Scope's fields public

This PR makes the following changes to `rustc::middle::region::Scope`:

- [x] Makes `region::Scope`'s fields public
- [x] Removes the `impl Scope` block with constructors (as per [this comment](https://github.com/rust-lang/rust/pull/54032#discussion_r216618208))
- [x] Updates call sites throughout the compiler

Closes #54122.
2018-09-17 06:34:29 +00:00
..
bootstrap Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister 2018-09-14 00:46:22 +08:00
build_helper
ci
dlmalloc@c99638dc2e
doc Rollup merge of #54244 - kzys:search-box, r=GuillaumeGomez 2018-09-16 12:25:46 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #53804 - RalfJung:ptr-invalid, r=nagisa 2018-09-16 18:03:39 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Auto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapin 2018-09-16 23:13:30 +00:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichton 2018-09-13 15:22:05 +00:00
libproc_macro Add multispan support to proc-macro diagnostics. 2018-09-13 01:19:48 -07:00
libprofiler_builtins
librustc Auto merge of #54260 - maxdeviant:public-scope-fields, r=petrochenkov 2018-09-17 06:34:29 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #54260 - maxdeviant:public-scope-fields, r=petrochenkov 2018-09-17 06:34:29 +00:00
librustc_codegen_llvm Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco 2018-09-14 14:50:11 +08:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrum 2018-09-15 06:36:22 +00:00
librustc_driver Fix missing struct name 2018-09-15 15:43:44 -04:00
librustc_errors Rollup merge of #54024 - alexcrichton:compile-to-wasm, r=petrochenkov 2018-09-14 14:50:10 +08:00
librustc_fs_util
librustc_incremental
librustc_lint Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco 2018-09-14 14:50:11 +08:00
librustc_llvm Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis 2018-09-12 11:27:48 +00:00
librustc_lsan
librustc_metadata rustc_resolve: always include core, std and meta in the extern prelude. 2018-09-15 22:48:10 +03:00
librustc_metadata_utils
librustc_mir Auto merge of #54260 - maxdeviant:public-scope-fields, r=petrochenkov 2018-09-17 06:34:29 +00:00
librustc_msan
librustc_passes introduce SelfCtor 2018-09-13 12:27:29 +08:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve resolve: Do not error on access to proc macros imported with #[macro_use] 2018-09-16 21:13:41 +03:00
librustc_save_analysis introduce SelfCtor 2018-09-13 12:27:29 +08:00
librustc_target Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichton 2018-09-13 15:22:05 +00:00
librustc_traits
librustc_tsan
librustc_typeck Make rustc::middle::region::Scope's fields public 2018-09-15 13:10:29 -04:00
librustdoc Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomez 2018-09-16 12:25:41 +02:00
libserialize Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco 2018-09-14 14:50:11 +08:00
libstd Auto merge of #54247 - Munksgaard:better-error-message-in-no_lookup_host_duplicates, r=alexcrichton 2018-09-17 01:36:58 +00:00
libsyntax Rollup merge of #54181 - vi:hint_and_or, r=estebank 2018-09-16 12:25:42 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest Revert "Auto merge of #53527 - Emerentius:test_all, r=nrc" 2018-09-15 22:48:38 +03:00
libunwind
llvm@5a081f0363
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test resolve: Do not error on access to proc macros imported with #[macro_use] 2018-09-16 21:13:41 +03:00
tools Update submodules to include rust-lang-nursery/rust-clippy#3189 and rust-lang-nursery/rls#1054. 2018-09-15 22:48:10 +03:00
.gitignore
Cargo.lock Update submodules to include rust-lang-nursery/rust-clippy#3189 and rust-lang-nursery/rls#1054. 2018-09-15 22:48:10 +03: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: