586629c0b6
Also, promote defaults.run.shell from inside only the primary jobs to the top level. The src/ci/exec-with-shell.py wrapper script was formerly used to change out the shell mid-job by intercepting a CI_OVERRIDE_SHELL environment variable. Now, instead, we just set `bash` as the global default across all jobs, and we also delete the exec-with-shell.py script. Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com> |
||
---|---|---|
.. | ||
bootstrap | ||
build_helper | ||
ci | ||
doc | ||
etc | ||
liballoc | ||
libcore | ||
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 | ||
librustc_data_structures | ||
librustc_driver | ||
librustc_error_codes | ||
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 | ||
librustc_mir | ||
librustc_mir_build | ||
librustc_parse | ||
librustc_parse_format | ||
librustc_passes | ||
librustc_plugin_impl | ||
librustc_privacy | ||
librustc_query_system | ||
librustc_resolve | ||
librustc_save_analysis | ||
librustc_serialize | ||
librustc_session | ||
librustc_span | ||
librustc_symbol_mangling | ||
librustc_target | ||
librustc_trait_selection | ||
librustc_traits | ||
librustc_ty | ||
librustc_typeck | ||
librustdoc | ||
libstd | ||
libterm | ||
libtest | ||
libunwind | ||
llvm-project@86b120e6f3 | ||
rtstartup | ||
rustc | ||
rustllvm | ||
stdarch@45340c0e2f | ||
test | ||
tools | ||
README.md | ||
stage0.txt |
This directory contains the source code of the rust project, including:
rustc
and its testslibstd
- Various submodules for tools, like rustdoc, rls, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.