| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-24 | Remove fold code and add Const::internal() | Celina G. Val | -245/+0 | |
| We are not planning to support user generated constant in the foreseeable future, so we are removing the Fold logic for now in favor of the Instance::resolve logic. The Instance::resolve was however incomplete, since we weren't handling internalizing constants yet. Thus, I added that. I decided to keep the Const fields private in case we decide to translate them lazily. | ||||
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 | |
| 2023-09-29 | Rollup merge of #116024 - ouz-a:smir_region, r=oli-obk | Matthias Krüger | -5/+20 | |
| Implement Region for smir Adds Region and it's relevant types to smir and covers them with stable implementation r? `@oli-obk` | ||||
| 2023-09-28 | visit and fold ty::ref | ouz-a | -1/+4 | |
| 2023-09-28 | simplify fold | ouz-a | -34/+3 | |
| 2023-09-28 | change visit to fold for ty and reg | ouz-a | -5/+5 | |
| 2023-09-28 | add real folder to Region | ouz-a | -2/+39 | |
| 2023-09-28 | make reg public and add visit, fold | ouz-a | -1/+7 | |
| 2023-09-28 | don't clone copy types | Matthias Krüger | -2/+2 | |
| 2023-09-25 | Split out the stable part of smir into its own crate to prevent accidental ↵ | Oli Scherer | -0/+230 | |
| usage of forever unstable things | ||||
