rust/compiler
Rich Kadel 6b5869a0ae Add new -Z dump-mir-spanview option
Similar to `-Z dump-mir-graphviz`, this adds the option to write
HTML+CSS files that allow users to analyze the spans associated with MIR
elements (by individual statement, just terminator, or overall basic
block).

This PR was split out from PR #76004, and exposes an API for spanview
HTML+CSS files that is also used to analyze code regions chosen for
coverage instrumentation (in a follow-on PR).

Rust compiler MCP rust-lang/compiler-team#278

Relevant issue: #34701 - Implement support for LLVMs code coverage
instrumentation
2020-08-31 22:57:55 -07:00
..
rustc cleanup: Remove duplicate library names from Cargo.tomls 2020-08-30 22:57:54 +03:00
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_builtin_macros Use string literal directly when available in format 2020-08-30 22:09:58 +02:00
rustc_codegen_llvm cg_llvm: fewer_names in uncached_llvm_type 2020-08-31 11:20:52 +01:00
rustc_codegen_ssa Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandry 2020-08-31 19:18:14 -07:00
rustc_data_structures datastructures: replace once_cell crate with an impl from std 2020-08-30 20:06:14 +01:00
rustc_driver datastructures: replace once_cell crate with an impl from std 2020-08-30 20:06:14 +01:00
rustc_error_codes Rollup merge of #76103 - GuillaumeGomez:cleanup-e0769, r=Dylan-DPC 2020-08-31 19:18:19 -07:00
rustc_errors
rustc_expand Rollup merge of #76050 - matklad:pos, r=petrochenkov 2020-08-31 15:22:40 +02:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer
rustc_interface Rollup merge of #76075 - marmeladema:remove-once-cell-crate, r=matklad 2020-08-31 15:22:42 +02:00
rustc_lexer Update expect-test to 1.0 2020-08-31 21:04:09 +02:00
rustc_lint
rustc_macros
rustc_metadata
rustc_middle Rollup merge of #76161 - pickfire:patch-3, r=pickfire 2020-08-31 19:18:24 -07:00
rustc_mir Add new -Z dump-mir-spanview option 2020-08-31 22:57:55 -07:00
rustc_mir_build
rustc_parse Make StringReader private 2020-08-31 18:01:01 +02:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_system
rustc_resolve Suggest if let x = y when encountering if x = y 2020-08-30 15:01:06 -07:00
rustc_save_analysis
rustc_serialize
rustc_session Add new -Z dump-mir-spanview option 2020-08-31 22:57:55 -07:00
rustc_span Adds two source span utility functions used in source-based coverage 2020-08-31 18:41:57 -07:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection
rustc_traits
rustc_ty
rustc_typeck Suggest if let x = y when encountering if x = y 2020-08-30 15:01:06 -07:00