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_build
/
src
/
build
/
custom
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-17
Rename `rustc_mir_build::build` to `builder`
Zalathar
-176
/
+0
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-2
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-13
Rename and reorder lots of lifetimes.
Nicholas Nethercote
-5
/
+4
2024-08-01
MIR required_consts, mentioned_items: ensure we do not forget to fill these l...
Ralf Jung
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+4
2024-07-05
coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`
Zalathar
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_build`.
Nicholas Nethercote
-0
/
+1
2024-04-03
Remove MIR unsafe check
Matthew Jasper
-4
/
+1
2024-03-25
Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco
bors
-1
/
+1
2024-03-20
collector: recursively traverse 'mentioned' items to evaluate their constants
Ralf Jung
-0
/
+1
2024-03-20
Replace `mir_built` query with a hook and use mir_const everywhere instead
Oli Scherer
-1
/
+1
2024-03-14
coverage: Data structures for recording branch info during MIR building
Zalathar
-0
/
+1
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