summary refs log tree commit diff
path: root/src/librustc/middle/lib_features.rs
AgeCommit message (Expand)AuthorLines
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-2/+2
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-2/+2
2018-10-06rustc/middle: whitespace & formatting fixesljedrz-2/+2
2018-08-21Iterate through all crates in stability.rs rather than lib_features.rsvarkor-6/+1
2018-08-15Visit all attributes for feature collectionvarkor-55/+39
2018-08-05Improve query efficiencyvarkor-3/+5
2018-08-05Add special support for libcvarkor-2/+0
2018-08-05Add support for feature attributes on macrosvarkor-0/+3
2018-08-05Fix test/compile-failvarkor-2/+9
2018-08-05Get around tidy bugvarkor-4/+4
2018-08-05Add error for inconsistent stability `since` valuevarkor-0/+15
2018-08-05Add lint for unknown feature attributesvarkor-0/+153