| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -89/+0 | |
| 2022-03-01 | Use CHECK-DAG in codegen/debuginfo-generic-closure-env-names.rs | Josh Stone | -9/+9 | |
| 2022-02-03 | debuginfo: Bring back DW_AT_containing_type for vtables after it has ↵ | Michael Woerister | -21/+19 | |
| accidentally been removed in https://github.com/rust-lang/rust/pull/89597. Also describe vtables as structs with a field for each entry. | ||||
| 2022-02-01 | debuginfo: Make sure that type names for closure and generator environments ↵ | Michael Woerister | -0/+91 | |
| are unique in debuginfo. Before this change, closure/generator environments coming from different instantiations of the same generic function were all assigned the same name even though they were distinct types with potentially different data layout. Now we append the generic arguments of the originating function to the type name. This commit also emits '{closure_env#0}' as the name of these types in order to disambiguate them from the accompanying closure function '{closure#0}'. Previously both were assigned the same name. | ||||
