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
/
parse.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-04
Reduce `pub` exposure.
Nicholas Nethercote
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.
Nicholas Nethercote
-1
/
+1
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-1
/
+1
2023-11-14
Custom MIR: Support cleanup blocks
Tomasz Miąsko
-12
/
+36
2023-09-05
Refactor how MIR represents composite debuginfo.
Camille GILLOT
-0
/
+1
2023-09-01
Support debuginfo for custom MIR.
Camille GILLOT
-1
/
+56
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-3
/
+1
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
-2
/
+2
2022-11-29
Improve spans in custom mir
Jakob Degen
-2
/
+10
2022-11-29
Support most constant kinds in custom mir
Jakob Degen
-5
/
+8
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-0
/
+245