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
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-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