rust/src
Manish Goregaokar 8376fcd5ce
Rollup merge of #74161 - tblah:riscv64gc-dockerfile-improvment, r=Mark-Simulacrum
Fix  disabled dockerfiles

When the dockerfiles were moved into the host-x86_64 directory, paths
for COPY commands were updated with the new host-x86_64/ prefix. This
suggested that the intended context was src/ci/docker. However, the context
for disabled docker images was src/ci/docker/host-x86_64. This broke the new
paths and prevented src/ci/docker/scripts from being included in the
context at all.

This commit corrects this context allowing docker to find the files it
needs for COPY commands.

Also includes a quick fix to riscv recommended by @bjorn3
2020-07-10 23:26:54 -07:00
..
bootstrap Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
build_helper
ci Rollup merge of #74161 - tblah:riscv64gc-dockerfile-improvment, r=Mark-Simulacrum 2020-07-10 23:26:54 -07:00
doc Rollup merge of #74135 - ehuss:update-books, r=ehuss 2020-07-10 23:26:51 -07:00
etc Avoid "whitelist" 2020-07-10 07:39:28 -04:00
liballoc Rollup merge of #74099 - jonhoo:deque-range, r=dtolnay 2020-07-10 23:26:36 -07:00
libcore Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_arena
librustc_ast Eliminate confusing "globals" terminology. 2020-07-09 14:11:44 +10:00
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty Eliminate confusing "globals" terminology. 2020-07-09 14:11:44 +10:00
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
librustc_codegen_ssa Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
librustc_data_structures
librustc_driver
librustc_error_codes Avoid "blacklist" 2020-07-08 12:08:27 -04:00
librustc_errors Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis 2020-07-09 11:50:32 -07:00
librustc_expand Avoid "whitelist" 2020-07-10 07:39:28 -04:00
librustc_feature Avoid "whitelist" 2020-07-10 07:39:28 -04:00
librustc_fs_util
librustc_graphviz
librustc_hir
librustc_hir_pretty
librustc_incremental Avoid "whitelist" 2020-07-10 07:39:28 -04:00
librustc_index
librustc_infer
librustc_interface Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
librustc_lexer
librustc_lint Avoid "whitelist" 2020-07-10 07:39:28 -04:00
librustc_llvm
librustc_macros
librustc_metadata Avoid "whitelist" 2020-07-10 07:39:28 -04:00
librustc_middle Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
librustc_mir Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
librustc_mir_build Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis 2020-07-09 11:50:28 -07:00
librustc_parse Rollup merge of #74125 - ayazhafiz:i/74050, r=matthewjasper 2020-07-10 23:26:45 -07:00
librustc_parse_format Eliminate confusing "globals" terminology. 2020-07-09 14:11:44 +10:00
librustc_passes Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve Avoid "whitelist" 2020-07-10 07:39:28 -04:00
librustc_save_analysis
librustc_serialize
librustc_session Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=GuillaumeGomez 2020-07-09 07:00:27 +00:00
librustc_span Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis 2020-07-09 11:50:32 -07:00
librustc_symbol_mangling
librustc_target Avoid "whitelist" 2020-07-10 07:39:28 -04:00
librustc_trait_selection Avoid "whitelist" 2020-07-10 07:39:28 -04:00
librustc_traits
librustc_ty Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis 2020-07-09 11:50:28 -07:00
librustc_typeck Avoid "whitelist" 2020-07-10 07:39:28 -04:00
librustdoc Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
libstd Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
libterm
libtest
libunwind
llvm-project@6c040dd86e
rtstartup
rustc
rustllvm
stdarch@45340c0e2f
test Rollup merge of #74127 - tamird:allowlist, r=oli-obk 2020-07-10 23:26:47 -07:00
tools Rollup merge of #74145 - michaelforney:rust-installer, r=Mark-Simulacrum 2020-07-10 23:26:53 -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.