about summary refs log tree commit diff
path: root/src/libsyntax/attr/builtin.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-22optimize unsupported literal diag messagecsmoe-39/+70
2018-10-20update meta item checking testcsmoe-1/+3
2018-10-20suggest to trim prefix in nested meta itemscsmoe-3/+18
2018-10-20handle errors based on parse_sesscsmoe-31/+36
2018-10-20suggest to remove prefix `b` in lint stringcsmoe-45/+84
2018-10-05Stabilize `min_const_fn`Oliver Schneider-2/+1
2018-10-03Update error id to an unused oneOliver Schneider-1/+1
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-1/+22
2018-09-06Validate syntax of `cfg` attributesVadim Petrochenkov-1/+15
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-14/+12
2018-06-30add label to unknown meta item errorAndy Russell-11/+33
2018-06-30factor built-in attribute parsing into submoduleAndy Russell-0/+708