rust/src
bors 02a369a5c8 Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov
Reexport tests without polluting namespaces

This should fix issue #52557.

Basically now we gensym a new name for the test function and reexport that.
That way the test function's reexport name can't conflict because it was impossible for the test author to write it down.
We then use a `use` statement to expose the original name using the original visibility.
2018-08-02 08:24:14 +00:00
..
bootstrap [RISCV] Enable CI. 2018-08-01 15:34:57 +02:00
build_helper Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
ci [RISCV] Enable CI. 2018-08-01 15:34:57 +02:00
dlmalloc@c99638dc2e
doc Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichton 2018-08-01 10:12:47 +02:00
etc fix coding style 2018-07-29 23:45:32 +09:00
grammar
jemalloc@1f5a28755e
liballoc Use SetLenOnDrop in Vec::truncate() 2018-07-31 20:53:53 +03:00
liballoc_jemalloc Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
liballoc_system Fix coding style. 2018-07-31 09:49:10 +02:00
libarena Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@52a6a4d708 Update the compiler-builtins submodule 2018-07-25 18:12:39 -07:00
libcore Auto merge of #52206 - RalfJung:zst-slices, r=alexcrichton 2018-08-02 00:14:21 +00:00
libfmt_macros Remove unused muts 2018-07-29 18:04:09 +01:00
libgraphviz Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
liblibc@b6d23ed45d Update liblibc 2018-07-01 20:23:41 +02:00
libpanic_abort Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
libpanic_unwind Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
libproc_macro Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
libprofiler_builtins Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc Split out growth functionality into BitVector type 2018-08-01 06:50:40 -06:00
librustc_allocator Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_apfloat Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_asan Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_borrowck Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_codegen_llvm Rollup merge of #52799 - Mark-Simulacrum:attr-id-bitvecs, r=michaelwoerister 2018-08-01 21:46:23 +02:00
librustc_codegen_utils Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #52942 - llogiq:smallvec-opt, r=Mark-Simulacrum 2018-08-01 21:46:37 +02:00
librustc_driver Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_errors rustc: Disallow machine applicability in foreign macros 2018-07-30 07:48:59 -07:00
librustc_incremental Don't format!() string literals 2018-07-28 17:58:52 +02:00
librustc_lint rustc: Trim down the rust_2018_idioms lint group 2018-08-01 07:29:24 -07:00
librustc_llvm [RISCV] Enable LLVM backend. 2018-08-01 15:32:22 +02:00
librustc_lsan Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_metadata Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_mir Rollup merge of #52915 - Zoxc:refine-gen-borrow-analysis, r=eddyb 2018-08-01 21:46:32 +02:00
librustc_msan Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_passes Change order of copy and borrow to avoid conflict 2018-07-29 18:04:09 +01:00
librustc_platform_intrinsics Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_plugin Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_privacy Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_resolve Rollup merge of #52930 - eddyb:issue-52489, r=cramertj 2018-08-01 21:46:35 +02:00
librustc_save_analysis Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper 2018-07-30 10:19:38 +00:00
librustc_target [RISCV] Disable c extension and atomic_cas. 2018-08-01 15:34:57 +02:00
librustc_traits Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov 2018-07-29 09:33:37 +00:00
librustc_tsan Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_typeck Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustdoc Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddyb 2018-08-01 21:46:27 +02:00
libserialize Rollup merge of #52778 - ljedrz:readable_serialize, r=kennytm 2018-08-01 10:12:40 +02:00
libstd Auto merge of #52847 - upsuper:thread-stack-reserve, r=alexcrichton 2018-08-02 04:22:23 +00:00
libsyntax Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov 2018-08-02 08:24:14 +00:00
libsyntax_ext Rollup merge of #52888 - estebank:shell-sugg, r=oli-obk 2018-08-01 10:13:02 +02:00
libsyntax_pos Auto merge of #52355 - pietroalbini:zfeature, r=eddyb 2018-07-28 23:10:10 +00:00
libterm Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov 2018-07-29 09:33:37 +00:00
libtest Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
libunwind Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
llvm@0368490510 Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichton 2018-08-02 02:24:15 +00:00
stdsimd@05c2f61c38 update the stdsimd submodule 2018-07-24 11:08:11 -05:00
test Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov 2018-08-02 08:24:14 +00:00
tools [RISCV] Enable CI. 2018-08-01 15:34:57 +02:00
Cargo.lock Rollup merge of #52732 - SimonSapin:spring, r=Mark-Simulacrum 2018-08-01 10:12:36 +02:00
Cargo.toml Update RLS and rustfmt. 2018-07-29 19:05:42 +08:00
README.md
stage0.txt bump bootstrap compiler to beta-2018-07-27 2018-07-27 12:24:17 +02:00

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: