summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/intern.rs
AgeCommit message (Expand)AuthorLines
2022-04-07interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internalRalf Jung-1/+1
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
2022-03-16rustc_error: make ErrorReported impossible to constructmark-2/+5
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
2022-03-09normalization change and rebaseb-naber-0/+2
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-4/+7
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-3/+3
2022-02-19rustc_const_eval: adopt let else in more placesest31-15/+12
2021-12-13Remove `in_band_lifetimes` from `rustc_const_eval`LegionMammal978-5/+6
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+437