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-07-09
Implement #[alloc_error_handler]
Simon Sapin
-0
/
+8
2018-07-06
Auto merge of #52018 - flip1995:rfc2103, r=oli-obk
bors
-0
/
+2
2018-07-05
rustc: Update tracking issue for wasm_import_module
Alex Crichton
-1
/
+1
2018-07-04
Implementation of tool lints
flip1995
-0
/
+2
2018-06-30
Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj
bors
-1
/
+1
2018-06-28
Rollup merge of #51799 - mark-i-m:lower_case_feature_gate, r=mark-i-m
kennytm
-4
/
+4
2018-06-27
Generate `DefId`s for the impl trait of `async` functions
Oliver Schneider
-1
/
+1
2018-06-26
lower case some feature gate messages
mark
-4
/
+4
2018-06-26
inclusive range syntax lint (`...` → `..=`)
Zack M. Davis
-1
/
+2
2018-06-26
Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis
bors
-0
/
+3
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
rename `irrefutable_let_pattern` to `irrefutable_let_patterns`
Niko Matsakis
-1
/
+1
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-05
Implementation of RFC 2086 - Allow Irrefutable Let patterns
Sebastian Malton
-0
/
+3
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
[next]