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
/
libsyntax
/
feature_gate.rs
Age
Commit message (
Expand
)
Author
Lines
2015-09-13
Add an attribute to mark function as unwinding
Björn Steinbrink
-0
/
+4
2015-09-08
Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton
bors
-90
/
+117
2015-09-08
Allow tracking issues for lang features.
Huon Wilson
-90
/
+117
2015-09-06
add MIR code (unused thus far)
Niko Matsakis
-3
/
+10
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-0
/
+2
2015-08-31
Auto merge of #28007 - Ms2ger:FnKind, r=nrc
bors
-6
/
+6
2015-08-29
Handle gateage of built-in attributes seperately
Jonas Schievink
-117
/
+125
2015-08-26
Rename FnKind variants and stop re-exporting them from the visit module.
Ms2ger
-6
/
+6
2015-08-17
Rename `simd_basics` feature gate to `repr_simd`.
Huon Wilson
-6
/
+3
2015-08-17
Create "platform-intrinsic" ABI for SIMD/platform intrinsics.
Huon Wilson
-4
/
+13
2015-08-17
feature gate `cfg(target_feature)`.
Huon Wilson
-0
/
+60
2015-08-17
Implement `repr(simd)` as an alias for `#[simd]`.
Huon Wilson
-0
/
+20
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-0
/
+4
2015-08-10
syntax: Add a new unstable #[linked_from] attribute
Alex Crichton
-0
/
+5
2015-08-10
Auto merge of #27338 - alexcrichton:remove-morestack, r=brson
bors
-1
/
+3
2015-08-10
Remove morestack support
Alex Crichton
-1
/
+3
2015-08-06
Auto merge of #27296 - jroesch:type-macros, r=huonw
bors
-0
/
+6
2015-08-04
Address final nits
Jared Roesch
-2
/
+4
2015-08-04
Add feature gate
Jared Roesch
-2
/
+6
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+5
2015-07-29
Feature gate associated type defaults
Brian Anderson
-1
/
+8
2015-07-29
Formatting
Brian Anderson
-1
/
+2
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-1
/
+1
2015-07-25
Add omitted trailing comma
Jared Roesch
-1
/
+1
2015-07-25
Add feature gate
Jared Roesch
-2
/
+7
2015-07-24
Add static_recursion feature gate.
Eli Friedman
-0
/
+6
2015-07-22
Add feature-gates for desugaring-based `box` and placement-`in`.
Felix S. Klock II
-1
/
+56
2015-07-22
Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.
Felix S. Klock II
-0
/
+11
2015-07-05
Feature-gate #[prelude_import].
Eduard Burtescu
-1
/
+5
2015-06-18
Make a better error message for using #[feature] on stable rust
Brian Anderson
-1
/
+38
2015-06-17
Remove unused emit_feature_warn function
Brian Anderson
-12
/
+0
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-03
Remove #[static_assert]
Steve Klabnik
-5
/
+0
2015-05-29
Add feature-gate to calling const fn
Niko Matsakis
-3
/
+6
2015-05-24
Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix
bors
-2
/
+28
2015-05-24
Auto merge of #25168 - Manishearth:register_attr, r=eddyb
bors
-13
/
+31
2015-05-21
Make various fixes:
Niko Matsakis
-0
/
+26
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-2
/
+2
2015-05-18
syntax: Remove unused `packed` attribute
klutzy
-1
/
+0
2015-05-13
address more review comments
Manish Goregaokar
-1
/
+6
2015-05-07
Add support for registering attributes with rustc in plugins
Manish Goregaokar
-13
/
+26
2015-04-28
Register new snapshots
Tamir Duberstein
-6
/
+0
2015-04-27
Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis
bors
-0
/
+28
2015-04-23
Feature-gate associated constants.
Sean Patrick Santos
-0
/
+28
2015-04-24
Add ')' in `advaced_slice_patterns` error message
Luke Gallagher
-1
/
+1
2015-04-24
Add missing '\' for `custom_derive` error message
Luke Gallagher
-1
/
+1
2015-04-16
Fix some documentation typos
Luke Gallagher
-1
/
+1
2015-04-15
Auto merge of #24436 - fhahn:fix-small-typo, r=steveklabnik
bors
-1
/
+1
2015-04-14
Remove superfluous `the` from `custom_attribute` feature gate message
Florian Hahn
-1
/
+1
2015-04-14
Expose visibility for fns in syntax::visit
Nick Cameron
-3
/
+3
[next]