| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-12 | Implement valtree | Oli Scherer | -0/+9 | |
| valtree is a version of constants that is inherently safe to be used within types. This is in contrast to ty::Const which can have different representations of the same value. These representation differences can show up in hashing or equality comparisons, breaking type equality of otherwise equal types. valtrees do not have this problem. | ||||
| 2021-02-19 | Move the query system to rustc_query_impl. | Camille GILLOT | -0/+333 | |
