index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_transform
/
src
/
coverage
/
spans.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-16
debug Span::ctxt() call detection
Arthur Lafrance
-1
/
+1
2023-10-16
coverage: Explain why we temporarily steal `pending_dups`
Zalathar
-6
/
+20
2023-10-16
coverage: Inline `span_bcb_dominates`
Zalathar
-14
/
+11
2023-10-16
coverage: Inline `prev_starts_after_next`
Zalathar
-10
/
+5
2023-10-16
coverage: Move `take_curr` and note what its callers are doing
Zalathar
-9
/
+9
2023-10-16
coverage: Call `prev`/`curr` less in other places
Zalathar
-11
/
+17
2023-10-16
coverage: Call `prev`/`curr` less in `to_refined_spans`
Zalathar
-22
/
+20
2023-10-16
coverage: Remove redundant field `prev_expn_span`
Zalathar
-7
/
+2
2023-10-16
coverage: Flatten guard logic in `maybe_flush_pending_dups`
Zalathar
-15
/
+16
2023-10-16
coverage: Flatten guard logic in `maybe_push_macro_name_span`
Zalathar
-20
/
+17
2023-10-16
coverage: Simplify `push_refined_span`
Zalathar
-12
/
+8
2023-10-16
coverage: Use `DUMMY_SP` instead of creating a dummy span manually
Zalathar
-4
/
+4
2023-10-16
coverage: Rename `hold_pending_dups_unless_dominated` to `update_pending_dups`
Zalathar
-2
/
+2
2023-10-16
coverage: Rename `check_pending_dups` to `maybe_flush_pending_dups`
Zalathar
-2
/
+2
2023-10-16
coverage: Rename `check_invoked_macro_name_span` to `maybe_push_macro_name_span`
Zalathar
-5
/
+7
2023-10-13
Format all the let chains in compiler
Michael Goulet
-6
/
+9
2023-10-10
coverage: Remove enum `CoverageStatement`
Zalathar
-36
/
+15
2023-10-10
coverage: Disconnect span extraction from `CoverageSpansGenerator`
Zalathar
-17
/
+12
2023-10-10
coverage: Move initial MIR span extraction into a submodule
Zalathar
-185
/
+5
2023-10-03
coverage: Store each BCB's code regions in one coverage statement
Zalathar
-10
/
+16
2023-10-03
coverage: Encapsulate coverage spans
Zalathar
-7
/
+44
2023-09-27
fix clippy::{redundant_guards, useless_format}
Matthias Krüger
-1
/
+1
2023-09-20
coverage: Remove debug code from the instrumentor
Zalathar
-49
/
+0
2023-09-18
coverage: Simplify sorting of coverage spans extracted from MIR
Zalathar
-27
/
+14
2023-09-18
coverage: Fix an unstable-sort inconsistency in coverage spans
Zalathar
-1
/
+4
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-1
/
+1
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-2
/
+2
2023-07-28
Replace a lazy `RefCell<Option<T>>` with `OnceCell<T>`
Zalathar
-4
/
+3
2023-06-27
Simplify some conditions
Maybe Waffle
-3
/
+4
2023-05-24
Auto merge of #111673 - cjgillot:dominator-preprocess, r=cjgillot,tmiasko
bors
-1
/
+1
2023-05-17
Drive-by cleanup: `debug::term_type` => `TerminatorKind::name`
Maybe Waffle
-2
/
+1
2023-05-17
Preprocess dominator tree to answer queries in O(1)
Tomasz Miąsko
-1
/
+1
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+1
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-1
/
+0
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-1
/
+1
2023-03-03
Match unmatched backticks in compiler/ that are part of rustdoc
est31
-1
/
+1
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+2
2023-01-21
Consistently use dominates instead of is_dominated_by
Tomasz Miąsko
-6
/
+6
2023-01-18
Fix Dominators::rank_partial_cmp to match documentation
Tomasz Miąsko
-5
/
+5
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-2
/
+1
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+1
2022-07-07
Make MIR basic blocks field public
Tomasz Miąsko
-1
/
+2
2022-06-19
Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()`
Michael Goulet
-1
/
+1
2022-05-10
simplify length count
Matthias Krüger
-1
/
+1
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-2
/
+2
2022-03-01
7 - Make more use of `let_chains`
Caio
-24
/
+19
2022-02-25
Enable rustc_pass_by_value for Span
Mark Rousskov
-2
/
+2
2022-01-27
try apply `rustc_pass_by_value` to `Span`
lcnr
-3
/
+3
[next]