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
2024-10-11
Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser
bors
-1
/
+0
2024-10-07
Rename nested_meta to meta_item_inner
codemountains
-2
/
+2
2024-10-01
Remove unnamed field feature
Michael Goulet
-1
/
+0
2024-09-24
Ban combination of GCE and new solver
Michael Goulet
-1
/
+22
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-09-14
stabilize `const_extern_fn`
Folkert de Vries
-19
/
+6
2024-08-20
Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino
bors
-1
/
+0
2024-08-18
stabilize raw_ref_op
Ralf Jung
-1
/
+0
2024-08-17
Stabilize opaque type precise capturing
Michael Goulet
-1
/
+0
2024-08-07
Stabilize `unsafe_attributes`
carbotaniuman
-1
/
+0
2024-08-03
Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil...
Matthias Krüger
-4
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-23
Stabilize unsafe extern blocks (RFC 3484)
Santiago Pastorino
-4
/
+0
2024-07-20
Just totally fully deny late-bound consts
Michael Goulet
-0
/
+16
2024-07-10
Report usage of lib features in ast validation
Michael Goulet
-3
/
+3
2024-06-28
Change RTN to use .. again
Michael Goulet
-22
/
+2
2024-06-20
Properly gate `safe` keyword in pre-expansion
Michael Goulet
-0
/
+4
2024-06-06
Parse unsafe attributes
carbotaniuman
-0
/
+1
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-16
/
+16
2024-05-14
create a feature gate
jdonszelmann
-0
/
+1
2024-05-02
Stabilize exclusive_range
Ross Smyth
-14
/
+1
2024-04-25
ast: Generalize item kind visiting
Vadim Petrochenkov
-1
/
+1
2024-04-24
Stabilise `inline_const`
Gary Guo
-1
/
+0
2024-04-15
Parsing , pre-lowering support for precise captures
Michael Goulet
-0
/
+1
2024-04-08
Add pattern types to parser
Oli Scherer
-0
/
+3
2024-03-27
Feature gate
Jules Bertholet
-0
/
+1
2024-03-22
Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov
Matthias Krüger
-0
/
+1
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-8
/
+2
2024-03-20
Add barest-bones deref patterns
Nadrieril
-2
/
+8
2024-03-19
Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk
bors
-8
/
+0
2024-03-14
Add feature gates for `f16` and `f128`
Trevor Gross
-1
/
+12
2024-03-08
Stabilize associated type bounds
Michael Goulet
-8
/
+0
2024-03-07
Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-...
Guillaume Gomez
-8
/
+0
2024-03-05
Add postfix-match experimental feature
Ross Smyth
-0
/
+1
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-0
/
+4
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-27
Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`...
Georg Semmler
-8
/
+0
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-0
/
+3
2024-02-01
Correctly check `never_type` feature gating
Guillaume Gomez
-0
/
+13
2024-01-19
add help message for `exclusive_range_pattern` error
Rowan S-L
-1
/
+2
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-22
/
+8
2024-01-12
Delegation implementation: step 1
Bryanskiy
-0
/
+1
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-5
/
+9
2023-12-22
Auto merge of #118847 - eholk:for-await, r=compiler-errors
bors
-0
/
+1
2023-12-21
Simple modification of diagnostic information
surechen
-3
/
+4
2023-12-19
Plumb awaitness of for loops
Eric Holk
-0
/
+1
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-2
/
+2
2023-12-12
Correctly gate the parsing of match arms without body
Nadrieril
-1
/
+28
[next]