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_const_eval
/
src
/
interpret
/
intern.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-11
/
+13
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-4
/
+4
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-25
Rename has_provance and tweaks comments.
Camille GILLOT
-1
/
+4
2023-10-25
Take an AllocId in intern_const_alloc_for_constprop.
Camille GILLOT
-2
/
+1
2023-10-25
Move provenance checks out of interning method.
Camille GILLOT
-12
/
+2
2023-10-25
Directly intern values instead of copying them.
Camille GILLOT
-0
/
+44
2023-10-15
separate bounds-check from alignment check
Ralf Jung
-2
/
+2
2023-10-15
don't UB on dangling ptr deref, instead check inbounds on projections
Ralf Jung
-1
/
+1
2023-09-14
use AllocId instead of Allocation in ConstValue::ByRef
Ralf Jung
-5
/
+9
2023-09-04
interpret: make MemPlace, Place, Operand types private to the interpreter
Ralf Jung
-6
/
+6
2023-08-27
miri/diagnostics: don't forget to print_backtrace when ICEing on unexpected e...
Ralf Jung
-1
/
+2
2023-07-25
make MPlaceTy non-Copy
Ralf Jung
-2
/
+2
2023-07-25
interpret: make read functions generic over operand type
Ralf Jung
-1
/
+1
2023-07-25
interpret: refactor projection code to work on a common trait, and use that f...
Ralf Jung
-70
/
+57
2023-07-11
miri: protect Move() function arguments during the call
Ralf Jung
-1
/
+1
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-13
/
+14
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-3
/
+3
2023-02-20
basic dyn* support for Miri
Ralf Jung
-1
/
+1
2023-01-31
Download rustc component for rustfmt toolchain as well
Mark Rousskov
-9
/
+9
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-5
/
+5
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-2
/
+2
2022-10-29
Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors
Guillaume Gomez
-1
/
+1
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-1
/
+1
2022-10-18
Remove allow(rustc::potential_query_instability) in rustc_const_eval
CastilloDel
-5
/
+5
2022-10-07
make const_err a hard error
Ralf Jung
-2
/
+0
2022-09-01
Directly use the `instrument` macro instead of its full path
Oli Scherer
-1
/
+1
2022-08-27
interpret: rename relocation → provenance
Ralf Jung
-7
/
+7
2022-07-23
now we can make scalar_to_ptr a method on Scalar
Ralf Jung
-1
/
+1
2022-07-20
rename get_global_alloc to try_get_global_alloc
Ralf Jung
-2
/
+2
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-2
/
+2
2022-07-07
`UnsafeCell` now has no niches, ever.
Oli Scherer
-1
/
+1
2022-07-02
Auto merge of #97585 - lqd:const-alloc-intern, r=RalfJung
bors
-2
/
+45
2022-06-29
interpret: add From<&MplaceTy> for PlaceTy
Ralf Jung
-1
/
+1
2022-06-29
avoid walk when `get_ptr_alloc` returns no `AllocRef`
Rémy Rakic
-0
/
+3
2022-06-29
fix comments
Rémy Rakic
-5
/
+5
2022-06-28
const alloc interning: only check for references for arrays/slices
Rémy Rakic
-14
/
+18
2022-06-28
ctfe: clarify skipping the interning walk
Rémy Rakic
-11
/
+30
2022-06-28
ctfe interning: don't walk allocations that don't need it
Rémy Rakic
-3
/
+20
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-1
/
+1
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+5
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-03-09
normalization change and rebase
b-naber
-0
/
+2
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-4
/
+7
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-3
/
+3
2022-02-19
rustc_const_eval: adopt let else in more places
est31
-15
/
+12
2021-12-13
Remove `in_band_lifetimes` from `rustc_const_eval`
LegionMammal978
-5
/
+6
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+437