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_middle
/
src
/
mir
/
syntax.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-08
Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obk
Dylan DPC
-1
/
+1
2022-09-08
remove unnecessary `PartialOrd` and `Ord`
Takayuki Maeda
-1
/
+1
2022-09-07
Use niche-filling optimization even when multiple variants have data.
Michael Benfield
-1
/
+2
2022-09-06
Update docs
Oli Scherer
-2
/
+2
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-11
/
+39
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+8
2022-08-31
Fix a bunch of typo
Dezhi Wu
-2
/
+2
2022-08-30
Refactor MIR phases
Jakob Degen
-54
/
+89
2022-08-01
Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd
Matthias Krüger
-17
/
+12
2022-08-01
Improve size assertions.
Nicholas Nethercote
-17
/
+12
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-5
/
+11
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-7
/
+0
2022-07-15
Introduce opaque type to hidden type projection
Oli Scherer
-0
/
+7
2022-07-12
add new rval, pull deref early
ouz-a
-3
/
+13
2022-07-08
Clarify MIR semantics of storage statements
Jakob Degen
-13
/
+13
2022-07-06
Rollup merge of #98984 - pierwill:patch-4, r=RalfJung
Guillaume Gomez
-1
/
+1
2022-07-06
Remove erroneous doc comment
pierwill
-1
/
+1
2022-07-06
docs: Add overview of `rustc_middle::mir::TerminatorKind`
pierwill
-0
/
+2
2022-07-06
Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726
bors
-4
/
+8
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-4
/
+8
2022-07-05
always check overflow in CheckedBinOp in CTFE
Ralf Jung
-2
/
+3
2022-07-04
Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obk
Matthias Krüger
-0
/
+1
2022-07-04
more `rustc_pass_by_value`
lcnr
-0
/
+1
2022-06-30
Clarify MIR semantics of checked binary operations
Tomasz Miąsko
-4
/
+12
2022-06-29
fix doc issues
Ralf Jung
-6
/
+6
2022-06-29
move MIR syntax into a dedicated file and ping some people whenever it changes
Ralf Jung
-0
/
+1141
[prev]