index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_driver
/
target_features.rs
Age
Commit message (
Expand
)
Author
Lines
2017-08-22
Introduce temporary target feature crt_static_respected
Samuel Holland
-1
/
+1
2017-08-22
Factor out a helper for the getting C runtime linkage
Samuel Holland
-15
/
+1
2017-05-15
Remove (direct) rustc_llvm dependency from rustc_driver
Robin Kruppe
-30
/
+4
2017-05-12
Auto merge of #41757 - alexcrichton:stabilize-crt-static, r=japaric
bors
-11
/
+0
2017-05-07
Add support for Hexagon v60 HVX intrinsics
Michael Wu
-0
/
+3
2017-05-04
rustc: Stabilize `-C target-feature=+crt-static`
Alex Crichton
-11
/
+0
2017-03-10
rustc: Whitelist the FMA target feature
Fabjan Sukalia
-1
/
+1
2016-12-22
Add intrinsics & target features for rd{rand,seed}
Simonas Kazlauskas
-1
/
+1
2016-11-29
Add new #[target_feature = "..."] attribute.
Andrew Gallant
-1
/
+2
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-3
/
+3
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-2
/
+2
2016-11-20
Refactor `CrateConfig`.
Jeffrey Seyfried
-3
/
+3
2016-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-4
/
+3
2016-11-16
rustc: Implement #[link(cfg(..))] and crt-static
Alex Crichton
-0
/
+29
2016-10-30
run rustfmt on librustc_driver folder
Srinivas Reddy Thatiparthy
-20
/
+5
2016-06-22
Add target_features for the bit manipulation instruction sets: BMI 1.0, BMI 2...
gnzlbg
-0
/
+3
2016-04-20
Check that the feature strings are well-formed
Andrea Canciani
-0
/
+1
2016-04-20
Make the feature whitelists constants
Andrea Canciani
-25
/
+25
2016-04-19
Distinguish different `vfp?` features
Andrea Canciani
-1
/
+7
2016-04-19
Do not intern NUL terminators
Andrea Canciani
-1
/
+1
2016-04-09
Expose the features computed from LLVM in `cfg!`
Andrea Canciani
-63
/
+31
2015-11-10
Rustfmting librustc_driver.
Jose Narvaez
-21
/
+10
2015-08-17
Add some SIMD target_feature cfg's when appropriate.
Huon Wilson
-0
/
+98