rust/src
Felix S. Klock II a2e090624e Removed #[rustc_error] from tests that are all // compile-pass.
I also added `// skip-codegen` to each one, to address potential concerns
that this change would otherwise slow down our test suite spending time
generating code for files that are really just meant to be checks of
compiler diagnostics.

(However, I will say: My preference is to not use `// skip-codegen` if
one can avoid it. We can use all the testing of how we drive LLVM that
we can get...)

(Updated post rebase.)
2018-11-07 13:09:52 +01:00
..
bootstrap Rollup merge of #55703 - pnkfelix:update-configure-help-to-reflect-pr-54811, r=Mark-Simulacrum 2018-11-06 17:08:33 +08:00
build_helper
ci Auto merge of #53996 - sekineh:thumb-run, r=japaric 2018-11-06 18:58:31 +00:00
dlmalloc@c99638dc2e
doc
etc
grammar
liballoc Auto merge of #54922 - murarth:rc-ub-fix, r=alexcrichton 2018-11-05 22:20:25 +00:00
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9
libcore Auto merge of #55410 - nagisa:atomic-align, r=pnkfelix 2018-11-05 19:29:57 +00:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obk 2018-11-07 09:14:12 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #55410 - nagisa:atomic-align, r=pnkfelix 2018-11-05 19:29:57 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton 2018-11-04 22:56:23 +00:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obk 2018-11-07 09:14:12 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #55490 - petrochenkov:resolveice, r=eddyb 2018-11-06 15:20:57 +08:00
librustc_save_analysis
librustc_target Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichton 2018-11-06 01:20:58 +00:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #55694 - jsirs:issue-31076, r=oli-obk 2018-11-06 17:08:27 +08:00
librustdoc Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez 2018-11-05 09:48:46 +00:00
libserialize
libstd Rollup merge of #55621 - GuillaumeGomez:create-dir, r=QuietMisdreavus 2018-11-06 17:08:10 +08:00
libsyntax Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelix 2018-11-06 17:08:08 +08:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@7051ead40a
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@0309be1ade
test Removed #[rustc_error] from tests that are all // compile-pass. 2018-11-07 13:09:52 +01:00
tools submodules: update clippy from 71ec4ff6 to d8b42690 2018-11-04 23:49:42 +01:00
.gitignore
Cargo.lock
Cargo.toml
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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: