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
/
promote_consts.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-02
chore: remove duplicate words
hattizai
-1
/
+1
2024-06-21
Auto merge of #125853 - tesuji:promote-fail-fast, r=cjgillot
bors
-17
/
+15
2024-06-21
Reuse allocation for Vec<Candidate>
Lzu Tao
-6
/
+3
2024-06-16
promote_consts: eargerly return when there are no candidates
Lzu Tao
-0
/
+5
2024-06-16
prefer tracing::instrument over debug strings
Lzu Tao
-11
/
+7
2024-06-13
MIR visitor: constant -> const_operand
Ralf Jung
-1
/
+1
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-3
/
+3
2024-05-28
Add an intrinsic for `ptr::metadata`
Scott McMurray
-1
/
+1
2024-05-24
compiler: unnest rustc_const_eval::check_consts
Jubilee Young
-1
/
+1
2024-05-17
Remove `Rvalue::CheckedBinaryOp`
Scott McMurray
-1
/
+4
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-04-23
properly fill a promoted's required_consts
Ralf Jung
-5
/
+9
2024-04-23
compute required_consts before promotion, and add promoteds that may fail
Ralf Jung
-15
/
+34
2024-04-23
promotion: do not promote const-fn calls in const when that may fail without ...
Ralf Jung
-19
/
+79
2024-04-20
Add a non-shallow fake borrow
Nadrieril
-1
/
+1
2024-04-19
ScalarInt: add methods to assert being a (u)int of given size
Ralf Jung
-3
/
+3
2024-04-03
rename `expose_addr` to `expose_provenance`
joboet
-1
/
+1
2024-03-23
Add+Use `mir::BinOp::Cmp`
Scott McMurray
-0
/
+1
2024-03-23
refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...
Ralf Jung
-1
/
+1
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-03-22
Ty::new_ref and Ty::new_ptr stop using TypeAndMut
Michael Goulet
-5
/
+2
2024-03-08
Distinguish between library and lang UB in assert_unsafe_precondition
Ben Kimock
-1
/
+1
2024-02-24
promotion: don't promote int::MIN / -1
Ralf Jung
-3
/
+26
2024-02-08
Add a new debug_assertions instrinsic (compiler)
Ben Kimock
-0
/
+1
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-3
/
+4
2024-01-08
Make match exhaustive.
Camille GILLOT
-1
/
+1
2024-01-08
Simplify code flow.
Camille GILLOT
-222
/
+156
2024-01-08
Move promote_consts back to rustc_mir_transform.
Camille GILLOT
-0
/
+1018