summary refs log tree commit diff
path: root/src/librustc_driver/target_features.rs
AgeCommit message (Expand)AuthorLines
2017-08-22Introduce temporary target feature crt_static_respectedSamuel Holland-1/+1
2017-08-22Factor out a helper for the getting C runtime linkageSamuel Holland-15/+1
2017-05-15Remove (direct) rustc_llvm dependency from rustc_driverRobin Kruppe-30/+4
2017-05-12Auto merge of #41757 - alexcrichton:stabilize-crt-static, r=japaricbors-11/+0
2017-05-07Add support for Hexagon v60 HVX intrinsicsMichael Wu-0/+3
2017-05-04rustc: Stabilize `-C target-feature=+crt-static`Alex Crichton-11/+0
2017-03-10rustc: Whitelist the FMA target featureFabjan Sukalia-1/+1
2016-12-22Add intrinsics & target features for rd{rand,seed}Simonas Kazlauskas-1/+1
2016-11-29Add new #[target_feature = "..."] attribute.Andrew Gallant-1/+2
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-3/+3
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-2/+2
2016-11-20Refactor `CrateConfig`.Jeffrey Seyfried-3/+3
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-4/+3
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-0/+29
2016-10-30run rustfmt on librustc_driver folderSrinivas Reddy Thatiparthy-20/+5
2016-06-22Add target_features for the bit manipulation instruction sets: BMI 1.0, BMI 2...gnzlbg-0/+3
2016-04-20Check that the feature strings are well-formedAndrea Canciani-0/+1
2016-04-20Make the feature whitelists constantsAndrea Canciani-25/+25
2016-04-19Distinguish different `vfp?` featuresAndrea Canciani-1/+7
2016-04-19Do not intern NUL terminatorsAndrea Canciani-1/+1
2016-04-09Expose the features computed from LLVM in `cfg!`Andrea Canciani-63/+31
2015-11-10Rustfmting librustc_driver.Jose Narvaez-21/+10
2015-08-17Add some SIMD target_feature cfg's when appropriate.Huon Wilson-0/+98