rust/src
bors 7870050796 Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton
Upgrade Emscripten targets to use upstream LLVM backend

 - Refactors the Emscripten target spec to share code with other wasm
   targets.
 - Replaces the incorrect wasm32 C call ABI with the old asmjs
   version, which is correct for both wasm32 and JS.
 - Updates the varargs ABI used by Emscripten and deletes the old one.
 - Removes the obsolete wasm32-experimental-emscripten target.
 - Temporarily makes Emscripten targets use panic=abort by default
   because supporting unwinding will require an LLVM patch.
2019-10-04 20:33:02 +00:00
..
bootstrap Fix ABI, run and fix more tests, re-enable CI for PRs 2019-10-04 00:47:21 -07:00
build_helper
ci Remove asmjs and wasm32 from PR CI 2019-10-04 00:47:21 -07:00
doc rustc book: nitpick SLP vectorization 2019-10-02 14:41:49 +02:00
etc ignore-x86 instead of ignore-musl 2019-09-22 11:33:13 -07:00
liballoc Fix ABI, run and fix more tests, re-enable CI for PRs 2019-10-04 00:47:21 -07:00
libarena Fix clippy warnings 2019-10-01 23:15:47 +09:00
libcore Upgrade Emscripten targets to use upstream LLVM backend 2019-10-04 00:47:21 -07:00
libfmt_macros Cleaned up a few doc comments in libfmt_macros. 2019-09-30 01:15:48 +01:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene 2019-10-03 11:28:06 +03:00
libprofiler_builtins
librustc Rollup merge of #65026 - petrochenkov:ice1, r=eddyb 2019-10-04 07:24:37 +02:00
librustc_apfloat Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb 2019-10-01 23:06:19 -07:00
librustc_asan
librustc_codegen_llvm Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton 2019-10-04 20:33:02 +00:00
librustc_codegen_ssa Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton 2019-10-04 20:33:02 +00:00
librustc_codegen_utils remove ClosureSubsts with SubstsRef 2019-09-29 16:17:46 +00:00
librustc_data_structures Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb 2019-10-01 23:06:19 -07:00
librustc_driver Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-Simulacrum 2019-09-29 04:36:01 +02:00
librustc_errors Compare primary with value instead of dropping it 2019-10-02 19:48:21 +03:00
librustc_fs_util
librustc_incremental Self-Profiling: Make names of existing events more consistent and use new API. 2019-09-30 13:31:56 +02:00
librustc_index Fix clippy warnings 2019-10-01 23:15:47 +09:00
librustc_interface Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddyb 2019-10-04 07:24:36 +02:00
librustc_lexer
librustc_lint remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
librustc_llvm
librustc_lsan
librustc_macros Stabilize proc macros in type positions 2019-09-30 21:59:35 +03:00
librustc_metadata Rollup merge of #65026 - petrochenkov:ice1, r=eddyb 2019-10-04 07:24:37 +02:00
librustc_mir Rollup merge of #64817 - csmoe:closure, r=nikomatsakis 2019-10-04 07:24:34 +02:00
librustc_msan
librustc_passes Remove HIR based const qualification 2019-09-30 19:56:49 +01:00
librustc_plugin Rename `Item.node` to `Item.kind` 2019-09-26 18:21:48 +01:00
librustc_privacy Rename `Item.node` to `Item.kind` 2019-09-26 18:21:48 +01:00
librustc_resolve Allocate a new diagnostic for defaulted type parameters cannot use `Self` 2019-10-03 13:54:27 +02:00
librustc_save_analysis Rename `ForeignItem.node` to `ForeignItem.kind` 2019-09-26 18:21:48 +01:00
librustc_target Add C ABI for wasm-bindgen compat 2019-10-04 00:47:21 -07:00
librustc_traits Rollup merge of #64817 - csmoe:closure, r=nikomatsakis 2019-10-04 07:24:34 +02:00
librustc_tsan
librustc_typeck Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddyb 2019-10-04 07:24:36 +02:00
librustdoc Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton 2019-10-04 20:33:02 +00:00
libserialize Fix clippy warnings 2019-10-01 23:15:47 +09:00
libstd Upgrade Emscripten targets to use upstream LLVM backend 2019-10-04 00:47:21 -07:00
libsyntax Rollup merge of #65055 - GuillaumeGomez:long-err-explanation-E0556, r=petrochenkov 2019-10-03 16:25:47 -07:00
libsyntax_ext syntax: Support modern attribute syntax in the `meta` matcher 2019-09-30 22:58:22 +03:00
libsyntax_pos proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene 2019-10-03 11:28:06 +03:00
libterm
libtest Fix ABI, run and fix more tests, re-enable CI for PRs 2019-10-04 00:47:21 -07:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@8473db5f2a Update llvm-project submodule 2019-10-02 07:47:38 -07:00
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a Move `--cfg bootstrap` out of `rustc.rs` 2019-09-23 09:34:44 -07:00
test Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton 2019-10-04 20:33:02 +00:00
tools Fix ABI, run and fix more tests, re-enable CI for PRs 2019-10-04 00:47:21 -07:00
README.md
stage0.txt Switch version to 1.40 2019-09-25 08:20:32 -04:00

README.md

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.