| 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-21 | Simplify hashing. | Camille GILLOT | -2/+2 | |
| 2021-02-20 | Move print_query_stack to rustc_query_system. | Camille GILLOT | -33/+3 | |
| 2021-02-20 | Move report_cycle to rustc_query_system. | Camille GILLOT | -57/+7 | |
| The call to `ty::print::with_forced_impl_filename_line` is done when constructing the description, at the construction of the QueryStackFrame. | ||||
| 2021-02-20 | Move Query to rustc_query_system. | Camille GILLOT | -43/+16 | |
| Rename it to QueryStackFrame and document a bit. | ||||
| 2021-02-20 | Do not hold query key in Query. | Camille GILLOT | -54/+62 | |
| 2021-02-20 | Access the session directly from DepContext. | Camille GILLOT | -15/+0 | |
| 2021-02-19 | Workaround rustdoc not honouring cfg(parallel_compiler). | Camille GILLOT | -4/+6 | |
| 2021-02-19 | Move the query system to rustc_query_impl. | Camille GILLOT | -0/+1632 | |
