rust/src
Kristofer Rye 586629c0b6
ci: Replace exec-with-shell wrapper with "plain bash"
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>
2020-07-17 08:44:14 -05:00
..
bootstrap Rollup merge of #74352 - ehuss:fix-alloc-links, r=Mark-Simulacrum 2020-07-16 00:01:09 -07:00
build_helper
ci ci: Replace exec-with-shell wrapper with "plain bash" 2020-07-17 08:44:14 -05:00
doc Revert "Remove "important traits" feature" 2020-07-16 09:58:17 -07:00
etc
liballoc Separate off BTreeMap support functions and loose their irrelevant bounds 2020-07-16 12:53:01 +02:00
libcore Rollup merge of #74390 - ColoredCarrot:patch-1, r=lcnr 2020-07-16 11:18:57 -07:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_arena
librustc_ast
librustc_ast_lowering
librustc_ast_passes Revert "Remove spotlight usage" 2020-07-16 09:58:34 -07:00
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm
librustc_codegen_ssa Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb 2020-07-15 12:49:25 +00:00
librustc_data_structures
librustc_driver Rollup merge of #74037 - JohnTitor:contributing-md, r=Mark-Simulacrum 2020-07-16 00:01:04 -07:00
librustc_error_codes Rollup merge of #74159 - lcnr:const-generic-ty-decl, r=varkor 2020-07-16 11:18:46 -07:00
librustc_errors
librustc_expand
librustc_feature Revert "Remove "important traits" feature" 2020-07-16 09:58:17 -07:00
librustc_fs_util
librustc_graphviz
librustc_hir relax Node lt bounds 2020-07-16 11:13:05 +02:00
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer
librustc_interface Rollup merge of #73566 - jyn514:name-resolve-first, r=eddyb 2020-07-16 11:18:24 -07:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_macros Enforce the static symbol order. 2020-07-16 16:53:24 +10:00
librustc_metadata Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb 2020-07-15 12:49:25 +00:00
librustc_middle Auto merge of #74202 - oli-obk:mir_const, r=RalfJung 2020-07-16 10:18:24 +00:00
librustc_mir Rollup merge of #74221 - oli-obk:const_prop_ice, r=wesleywiser 2020-07-16 11:18:50 -07:00
librustc_mir_build WithOptConstParam::dummy -> WithOptConstParam::unknown 2020-07-15 13:06:47 +02:00
librustc_parse Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkor 2020-07-15 11:01:26 -07:00
librustc_parse_format
librustc_passes Rollup merge of #74148 - GuillaumeGomez:doc-alias-check, r=Manishearth 2020-07-16 11:18:44 -07:00
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve Rollup merge of #74159 - lcnr:const-generic-ty-decl, r=varkor 2020-07-16 11:18:46 -07:00
librustc_save_analysis
librustc_serialize
librustc_session
librustc_span Revert "Remove spotlight usage" 2020-07-16 09:58:34 -07:00
librustc_symbol_mangling
librustc_target
librustc_trait_selection Rename sym::item_context as sym::ItemContext. 2020-07-16 16:53:31 +10:00
librustc_traits
librustc_ty WithOptConstParam::dummy -> WithOptConstParam::unknown 2020-07-15 13:06:47 +02:00
librustc_typeck Rollup merge of #74159 - lcnr:const-generic-ty-decl, r=varkor 2020-07-16 11:18:46 -07:00
librustdoc Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomez 2020-07-16 11:18:55 -07:00
libstd Revert "Remove spotlight usage" 2020-07-16 09:58:34 -07:00
libterm
libtest Move libstd's default feature to libtest 2020-07-15 11:37:46 -07:00
libunwind
llvm-project@86b120e6f3
rtstartup
rustc
rustllvm
stdarch@45340c0e2f
test Rollup merge of #74392 - lcnr:const-generics-update, r=varkor 2020-07-16 11:19:00 -07:00
tools Rollup merge of #74359 - lzutao:rustdoc-tostring, r=GuillaumeGomez 2020-07-16 11:18: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.