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
/
compiler
/
rustc_ast_lowering
/
src
/
pat.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-25
add span to struct pattern rest (..)
Valdemar Erk
-4
/
+5
2025-08-14
Pass the target type down to `parse_attribute_list`
Jonathan Brouwer
-2
/
+2
2025-08-09
remove `P`
Deadbeef
-3
/
+2
2025-06-30
Introduce `ByteSymbol`.
Nicholas Nethercote
-8
/
+4
2025-05-05
Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk
bors
-2
/
+1
2025-04-28
We always use the current item as parent, so no need to pass it
Oli Scherer
-2
/
+1
2025-04-28
Add or-patterns to pattern types
Oli Scherer
-0
/
+5
2025-03-28
Add `{ast,hir,thir}::PatKind::Missing` variants.
Nicholas Nethercote
-0
/
+1
2025-03-07
Pass `Option<Symbol>` to `def_path_data`/`create_def` methods.
Nicholas Nethercote
-2
/
+2
2025-03-06
Remove the `Option` part of range ends in the HIR
Oli Scherer
-10
/
+112
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-1
/
+1
2025-02-11
Add a TyPat in the AST to reuse the generic arg lowering logic
Oli Scherer
-69
/
+11
2025-02-04
Allow using named consts in pattern types
Oli Scherer
-13
/
+14
2025-02-03
Use a different hir type for patterns in pattern types than we use in match p...
Oli Scherer
-2
/
+78
2025-01-29
Eliminate PatKind::Path
Oli Scherer
-10
/
+23
2025-01-22
Enforce that all spans are lowered in ast lowering
Oli Scherer
-14
/
+10
2025-01-08
Rename PatKind::Lit to Expr
Oli Scherer
-2
/
+2
2025-01-08
Exhaustively handle expressions in patterns
Oli Scherer
-13
/
+46
2024-12-31
add guard patterns to HIR and implement lowering
Max Niederman
-2
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-13
Keep track of patterns that could have introduced a binding, but didn't
Esteban Küber
-1
/
+8
2024-11-24
add guard pattern AST node
Max Niederman
-0
/
+2
2024-10-28
more consistent debug_assertions
Adwin White
-12
/
+18
2024-10-28
Add duplicate lowering check
Adwin White
-2
/
+2
2024-10-28
Lower AST node id only once
Adwin White
-19
/
+39
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-20
Conditionally allow lowering RTN (..) in paths
Michael Goulet
-1
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+8
2024-04-28
Add a note to the ArbitraryExpressionInPattern error
est31
-1
/
+5
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-1
/
+1
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-0
/
+3
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-1
/
+1
2024-02-25
Add `ast::ExprKind::Dummy`
Lieselotte
-1
/
+2
2024-02-07
No need to take ImplTraitContext by ref
Michael Goulet
-3
/
+3
2024-01-17
Add `PatKind::Err`
Lieselotte
-0
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-12-23
bool->enum for ast::PatKind::Struct presence of `..`
Alona Enraght-Moony
-1
/
+1
2023-11-29
Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors
Matthias Krüger
-0
/
+1
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-0
/
+1
2023-11-28
Reduce exposure of some things.
Nicholas Nethercote
-1
/
+1
2023-08-06
lower impl const to bind to host effect param
Deadbeef
-0
/
+3
2023-02-25
Add ErrorGuaranteed to HIR ExprKind::Err
Michael Goulet
-2
/
+2
2022-12-25
fix more clippy::style findings
Matthias Krüger
-3
/
+3
2022-11-22
`rustc_ast_lowering`: remove `ref` patterns
Maybe Waffle
-27
/
+27
2022-11-11
Introduce `ExprKind::IncludedBytes`
clubby789
-1
/
+4
2022-10-11
rustc_hir: Less error-prone methods for accessing `PartialRes` resolution
Vadim Petrochenkov
-1
/
+1
2022-09-08
Introduce `DotDotPos`.
Nicholas Nethercote
-2
/
+2
2022-09-06
Pass ImplTraitContext as &mut to avoid the need of ImplTraitContext::reborrow...
Santiago Pastorino
-3
/
+3
2022-09-06
Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot
bors
-18
/
+9
2022-09-05
Address review comments.
Nicholas Nethercote
-1
/
+1
[next]