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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_build
/
src
/
build
/
custom
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-14
Custom MIR: Support cleanup blocks
Tomasz Miąsko
-0
/
+13
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-0
/
+1
2023-06-26
make custom mir ICE a bit nicer
Matthias Krüger
-1
/
+5
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-3
/
+3
2023-01-17
Don't call closures immediately, use `try{}` blocks
Maybe Waffle
-3
/
+3
2022-12-14
Support common enum operations in custom mir
Jakob Degen
-1
/
+3
2022-12-13
Ensure valid local_data is set for custom mir building
Gary Guo
-1
/
+6
2022-12-04
Auto merge of #105121 - oli-obk:simpler-cheaper-dump_mir, r=nnethercote
bors
-1
/
+1
2022-12-02
Use zero based indexing for pass_count
Oli Scherer
-1
/
+1
2022-11-29
Improve spans in custom mir
Jakob Degen
-2
/
+2
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-0
/
+155