rust/src
Mazdak Farrokhzad 8754409159
Rollup merge of #66573 - pnkfelix:issue-66568-ignore-reproducible-build-2-on-macos, r=alexcrichton
Ignore run-make reproducible-build-2 on Mac

Ignore run-make reproducible-build-2 on Mac (we already ignore it on Windows).

Until we can dedicate resources to fixing this properly, I think we are best off just ignoring this test on platforms/contexts where it does not matter as much.

cc #66568
2019-11-20 18:32:13 +01:00
..
bootstrap
build_helper
ci
doc
etc
liballoc
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #66457 - cjgillot:just_hashstable, r=Zoxc 2019-11-20 18:32:07 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister 2019-11-20 18:32:04 +01:00
librustc_data_structures
librustc_driver Rollup merge of #66546 - aradzie:remove_duplicate_function, r=Dylan-DPC 2019-11-20 12:58:33 +01:00
librustc_error_codes Rollup merge of #66526 - estebank:async-fn-trait-information, r=Centril 2019-11-20 12:58:30 +01:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #66496 - petrochenkov:metapriv2, r=eddyb 2019-11-20 18:32:09 +01:00
librustc_mir Rollup merge of #66457 - cjgillot:just_hashstable, r=Zoxc 2019-11-20 18:32:07 +01:00
librustc_msan
librustc_parse
librustc_passes Rollup merge of #66535 - estebank:issue-62480, r=matthewjasper 2019-11-20 18:32:12 +01:00
librustc_plugin_impl
librustc_privacy
librustc_resolve Auto merge of #66104 - yodaldevoid:generic-arg-disambiguation, r=petrochenkov 2019-11-20 03:07:39 +00:00
librustc_save_analysis
librustc_target [RISCV] Disable Atomics on all Non-A RISC-V targets 2019-11-19 15:29:43 +00:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #66392 - estebank:trait-alias-ice, r=eddyb 2019-11-20 10:51:26 +00:00
librustdoc Rollup merge of #66514 - GuillaumeGomez:fix-search-filter-save, r=kinnison 2019-11-20 18:32:10 +01:00
libserialize
libstd Rollup merge of #66553 - hermitcore:hermit, r=rkruppe 2019-11-20 12:58:37 +01:00
libsyntax Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister 2019-11-20 18:32:04 +01:00
libsyntax_expand
libsyntax_ext
libsyntax_pos Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister 2019-11-20 18:32:04 +01:00
libterm
libtest
libunwind
llvm-project@de1a7dbf6c
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Rollup merge of #66573 - pnkfelix:issue-66568-ignore-reproducible-build-2-on-macos, r=alexcrichton 2019-11-20 18:32:13 +01:00
tools Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister 2019-11-20 18:32:04 +01:00
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.