about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/util.rs
AgeCommit message (Expand)AuthorLines
2023-10-20s/generator/coroutine/Oli Scherer-2/+2
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-09-26subst -> instantiatelcnr-2/+3
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-4/+4
2023-04-27rename `needs_subst` to `has_param`Boxy-3/+3
2023-04-20Remove WithOptconstParam.Camille GILLOT-1/+1
2023-02-22Remove type-traversal trait aliasesAlan Egerton-2/+4
2023-02-13Make visiting traits generic over the InternerAlan Egerton-1/+1
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-1/+1
2023-01-17Stop using `BREAK` & `CONTINUE` in compilerScott McMurray-2/+2
2023-01-09Use newtype for unused generic parametersNilstrieb-2/+1
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-07-06Update TypeVisitor pathsAlan Egerton-3/+1
2022-07-05Relax constrained generics to TypeVisitableAlan Egerton-2/+4
2022-06-30Don't assert polymorphization has taken effect in const evalWesley Wiser-16/+4
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-2/+2
2022-06-08Folding revamp.Nicholas Nethercote-2/+2
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-3/+3
2022-01-20update commentslcnr-1/+5
2022-01-15initial revertEllen-7/+3
2021-10-01polymorphize: polymorphize shimsDavid Wood-1/+2
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+84