rust/src
bors 9ad1e7c46c Auto merge of #64553 - alexcrichton:windows-bash-install-scripts, r=Mark-Simulacrum
azure: Convert Windows installations scripts to `bash`

Looks like `script`, which uses `cmd.exe`, doesn't have fail-fast
behavior and if a leading command fails the script doesn't actually fail
so long as the last command succeeds. We instead want the opposite
behavior where if any step fails the whole script fails.

I don't really know `cmd.exe` that well, nor powershell, so I've opted
to move everything to `bash` which should be a good common denominator
amongst all platforms to work with. Additionally I know that `set -e`
works to cause scripts to fail fast.

Closes #64551
2019-09-20 11:38:56 +00:00
..
bootstrap Rollup merge of #64613 - alexcrichton:less-doc-copies, r=Mark-Simulacrum 2019-09-19 18:31:44 +02:00
build_helper
ci Auto merge of #64553 - alexcrichton:windows-bash-install-scripts, r=Mark-Simulacrum 2019-09-20 11:38:56 +00:00
doc Update books 2019-09-18 08:54:06 -07:00
etc
grammar
liballoc
libarena
libcore Rollup merge of #64348 - arnohaase:pr_documentation_spin_loop_hint, r=alexcrichton 2019-09-18 10:58:05 -07:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #64498 - estebank:point-at-arg, r=Centril 2019-09-20 07:53:23 +00:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm Get rid of special const intrinsic query in favour of const_eval 2019-09-17 16:31:55 +02:00
librustc_codegen_ssa Get rid of special const intrinsic query in favour of const_eval 2019-09-17 16:31:55 +02:00
librustc_codegen_utils
librustc_data_structures Rename some index variables. 2019-09-17 15:32:29 +10:00
librustc_driver Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov 2019-09-17 21:27:22 -07:00
librustc_errors Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mark-Simulacrum 2019-09-17 14:10:48 -07:00
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Generate proc macro harness in AST order. 2019-09-17 19:10:10 -04:00
librustc_mir Auto merge of #64498 - estebank:point-at-arg, r=Centril 2019-09-20 07:53:23 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #64498 - estebank:point-at-arg, r=Centril 2019-09-20 07:53:23 +00:00
librustdoc
libserialize
libstd Remove unnecessary mut in doc example 2019-09-19 13:36:10 +02:00
libsyntax Fix backticks in documentation 2019-09-18 23:17:36 -06:00
libsyntax_ext Generate proc macro harness in AST order. 2019-09-17 19:10:10 -04:00
libsyntax_pos Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov 2019-09-17 21:27:22 -07:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@71fe7ec06b
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Auto merge of #64498 - estebank:point-at-arg, r=Centril 2019-09-20 07:53:23 +00:00
tools Rollup merge of #64536 - Aaron1011:cargo-crate-type, r=ehuss 2019-09-19 04:53:08 +02: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 guide.

There is also useful content in this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.