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
Age
Commit message (
Expand
)
Author
Lines
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-3
/
+3
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-8
/
+7
2022-03-01
7 - Make more use of `let_chains`
Caio
-32
/
+25
2022-02-25
Enable rustc_pass_by_value for Span
Mark Rousskov
-2
/
+2
2022-02-24
Fix intra-doc link issues exposed by new macro
Aaron Hill
-1
/
+1
2022-02-18
Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk
Matthias Krüger
-2
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-14
/
+2
2022-02-04
Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...
Matthias Krüger
-1
/
+1
2022-02-03
compiler: clippy::complexity fixes
Matthias Krüger
-2
/
+1
2022-01-31
Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk
bors
-1
/
+1
2022-01-27
Store def_id_to_hir_id as variant in hir_owner.
Camille GILLOT
-1
/
+1
2022-01-27
try apply `rustc_pass_by_value` to `Span`
lcnr
-3
/
+3
2022-01-23
Rollup merge of #93234 - mati865:mir-transform-use-itertools, r=jackh726
Matthias Krüger
-21
/
+6
2022-01-22
rustc_mir_itertools: Avoid needless `collect` with itertools
Mateusz Mikuła
-21
/
+6
2022-01-20
Simplify use of `map_or`
Oli Scherer
-1
/
+1
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-1
/
+0
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-2
/
+2
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-1
/
+0
2022-01-01
Stabilize -Z instrument-coverage as -C instrument-coverage
Josh Triplett
-1
/
+1
2021-12-20
[code coverage] Fix missing dead code in modules that are never called
Wesley Wiser
-20
/
+0
2021-12-14
fix clippy::single_char_pattern perf findings
Matthias Krüger
-2
/
+2
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
-23
/
+23
2021-12-02
Update passes with new interface
Dylan MacKenzie
-0
/
+4
2021-11-06
use matches!() macro in more places
Matthias Krüger
-5
/
+4
2021-10-19
Replace FnLikeNode by FnKind.
Camille GILLOT
-3
/
+2
2021-10-14
Allow to hash HIR for coverage.
Camille GILLOT
-10
/
+6
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-09-11
Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov
bors
-1
/
+5
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-1
/
+5
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-1
/
+1
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-10
/
+8
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+4635