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
/
compiler
/
rustc_ast_passes
/
src
/
feature_gate.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-28
Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakis
bors
-1
/
+0
2021-04-25
'const fn' in trait are rejected in the AST, this feature gate check is a NOP
Ralf Jung
-6
/
+1
2021-04-24
Auto merge of #83722 - jyn514:stable-help, r=estebank
bors
-3
/
+33
2021-04-23
Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"
Santiago Pastorino
-1
/
+0
2021-04-18
Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth
bors
-12
/
+1
2021-04-16
Remove #[main] attribute.
Charles Lew
-10
/
+0
2021-04-08
rustc: Add a new `wasm` ABI
Alex Crichton
-0
/
+8
2021-04-08
Stablize `non_ascii_idents` feature.
Charles Lew
-12
/
+1
2021-04-02
On stable, suggest removing `#![feature]` for features that have been stabilized
Joshua Nelson
-3
/
+33
2021-04-02
Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514
bors
-1
/
+1
2021-03-19
stabilize or_patterns
mark
-1
/
+0
2021-03-15
Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`
Camelid
-1
/
+1
2021-03-15
Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...
Oli Scherer
-1
/
+1
2021-03-09
rustc_target: add "unwind" payloads to `Abi`
katelyn a. martin
-0
/
+32
2021-03-07
Add help for `matches` for `if let` in arm guard
Esteban Küber
-1
/
+5
2021-03-07
Add help suggesting `matches` to `let_chains` lint
Esteban Küber
-1
/
+5
2021-02-19
Support `pub` on `macro_rules`
Vadim Petrochenkov
-0
/
+1
2021-02-03
Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink
bors
-0
/
+8
2021-02-02
Add a new ABI to support cmse_nonsecure_call
Hugues de Valon
-0
/
+8
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-5
/
+9
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2021-01-12
Auto merge of #76580 - rokob:iss76011, r=estebank
bors
-1
/
+26
2021-01-01
make `const_generics_defaults` use the unstable syntax mechanism
Rémy Rakic
-0
/
+4
2020-12-29
Use Option::map_or instead of open coding it
LingMan
-4
/
+2
2020-12-26
stabilize min_const_generics
Bastian Kauschke
-14
/
+1
2020-12-17
Change the message for `if_let_guard` feature gate
LeSeulArtichaut
-1
/
+1
2020-12-09
Accept arbitrary expressions in key-value attributes at parse time
Vadim Petrochenkov
-0
/
+4
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-1
/
+1
2020-11-14
Add underscore expressions for destructuring assignments
Fabian Zaiser
-1
/
+5
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-0
/
+1
2020-10-16
Add inline_const feature flag
Santiago Pastorino
-0
/
+1
2020-09-22
Suggest async {} for async || {}
Andy Weiss
-1
/
+26
2020-09-14
Stabilize doc_alias feature
Guillaume Gomez
-1
/
+0
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-1
/
+1
2020-09-04
Implementation of incompatible features error
Amjad Alsharafi
-0
/
+34
2020-08-30
mv compiler to compiler/
mark
-0
/
+679