rust/src
David Wood d9485be595
typeck: use item_name in cross-crate packed diag
This commit replaces the use of `expect_local` and `hir().get` to fetch
the identifier for a ADT with `item_name` - which works across crates.

Signed-off-by: David Wood <david@davidtw.co>
2020-07-14 16:28:11 +01:00
..
bootstrap Rollup merge of #74046 - ehuss:deny-warnings-caching, r=Mark-Simulacrum 2020-07-13 22:23:08 -07:00
build_helper
ci
doc
etc
liballoc
libcore Auto merge of #73490 - CAD97:range-unchecked-stepping, r=Amanieu 2020-07-14 08:56:06 +00:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_arena
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm
librustc_codegen_ssa Rollup merge of #74167 - jclulow:illumos-linker-eh-frame-hdr-fix, r=petrochenkov 2020-07-11 08:53:19 -07:00
librustc_data_structures
librustc_driver
librustc_error_codes Rollup merge of #74286 - PankajChaudhary5:E0688, r=GuillaumeGomez 2020-07-13 22:23:15 -07:00
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_graphviz
librustc_hir
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer
librustc_interface
librustc_lexer
librustc_lint
librustc_llvm
librustc_macros
librustc_metadata
librustc_middle Rollup merge of #74240 - da-x:fix-74081, r=Manishearth 2020-07-11 08:53:27 -07:00
librustc_mir
librustc_mir_build
librustc_parse
librustc_parse_format
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve Rollup merge of #74213 - pickfire:patch-1, r=jonas-schievink 2020-07-11 08:53:25 -07:00
librustc_save_analysis
librustc_serialize
librustc_session
librustc_span Correctly sort const_fn_transmute 2020-07-11 08:55:05 -07:00
librustc_symbol_mangling
librustc_target
librustc_trait_selection
librustc_traits
librustc_ty
librustc_typeck typeck: use item_name in cross-crate packed diag 2020-07-14 16:28:11 +01:00
librustdoc Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514 2020-07-13 22:23:11 -07:00
libstd Rollup merge of #73867 - poliorcetics:union-keyword, r=joshtriplett 2020-07-13 22:23:03 -07:00
libterm
libtest
libunwind
llvm-project@d134a53927
rtstartup
rustc
rustllvm
stdarch@45340c0e2f
test typeck: use item_name in cross-crate packed diag 2020-07-14 16:28:11 +01:00
tools Rollup merge of #74241 - RalfJung:miri, r=RalfJung 2020-07-11 08:53:29 -07:00
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 dev guide.