| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-01 | Fallout in tests | Niko Matsakis | -1/+1 | |
| 2015-02-13 | Forbid `pub mymacro!();` | Keegan McAllister | -0/+34 | |
| It's not clear what this means, because a macro in item position can expand to zero or more items. For now we disallow it, which is technically a [breaking-change] but is landing without an RFC. The `pub` keyword previously had no effect, which seems quite unintended. Fixes #18317. Fixes #14660. | ||||
