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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
feature_gate.rs
Age
Commit message (
Expand
)
Author
Lines
2018-06-21
async await desugaring and tests
Taylor Cramer
-3
/
+9
2018-06-21
Parse async fn header.
Without Boats
-18
/
+23
2018-06-20
Remove methods from ast::GenericParam and ast::Generics
varkor
-2
/
+2
2018-06-17
Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch...
bors
-1
/
+1
2018-06-14
create multiple HIR items for a use statement
QuietMisdreavus
-1
/
+1
2018-06-12
Stabilize #[repr(transparent)]
Simon Sapin
-8
/
+2
2018-06-11
Stabilize the #[global_allocator] attribute
Simon Sapin
-7
/
+3
2018-06-08
Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakis
Mark Rousskov
-3
/
+2
2018-06-08
Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance...
kennytm
-1
/
+1
2018-06-05
flag changed to none
dylan_DPC
-1
/
+1
2018-06-04
Put doc keyword behind feature flag
Guillaume Gomez
-0
/
+8
2018-06-04
Merge branch 'master' into stabilise/termination-test
Dylan DPC
-0
/
+8
2018-06-03
implement #[panic_implementation]
Jorge Aparicio
-0
/
+9
2018-06-02
fixed feature gate to right place
dylan_DPC
-2
/
+2
2018-06-02
Stabilize unit tests with non-`()` return type
dylan_DPC
-3
/
+3
2018-06-02
Deny #[cfg] and #[cfg_attr] on generic parameters.
kennytm
-1
/
+1
2018-05-27
Ensure every unstable feature has a tracking issue.
kennytm
-22
/
+24
2018-05-27
Auto merge of #51066 - est31:master, r=sfackler
bors
-1
/
+1
2018-05-26
Point to the current box syntax tracking issue
est31
-1
/
+1
2018-05-26
Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkov
bors
-0
/
+3
2018-05-25
Implement outlives requirements inference for dyn and projections.
toidiu
-0
/
+6
2018-05-24
restore emplacement syntax (obsolete)
Niko Matsakis
-0
/
+3
2018-05-22
Allow let bindings in const fn and constants
Oliver Schneider
-0
/
+3
2018-05-21
Remove rustc_serialize_exclude_null
Manish Goregaokar
-5
/
+0
2018-05-20
Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkov
bors
-0
/
+1
2018-05-18
rustc: Disallow modules and macros in expansions
Alex Crichton
-0
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-05-16
Add feature gate label_break_value
est31
-0
/
+9
2018-05-15
Feature gate trivial bounds
Matthew Jasper
-0
/
+3
2018-05-13
stabilize :lifetime
Alex Burka
-6
/
+2
2018-05-13
Macros: Add a 'literal' fragment specifier
Dan Aloni
-0
/
+6
2018-05-12
rustc: Allow an edition's feature on that edition
Alex Crichton
-41
/
+46
2018-05-10
Remove `nll` from `rust_2018_preview`
Alex Crichton
-1
/
+1
2018-05-04
Make extern_absolute_paths only work on the new edition
Manish Goregaokar
-2
/
+4
2018-05-04
Make --edition imply the preview flag
Manish Goregaokar
-0
/
+6
2018-05-04
Add catch and proc macros to the edition (fixes #50443)
Manish Goregaokar
-2
/
+2
2018-05-02
fix tests
flip1995
-2
/
+2
2018-05-02
make it compile again
flip1995
-8
/
+24
2018-05-02
Gate tool_attributes feature
Seiichi Uchida
-1
/
+4
2018-05-02
Remove Option from the return type of Attribute::name()
Seiichi Uchida
-1
/
+1
2018-05-01
Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton
bors
-43
/
+40
2018-05-01
Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakis
bors
-1
/
+4
2018-05-01
Give removal reasons to removed features
Vadim Petrochenkov
-36
/
+40
2018-05-01
Remove `macro_reexport`
Vadim Petrochenkov
-9
/
+2
2018-04-28
stabilize `#[must_use]` for functions and must-use operators
Zack M. Davis
-19
/
+3
2018-04-28
Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis
kennytm
-7
/
+2
2018-04-27
fixed rustc version for dyn_trait
Christian Poveda
-1
/
+1
2018-04-27
stop requiring the feature-gate to use dyn_trait
Christian Poveda
-7
/
+2
2018-04-27
Add one more prelude layer for extern crate names passed with `--extern`
Vadim Petrochenkov
-1
/
+4
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
[next]