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_transform
/
src
/
required_consts.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-10
Remove references from some structs.
Nicholas Nethercote
-12
/
+7
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-2
/
+2
2024-08-01
MIR required_consts, mentioned_items: ensure we do not forget to fill these l...
Ralf Jung
-2
/
+11
2024-06-13
MIR visitor: constant -> const_operand
Ralf Jung
-1
/
+1
2024-04-23
properly fill a promoted's required_consts
Ralf Jung
-17
/
+2
2024-04-23
interpret: sanity-check that required_consts captures all consts that can fail
Ralf Jung
-7
/
+15
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-9
/
+9
2023-05-31
Only rewrite valtree-constants to patterns and keep other constants opaque
Oli Scherer
-2
/
+2
2022-11-10
Don't ICE when encountering ConstKind::Error in RequiredConstsVisitor
Michael Goulet
-1
/
+1
2022-09-14
address review again
b-naber
-7
/
+2
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-3
/
+13
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-03-01
7 - Make more use of `let_chains`
Caio
-4
/
+3
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-1
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+23