about summary refs log tree commit diff
path: root/src/test/run-pass/hygiene
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-246/+56
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-56/+62
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+1361
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-455/+0
2018-07-08Remove fallback to parent modules from lexical resolutionVadim Petrochenkov-27/+0
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-6/+6
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-6/+6
2018-02-26Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkovbors-0/+26
2018-02-19Add test.Jeffrey Seyfried-0/+26
2018-02-11Add test.Jeffrey Seyfried-0/+30
2017-12-13Add example of making an unhygienic macro hygienic by wrapping it in a declar...Jeffrey Seyfried-0/+91
2017-12-13Improve interaction between macros 2.0 and `macro_rules!`.Jeffrey Seyfried-0/+69
2017-12-13Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrcbors-0/+59
2017-12-07Add test for #44128.Jeffrey Seyfried-0/+25
2017-12-05Include non-`pub` `use` and `extern crate` items in the crate metadata for ma...Jeffrey Seyfried-0/+59
2017-10-06Improve resolution of associated types in macros 2.0Vadim Petrochenkov-0/+34
2017-07-06Check types for privacyVadim Petrochenkov-126/+0
2017-05-25Ignore pretty.Jeffrey Seyfried-0/+16
2017-05-25Add tests.Jeffrey Seyfried-0/+258