| Age | Commit message (Collapse) | Author | Lines |
|
places.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KNOWN_ATTRIBUTES should really be named BUILT_ATTRIBUTES,
while KNOWN_ATTRIBUTES should be used to mark attributes
as known, similar to USED_ATTRIBUTES.
|
|
|
|
|
|
Fixes #36196 part of #35233
|
|
Closes #34622
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add error codes in libsyntax
r? @jonathandturner
Fixes #34526
|
|
|
|
statement
|
|
Generalize and abstract `ThinAttributes` to `ThinVec<Attribute>`.
|
|
Refactor away `ast::Decl`, refactor `ast::Stmt`, and rename `ast::ExprKind::Again` to `ast::ExprKind::Continue`.
|
|
Miscellaneous low priority cleanup in `libsyntax`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Should make it possible to add JSON or HTML errors. Also tidies up a lot.
|
|
|
|
Also split out emitters into their own module.
|
|
|