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-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
2022-01-22
rustc_mir_itertools: Avoid needless `collect` with itertools
Mateusz Mikuła
-5
/
+2
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-1
/
+0
2021-12-14
fix clippy::single_char_pattern perf findings
Matthias Krüger
-1
/
+1
2021-12-08
Use Vec extend instead of repeated pushes in several places
Jakub Beránek
-3
/
+1
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-7
/
+7
2021-11-06
use matches!() macro in more places
Matthias Krüger
-4
/
+3
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-1
/
+5
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-3
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+900