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
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