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
/
consts.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-07
compiler: Parse `p-` specs in datalayout string, allow definition of custom d...
Edoardo Marangoni
-1
/
+1
2025-06-29
give Pointer::into_parts a more scary name and offer a safer alternative
Ralf Jung
-2
/
+3
2025-03-19
Lower to a memset(undef) when Rvalue::Repeat repeats uninit
Ben Kimock
-2
/
+26
2025-03-15
Fold visit into ty
Michael Goulet
-1
/
+1
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-12
/
+10
2025-01-20
Get rid of mir::Const::from_ty_const
Michael Goulet
-11
/
+0
2025-01-18
Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...
Rémy Rakic
-3
/
+0
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+2
2024-12-14
Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R...
bors
-0
/
+3
2024-12-09
fix ICE on type error in promoted
Ralf Jung
-1
/
+5
2024-12-03
Bounds-check with PtrMetadata instead of Len in MIR
Scott McMurray
-0
/
+3
2024-11-23
no more Reveal :(
lcnr
-3
/
+5
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-27
/
+34
2024-11-12
Handle infer vars in anon consts on stable
Boxy
-0
/
+3
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-11
/
+9
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-1
/
+1
2024-10-19
Rename normalize to normalize_internal, remove unnecessary usages
Michael Goulet
-1
/
+1
2024-10-19
Get rid of const eval_* and try_eval_* helpers
Michael Goulet
-2
/
+9
2024-10-01
make InterpResult a dedicated type to avoid accidentally discarding the error
Ralf Jung
-2
/
+2
2024-09-28
tweak Const::identity_unevaluated name and docs
Ralf Jung
-1
/
+3
2024-09-28
try to get rid of mir::Const::normalize
Ralf Jung
-12
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+4
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-7
/
+7
2024-06-05
Add `Ty` to `mir::Const::Ty`
Boxy
-13
/
+22
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-27
/
+21
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-10
/
+18
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-1
/
+4
2024-04-29
Remove `extern crate rustc_data_structures` from numerous crates.
Nicholas Nethercote
-1
/
+1
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-23
filter required_consts during inlining
Ralf Jung
-3
/
+2
2024-04-23
properly fill a promoted's required_consts
Ralf Jung
-0
/
+15
2024-04-19
Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk
bors
-4
/
+16
2024-04-19
avoid PartialOrd on ScalarInt
Ralf Jung
-1
/
+13
2024-04-19
ScalarInt: add methods to assert being a (u)int of given size
Ralf Jung
-3
/
+3
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+1
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-1
/
+1
2024-03-28
Replace `RemapFileNameExt::for_codegen` with explicit calls
Urgau
-2
/
+6
2024-03-21
Remove unnecessary Partial/Ord impl
Oli Scherer
-1
/
+1
2024-03-18
Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...
Oli Scherer
-5
/
+5
2024-03-10
MIR printing: print the path of uneval'd const; refer to promoteds in a consi...
Ralf Jung
-3
/
+13
2024-01-19
Fix `Stable` trait and its impls to work with the new `with_tables`
Oli Scherer
-2
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-3
/
+3
2023-11-25
Review comment
Michael Goulet
-0
/
+11
2023-11-25
Remove mir::Const::from_anon_const
Michael Goulet
-99
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-31
Turn const_caller_location from a query to a hook
Oli Scherer
-2
/
+2
2023-10-31
Do not ICE on constant evaluation failure in GVN.
Camille GILLOT
-2
/
+4
[next]