summary refs log tree commit diff
path: root/src/test/ui/attributes
AgeCommit message (Expand)AuthorLines
2019-12-14resolve: Make visibility resolution more speculativeVadim Petrochenkov-10/+2
2019-12-14expand: Fully preserve visibilities on unnamed fields with attributesVadim Petrochenkov-0/+11
2019-12-14def_collector: Do not forget to save indices of fields with multiple attributesVadim Petrochenkov-0/+11
2019-12-14resolve: Resolve visibilities on fields with non-builtin attributesVadim Petrochenkov-0/+48
2019-09-26hir: Disallow `target_feature` on constantsDavid Wood-0/+31
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-10/+10
2019-09-15Rollup merge of #64471 - Mark-Simulacrum:warn-depr-attr, r=CentrilMazdak Farrokhzad-2/+0
2019-09-14Warn on no_start, crate_id attribute useMark Rousskov-2/+0
2019-09-14def_collector: Do not ICE on attributes on unnamed fieldsVadim Petrochenkov-0/+9
2019-09-08Improve wording.Charles Lew-2/+2
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-30/+18
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-5/+5
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-11/+9
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-8/+8
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-11/+9
2019-06-09Address review commentsVadim Petrochenkov-0/+67
2019-06-08Move some run-pass attribute tests to uiVadim Petrochenkov-0/+392