about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/intrinsics
AgeCommit message (Expand)AuthorLines
2023-03-18Ignore `Inlined` spans when computing caller location.Camille GILLOT-1/+5
2023-02-24Rename many interner functions.Nicholas Nethercote-1/+1
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-07miri: fix ICE when running out of address spaceRalf Jung-3/+4
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-2/+0
2022-11-18interpret: use Either over Result when it is not representing an error conditionRalf Jung-2/+2
2022-10-31interpret: move type_name implementation to an interpreter-independent helper...Ralf Jung-201/+0
2022-10-30All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should...Sarthak Singh-4/+7
2022-10-25Added helper to prevent verbose printing from the `PrettyPrinter` when printi...Sarthak Singh-2/+4
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-1/+0
2022-09-12Plumb dyn trait representation through ty::DynamicEric Holk-1/+1
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-1/+1
2022-07-19interpret: rename Tag/PointerTag to Prov/ProvenanceRalf Jung-2/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-06-04tweak some bug!sRalf Jung-1/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-4/+4
2022-05-13Add bound_type_ofJack Huey-5/+4
2022-05-10Introduce EarlyBinderJack Huey-4/+5
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+2
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-2/+2
2022-02-23Rename `region_should_not_be_omitted` to `should_print_region`Tomasz Miąsko-1/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-1/+1
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-2/+2
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-2/+2
2021-12-13Remove `in_band_lifetimes` from `rustc_const_eval`LegionMammal978-1/+1
2021-11-06use matches!() macro in more placesMatthias Krüger-4/+2
2021-10-21Configure saved panic locations based on location-detail flagHudson Ayers-4/+11
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+320