rust/src
Mazdak Farrokhzad a2500db858
Rollup merge of #62286 - petrhosek:rustc-no-duplicate-archives, r=cramertj
Check if the archive has already been added to avoid duplicates

This avoids adding archives multiple times, which results in duplicate
objects in the resulting rlib, leading to symbol collision and link
failures. This could happen when crate contains multiple link attributes
that all reference the same archive.
2019-07-07 17:00:20 +02:00
..
bootstrap Rollup merge of #62438 - petrochenkov:buildwarn, r=Mark-Simulacrum 2019-07-07 05:11:55 +02:00
build_helper
ci cfg: linkcheck only on x86-64 linux 2019-07-06 11:05:22 -03:00
doc rustdoc: set cfg(doctest) when collecting doctests 2019-07-06 21:37:17 -05:00
etc
grammar
liballoc Rollup merge of #61862 - vorner:weak-into-raw-methods, r=sfackler 2019-07-06 22:14:35 +02:00
libarena rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libcore Rollup merge of #62379 - GuillaumeGomez:option-doc-links, r=QuietMisdreavus 2019-07-07 05:11:53 +02:00
libfmt_macros rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libgraphviz rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
librustc_allocator rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_apfloat rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_asan
librustc_borrowck rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_codegen_llvm Rollup merge of #62286 - petrhosek:rustc-no-duplicate-archives, r=cramertj 2019-07-07 17:00:20 +02:00
librustc_codegen_ssa rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_codegen_utils rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_data_structures rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_driver
librustc_errors rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_fs_util rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_incremental rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_interface rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_lint Rollup merge of #61883 - zackmdavis:non_ascii_idents_lint, r=Manishearth 2019-07-07 17:00:15 +02:00
librustc_llvm rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_lsan
librustc_macros
librustc_metadata rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_mir rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_msan
librustc_passes rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_plugin Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
librustc_privacy rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_resolve Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
librustc_save_analysis rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_target Auto merge of #59800 - Zoxc:less-dylibs, r=alexcrichton 2019-07-07 11:32:58 +00:00
librustc_traits rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_tsan
librustc_typeck Auto merge of #59800 - Zoxc:less-dylibs, r=alexcrichton 2019-07-07 11:32:58 +00:00
librustdoc rustdoc: set cfg(doctest) when collecting doctests 2019-07-06 21:37:17 -05:00
libserialize Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
libstd #[rustc_doc_only_macro] -> #[rustc_builtin_macro] 2019-07-06 16:59:08 +03:00
libsyntax Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomez 2019-07-07 17:00:18 +02:00
libsyntax_ext Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
libsyntax_pos Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomez 2019-07-07 17:00:18 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@8538d56b2d
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomez 2019-07-07 17:00:18 +02:00
tools Auto merge of #62434 - Manishearth:clippyup, r=Manishearth 2019-07-07 08:07:54 +00: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: