about summary refs log tree commit diff
path: root/src/libsyntax/attr/builtin.rs
AgeCommit message (Expand)AuthorLines
2019-11-17Rollup merge of #66381 - Centril:66340, r=petrochenkovYuki Okushi-1/+4
2019-11-15find_deprecation: deprecation attr may be ill-formed meta.Mazdak Farrokhzad-1/+4
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-0/+2
2019-11-11support issue = "none" in unstable attributesRoss MacArthur-10/+21
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-3/+3
2019-11-09move attr meta grammar to parse::validate_atr + ast_validationMazdak Farrokhzad-68/+1
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-4/+4
2019-11-06Remove unnecessary `Deref` impl for `Attribute`.Nicholas Nethercote-4/+4
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-5/+4
2019-10-16attr: remove dep on ExtCtxtMazdak Farrokhzad-9/+5
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+1
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-9/+25
2019-09-26Rename `MetaItem.node` to `MetaItem.kind`varkor-7/+7
2019-09-26Rename `Lit.node` to `Lit.kind`varkor-7/+7
2019-09-07Support "soft" feature-gating using a lintVadim Petrochenkov-16/+12
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-1/+0
2019-07-31Remove Span argument from ExtCtxt::attributeMark Rousskov-1/+1
2019-07-24Demote template check error to a lint for `#[test]` and `#[bench]`Vadim Petrochenkov-1/+2
2019-07-24syntax_ext: Reuse built-in attribute template checking for macro attributesVadim Petrochenkov-0/+96
2019-07-07syntax: Migrate built-in macros to the regular stability checkingVadim Petrochenkov-0/+13
2019-07-07syntax: Keep full `Stability` in `SyntaxExtension`Vadim Petrochenkov-1/+2
2019-07-06privacy: Only opaque macros leak private thingsVadim Petrochenkov-0/+33
2019-05-31Remove GlobalArenas and use Arena insteadJohn Kåre Alsaker-3/+3
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-1/+9
2019-05-13Return a `Symbol` from `name_or_empty` functions.Nicholas Nethercote-42/+39
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-11/+11
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-9/+9
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-4/+14
2019-03-17Make meta-item API compatible with `LocalInternedString::get` soundness fixVadim Petrochenkov-23/+23
2019-03-16Refactor away `NestedMetaItemKind`Vadim Petrochenkov-28/+28
2019-03-16Rename `MetaItem::ident` to `MetaItem::path`Vadim Petrochenkov-9/+9
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-48/+46
2019-02-27Mention `unwind(aborts)` in diagnostics for `#[unwind]`Vadim Petrochenkov-31/+17
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-1/+1
2019-02-13Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkovMazdak Farrokhzad-60/+65
2019-02-13Cleanup importsTaiki Endo-1/+1
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2019-02-07libsyntax => 2018Taiki Endo-8/+9
2019-02-05allow shorthand syntax for deprecation reasonAndy Russell-60/+65
2019-01-30Add suggestions to deprecation lintsOliver Scherer-1/+4
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-3/+3
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-0/+7
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-3/+0
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