| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -56/+0 | |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -0/+2 | |
| 2019-11-19 | resolve: Give derive helpers highest priority during resolution | Vadim Petrochenkov | -2/+2 | |
| 2019-11-16 | Add some more tests | Vadim Petrochenkov | -0/+23 | |
| 2019-11-16 | expand: Stop marking derive helper attributes as known | Vadim Petrochenkov | -5/+3 | |
| Pass them through name resolution instead | ||||
| 2019-11-16 | resolve: Introduce a new scope for derive helpers | Vadim Petrochenkov | -2/+2 | |
| 2019-08-27 | resolve: Block expansion of a derive container until all its derives are ↵ | Vadim Petrochenkov | -1/+2 | |
| resolved Also mark derive helpers as known as a part of the derive container's expansion instead of expansion of the derives themselves which may happen too late. | ||||
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -1/+1 | |
| Normally `#![feature(...)]` shouldn't change behavior, but custom attributes in particular are in the process of retirement, and we should not produce a message telling to enable them. It also helps with unifying diagnostics for unresolved macros. | ||||
| 2019-05-22 | tests: Centralize proc macros commonly used for testing | Vadim Petrochenkov | -9/+11 | |
| 2019-01-12 | Fix a hole in generic parameter import future-proofing | Vadim Petrochenkov | -2/+22 | |
| Add some tests for buggy derive helpers | ||||
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -0/+10 | |
