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
/
simplify_try.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-07-07
Make MIR basic blocks field public
Tomasz Miąsko
-6
/
+9
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-2
/
+2
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-6
/
+8
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-6
/
+6
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-4
/
+0
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-12
/
+12
2021-10-03
Disable `SimplifyBranchSame` optimization for now
Fabian Wolff
-0
/
+6
2021-10-03
Update comments
Fabian Wolff
-8
/
+18
2021-10-03
Fix unsound optimization with explicit variant discriminants
Fabian Wolff
-4
/
+14
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+795