rust/src
Rich Kadel 1db44afecd Ensure profiling runtime for -Zinstrument-coverage
If config.toml `profiler = false`, the test/mir-opt/instrument_coverage
test is ignored. Otherwise, this patch ensures the profiler_runtime is
loaded when -Zinstrument-coverage is enabled. Confirmed that this works
for MacOS.
2020-06-16 18:48:46 -07:00
..
bootstrap Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelix 2020-06-15 15:21:45 +00:00
build_helper
ci Rollup merge of #73296 - ehuss:remove-msvc-aux, r=Mark-Simulacrum 2020-06-15 12:01:11 +02:00
doc Rollup merge of #73230 - Amanieu:asm-unused2, r=petrochenkov 2020-06-11 19:04:20 +02:00
etc Implement new gdb/lldb pretty-printers 2020-06-09 16:13:11 +03:00
liballoc Rollup merge of #72584 - CAD97:stabilize-58957, r=dtolnay 2020-06-15 09:57:26 +02:00
libcore Update src/libcore/intrinsics.rs 2020-06-15 16:50:10 -07:00
libpanic_abort
libpanic_unwind Bump to 1.46 2020-06-03 15:27:51 -04:00
libproc_macro Add test for proc_macro::LineColumn 2020-05-21 17:15:13 -07:00
libprofiler_builtins
librustc_apfloat Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
librustc_arena Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk 2020-06-15 12:00:58 +02:00
librustc_ast Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_ast_lowering Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
librustc_ast_passes [AVR] Add AVR platform support 2020-06-09 17:34:07 +12:00
librustc_ast_pretty Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper 2020-06-11 19:04:16 +02:00
librustc_attr Make things build again 2020-06-02 20:38:24 +03:00
librustc_builtin_macros Rollup merge of #73178 - petrochenkov:explint, r=varkor 2020-06-12 12:28:25 +02:00
librustc_codegen_llvm moved instrument_coverage pass, optimized scalar, added FIXME 2020-06-15 16:50:10 -07:00
librustc_codegen_ssa Add case for count_code_region() extern lang_item 2020-06-15 16:50:10 -07:00
librustc_data_structures Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
librustc_driver Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum 2020-06-06 09:00:51 +00:00
librustc_error_codes Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morse 2020-06-15 09:57:35 +02:00
librustc_errors Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasper 2020-06-15 12:00:59 +02:00
librustc_expand Rollup merge of #73178 - petrochenkov:explint, r=varkor 2020-06-12 12:28:25 +02:00
librustc_feature Add feature gate for precise live drop checking 2020-06-13 11:05:11 -07:00
librustc_fs_util
librustc_graphviz Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_hir [WIP] injects llvm intrinsic instrprof.increment for coverage reports 2020-06-15 16:50:10 -07:00
librustc_hir_pretty Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_incremental Remove associated opaque types 2020-06-11 16:24:01 +01:00
librustc_index Make things build again 2020-06-02 20:38:24 +03:00
librustc_infer Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
librustc_interface [WIP] injects llvm intrinsic instrprof.increment for coverage reports 2020-06-15 16:50:10 -07:00
librustc_lexer Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay 2020-06-12 12:28:23 +02:00
librustc_lint Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_llvm [AVR] Add AVR platform support 2020-06-09 17:34:07 +12:00
librustc_macros Use min_specialization in the remaining rustc crates 2020-06-10 09:05:52 +01:00
librustc_metadata Ensure profiling runtime for -Zinstrument-coverage 2020-06-16 18:48:46 -07:00
librustc_middle added test, Operand::const_from_scalar, require_lang_item, & comments 2020-06-15 16:50:11 -07:00
librustc_mir Add new fn_span to TerminatorKind::Call instance 2020-06-15 17:08:13 -07:00
librustc_mir_build Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closures, r=varkor 2020-06-15 09:57:37 +02:00
librustc_parse Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper 2020-06-11 19:04:16 +02:00
librustc_parse_format Make things build again 2020-06-02 20:38:24 +03:00
librustc_passes Add case for count_code_region() extern lang_item 2020-06-15 16:50:10 -07:00
librustc_plugin_impl Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_privacy Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_query_system Use min_specialization in the remaining rustc crates 2020-06-10 09:05:52 +01:00
librustc_resolve Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_save_analysis Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_serialize Use min_specialization in the remaining rustc crates 2020-06-10 09:05:52 +01:00
librustc_session moved to post_borrowck_cleanup & used MirPatch 2020-06-15 16:50:10 -07:00
librustc_span [WIP] injects llvm intrinsic instrprof.increment for coverage reports 2020-06-15 16:50:10 -07:00
librustc_symbol_mangling iterate List by value 2020-05-23 12:24:19 +02:00
librustc_target Rollup merge of #73086 - trevyn:apple-a7, r=nikic 2020-06-15 12:01:05 +02:00
librustc_trait_selection Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
librustc_traits change WellFormed predicate to GenericArg 2020-06-02 15:02:36 +02:00
librustc_ty Add case for count_code_region() extern lang_item 2020-06-15 16:50:10 -07:00
librustc_typeck Add case for count_code_region() extern lang_item 2020-06-15 16:50:10 -07:00
librustdoc Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
libstd Rollup merge of #73331 - hermitcore:listen, r=kennytm 2020-06-15 12:01:14 +02:00
libterm
libtest typo: awailable -> available 2020-06-08 13:37:58 -07:00
libunwind Rollup merge of #73187 - mati865:bootstrap-cleanup, r=Mark-Simulacrum 2020-06-12 00:05:31 +02:00
llvm-project@02e0d7fa55 Update LLVM submodule to include lld NOLOAD fix 2020-06-05 11:36:45 -07:00
rtstartup
rustc
rustllvm [WIP] injects llvm intrinsic instrprof.increment for coverage reports 2020-06-15 16:50:10 -07:00
stdarch@45340c0e2f Update stdarch submodule to latest head 2020-05-31 00:12:59 +02:00
test Ensure profiling runtime for -Zinstrument-coverage 2020-06-16 18:48:46 -07:00
tools Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelix 2020-06-15 15:21:45 +00:00
README.md
stage0.txt Bump to 1.46 2020-06-03 15:27:51 -04: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 dev guide.