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_feature
Age
Commit message (
Expand
)
Author
Lines
2019-12-15
Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk
bors
-0
/
+14
2019-12-14
Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen...
bors
-2
/
+3
2019-12-14
Revert "Stabilize the `never_type`, written `!`."
Niko Matsakis
-2
/
+3
2019-12-13
Document `Features::enabled`
ecstatic-morse
-0
/
+3
2019-12-13
Use correct nightly version for feature
Dylan MacKenzie
-1
/
+1
2019-12-13
Replace `Index` impl with `enabled` method
Dylan MacKenzie
-6
/
+2
2019-12-13
Improve message when active feature indexing panics
Dylan MacKenzie
-1
/
+1
2019-12-13
Add feature gate for `const_loop`
Dylan MacKenzie
-0
/
+3
2019-12-13
Get active features dynamically by their `Symbol`
Dylan MacKenzie
-0
/
+12
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+2
2019-12-13
Reuse the `staged_api` feature for `rustc_const_unstable`
Oliver Scherer
-8
/
+2
2019-12-07
Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk
bors
-1
/
+0
2019-12-06
Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk
Mazdak Farrokhzad
-0
/
+3
2019-12-05
Remove #[track_caller] from incomplete features list.
Adam Perry
-1
/
+0
2019-12-03
Check intrinsics for callability in const fns
Mahmut Bulut
-4
/
+0
2019-12-02
Rename feature gate
Christian Poveda
-1
/
+1
2019-12-02
Add feature gate for &mut in const fns
Christian Poveda
-0
/
+3
2019-12-02
Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk
Ralf Jung
-0
/
+4
2019-12-01
rustc_plugin: Remove support for plugin arguments
Vadim Petrochenkov
-1
/
+1
2019-12-01
Conditional compilation for sanitizers
Tomasz Miąsko
-0
/
+4
2019-11-30
derive(Default) for Features
Mazdak Farrokhzad
-12
/
+2
2019-11-30
move GateIssue to rustc_feature & simplify emit_feature_err
Mazdak Farrokhzad
-2
/
+32
2019-11-30
update rustc_feature crate docs
Mazdak Farrokhzad
-8
/
+6
2019-11-30
move UnstableFeatures -> rustc_feature
Mazdak Farrokhzad
-0
/
+34
2019-11-30
builtin_attrs.rs -> rustc_feature
Mazdak Farrokhzad
-0
/
+603
2019-11-30
move Stability to rustc_feature
Mazdak Farrokhzad
-0
/
+8
2019-11-30
introduce crate rustc_feature and move active, accepted, and removed to it
Mazdak Farrokhzad
-0
/
+1008