about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-4/+5
2018-12-25Remove licensesMark Rousskov-380/+60
2018-12-09Move some tests from ui-fulldeps to uiVadim Petrochenkov-502/+0
2018-12-09Move compile-fail-fulldeps tests to ui-fulldepsVadim Petrochenkov-0/+1583
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-2912/+0
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-40/+36
2018-11-27remove uses of feature gateMark Mansi-3/+0
2018-11-27resolve: Suggest `crate::` for resolving ambiguities when appropriateVadim Petrochenkov-7/+7
2018-11-27resolve: Implement edition hygiene for imports and absolute pathsVadim Petrochenkov-0/+43
2018-11-24Rollup merge of #56120 - SergioBenitez:subspan, r=alexcrichtonkennytm-0/+182
2018-11-20Add unstable Literal::subspan().Sergio Benitez-0/+182
2018-11-21Stabilize `extern_crate_item_prelude`Vadim Petrochenkov-2/+0
2018-11-19Auto merge of #55971 - SergioBenitez:skip-non-semantic, r=alexcrichtonbors-0/+112
2018-11-18resolve: Support resolving macros without leaving tracesVadim Petrochenkov-0/+13
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-7/+7
2018-11-18resolve: Improve diagnostics for resolution ambiguitiesVadim Petrochenkov-46/+28
2018-11-18resolve: Simplify ambiguity checking for built-in attributesVadim Petrochenkov-6/+6
2018-11-16Ignore non-semantic tokens for 'probably_eq' streams.Sergio Benitez-0/+112
2018-10-24Feature gate extern prelude additions from `extern crate` itemsVadim Petrochenkov-1/+3
2018-10-24Add `extern crate` items to extern preludeVadim Petrochenkov-0/+7
2018-10-20pick a reference issue for absolute-paths future incompatibility infoZack M. Davis-2/+2
2018-10-09Remove `feature(tool_lints)` from testsflip1995-1/+1
2018-10-05Auto merge of #54336 - petrochenkov:preuni, r=alexcrichtonbors-45/+3
2018-10-05expansion: Remove restriction on use of macro attributes with test/benchVadim Petrochenkov-45/+3
2018-10-02Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...jeb-5/+5
2018-10-01Extra proc macro gates are now at #54727Alex Crichton-2/+2
2018-09-30Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichtonbors-77/+9
2018-09-28rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.Eduard-Mihai Burtescu-77/+9
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-3/+0
2018-09-25resolve: Do not block derive helper resolutions on single import resolutionsVadim Petrochenkov-7/+78
2018-09-17Auto merge of #54277 - petrochenkov:afterder, r=alexcrichtonbors-3/+67
2018-09-16resolve: Do not error on access to proc macros imported with `#[macro_use]`Vadim Petrochenkov-0/+88
2018-09-16Temporarily prohibit proc macro attributes placed after derivesVadim Petrochenkov-3/+67
2018-09-15Auto merge of #52896 - SergioBenitez:master, r=alexcrichtonbors-0/+170
2018-09-13resolve: Introduce two sub-namespaces in macro namespaceVadim Petrochenkov-0/+29
2018-09-13Add multispan support to proc-macro diagnostics.Sergio Benitez-0/+170
2018-09-13resolve: Future proof derive helper attributesVadim Petrochenkov-0/+81
2018-09-11resolve: Reserve a few very special names in macro namespaceVadim Petrochenkov-52/+48
2018-09-11resolve: Future proof resolutions for potentially built-in attributesVadim Petrochenkov-0/+242
2018-09-09Remove crate_visibility_modifier from 2018 editionMark Rousskov-1/+1
2018-09-01deprcated -> deprecatedManish Goregaokar-1/+1
2018-09-01Add tests for cmdline tool lintsflip1995-0/+48
2018-08-31Update testsflip1995-16/+25
2018-08-31Add hint for cfg_attr and fix testflip1995-7/+8
2018-08-31Add deprecated_name argument to the register lint group functionsflip1995-1/+1
2018-08-31Add tests for backward compatflip1995-7/+72
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-10/+8
2018-08-22Auto merge of #53516 - petrochenkov:derregr, r=estebankbors-0/+26
2018-08-21Auto merge of #53471 - petrochenkov:biattr2, r=oli-obkbors-9/+9
2018-08-20resolve: Refactor away `MacroBinding`Vadim Petrochenkov-3/+3