rust/src
Mazdak Farrokhzad c3c03098d8
Rollup merge of #62996 - petrochenkov:outest, r=Mark-Simulacrum
tidy: Add a check for inline unit tests

As described in https://github.com/rust-lang/rust/issues/61097.

There's a large whitelist right now, because in many crates the tests are not outlined yet.
~This PR only outlines tests in one crate (`rustc_lexer`) as an example.~

r? @Mark-Simulacrum
2019-07-28 03:01:51 +02:00
..
bootstrap Remove run-pass test suites 2019-07-27 18:56:17 +03:00
build_helper
ci Rollup merge of #62949 - mati865:patch-1, r=alexcrichton 2019-07-28 03:01:50 +02:00
doc Remove run-pass test suites 2019-07-27 18:56:17 +03:00
etc
grammar
liballoc Rollup merge of #62310 - GuillaumeGomez:add-missing-doc-links-boxed, r=Centril 2019-07-26 18:56:36 +02:00
libarena
libcore Rollup merge of #62883 - Stargateur:refactoring-adapters, r=scottmcm 2019-07-28 03:01:48 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #62771 - petrochenkov:depext, r=eddyb 2019-07-28 03:01:46 +02:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck Remove run-pass test suites 2019-07-27 18:56:17 +03:00
librustc_codegen_llvm Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddyb 2019-07-26 18:56:45 +02:00
librustc_codegen_ssa Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichton 2019-07-26 02:18:12 +00:00
librustc_codegen_utils
librustc_data_structures
librustc_driver Break dependencies between syntax_ext and some other crates 2019-07-27 13:52:37 +03:00
librustc_errors Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebank 2019-07-26 18:57:01 +02:00
librustc_fs_util
librustc_incremental
librustc_interface syntax_ext: proc_macro_decls -> proc_macro_harness 2019-07-27 14:16:16 +03:00
librustc_lexer Add comment 2019-07-27 22:10:09 +09:00
librustc_lint
librustc_llvm Rollup merge of #62907 - nikic:msp430-asmparser, r=alexcrichton 2019-07-26 18:56:50 +02:00
librustc_lsan
librustc_macros
librustc_metadata Move proc macro server into libsyntax 2019-07-27 13:55:25 +03:00
librustc_mir Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJung 2019-07-27 17:40:48 +02:00
librustc_msan
librustc_passes syntax_ext: proc_macro_decls -> proc_macro_harness 2019-07-27 14:16:16 +03:00
librustc_plugin
librustc_privacy
librustc_resolve Move standard library injection into libsyntax_ext 2019-07-27 13:56:54 +03:00
librustc_save_analysis
librustc_target Rollup merge of #62904 - nikic:arm-d32, r=alexcrichton 2019-07-26 18:56:48 +02:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #63029 - petrochenkov:rpass, r=Centril 2019-07-27 19:27:36 +00:00
librustdoc Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton 2019-07-26 18:56:38 +02:00
libserialize
libstd Auto merge of #63029 - petrochenkov:rpass, r=Centril 2019-07-27 19:27:36 +00:00
libsyntax Rollup merge of #62771 - petrochenkov:depext, r=eddyb 2019-07-28 03:01:46 +02:00
libsyntax_ext syntax_ext: proc_macro_decls -> proc_macro_harness 2019-07-27 14:16:16 +03:00
libsyntax_pos Remove run-pass test suites 2019-07-27 18:56:17 +03:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@f6446fa8e9
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril 2019-07-28 03:01:42 +02:00
tools Rollup merge of #62996 - petrochenkov:outest, r=Mark-Simulacrum 2019-07-28 03:01:51 +02:00
.gitignore
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 the following READMEs, which are gradually being moved over to the guide: