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
Age
Commit message (
Expand
)
Author
Lines
2023-06-26
make custom mir ICE a bit nicer
Matthias Krüger
-1
/
+5
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-1
/
+3
2023-05-25
Remove DesugaringKind::Replace.
Camille GILLOT
-0
/
+1
2023-05-15
Add CopyForDeref to custom MIR
Andy Wang
-0
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-2
/
+2
2023-04-11
Add Offset binary op to custom mir
Andy Wang
-0
/
+5
2023-04-06
Fix new usage of old api
Gary Guo
-2
/
+2
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-5
/
+5
2023-04-01
Use `FieldIdx` in various things related to aggregates
Scott McMurray
-1
/
+1
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-2
/
+2
2023-03-22
Add `CastKind::Transmute` to MIR
Scott McMurray
-0
/
+4
2023-03-20
Use builtin_index instead of match
Andy Wang
-5
/
+2
2023-03-20
Support aggregate expressions
Andy Wang
-0
/
+25
2023-03-08
Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko
Matthias Krüger
-8
/
+0
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-8
/
+0
2023-03-07
Custom MIR: Support as casts
Andy Wang
-1
/
+8
2023-01-26
Custom mir: Add support for some remaining, easy to support constructs
Jakob Degen
-0
/
+14
2023-01-26
Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obk
Matthias Krüger
-0
/
+6
2023-01-20
Auto merge of #107105 - matthiaskrgr:rollup-rkz9t7r, r=matthiaskrgr
bors
-0
/
+6
2023-01-19
Custom MIR: Support binary and unary operations
Tomasz Miąsko
-0
/
+6
2023-01-19
Custom MIR: Support storage statements
Tomasz Miąsko
-0
/
+6
2023-01-17
Don't call closures immediately, use `try{}` blocks
Maybe Waffle
-3
/
+3
2022-12-21
Clarify that raw retags are not permitted in Mir
Jakob Degen
-3
/
+0
2022-12-18
use &str / String literals instead of format!()
Matthias Krüger
-1
/
+1
2022-12-16
Support call and drop terminators in custom mir
Jakob Degen
-0
/
+49
2022-12-14
Support more projections in custom mir
Jakob Degen
-6
/
+37
2022-12-14
Support common enum operations in custom mir
Jakob Degen
-3
/
+72
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
-4
/
+12
2022-11-29
Support statics in custom mir
Jakob Degen
-0
/
+23
2022-11-29
Support most constant kinds in custom mir
Jakob Degen
-12
/
+25
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-0
/
+472
[prev]