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_pattern_analysis
/
src
/
constructor.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-2
/
+2
2024-09-29
cleanup: don't clone types that are Copy
Matthias Krüger
-4
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+1
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-06-23
Replace `f16` and `f128` pattern matching stubs with real implementations
Trevor Gross
-1
/
+26
2024-04-01
Fix union handling in exhaustiveness
Nadrieril
-0
/
+28
2024-03-31
Improve debugging experience
Nadrieril
-1
/
+0
2024-03-30
Require enum indices to be contiguous
Nadrieril
-7
/
+4
2024-03-19
Improve the `WitnessPat: Debug` impl
Nadrieril
-0
/
+75
2024-03-18
Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errors
Matthias Krüger
-6
/
+33
2024-03-13
Rollup merge of #122437 - Nadrieril:no-after-max, r=compiler-errors
Matthias Krüger
-8
/
+5
2024-03-13
Remove `MaybeInfiniteInt::JustAfterMax`
Nadrieril
-8
/
+5
2024-03-13
Rename `TypeCx` -> `PatCx`
Nadrieril
-9
/
+9
2024-03-12
Suggest never pattern instead of `_` for empty types
Nadrieril
-1
/
+23
2024-03-12
Add `Constructor::Never`
Nadrieril
-5
/
+10
2024-03-11
Store pattern arity in `DeconstructedPat`
Nadrieril
-2
/
+2
2024-03-09
Make `MaybeInfiniteInt::plus_one/minus_one` fallible
Nadrieril
-16
/
+19
2024-02-29
Rollup merge of #121000 - Nadrieril:keep_all_fields, r=compiler-errors
Guillaume Gomez
-0
/
+6
2024-02-28
Rename `Skip` to `PrivateUninhabited`
Nadrieril
-7
/
+6
2024-02-28
Add special `Skip` constructor
Nadrieril
-0
/
+7
2024-02-28
Don't panic when encountering unexpected constructor
Nadrieril
-4
/
+4
2024-02-23
compiler: clippy::complexity fixes
Matthias Krüger
-10
/
+6
2024-02-05
Auto merge of #120313 - Nadrieril:graceful-error, r=compiler-errors
bors
-7
/
+11
2024-02-03
Rollup merge of #120516 - Nadrieril:cleanup-impls, r=compiler-errors
Matthias Krüger
-69
/
+1
2024-01-31
Gracefully abort on type incompatibility
Nadrieril
-7
/
+11
2024-01-31
Manual `Debug` impls are not needed since `TypeCx: Debug`
Nadrieril
-27
/
+1
2024-01-31
Remove unused `Constructor: PartialEq` impl
Nadrieril
-42
/
+0
2024-01-30
Make `PatternColumn` part of the public API
Nadrieril
-5
/
+5
2024-01-30
Limit the use of `PlaceCtxt`
Nadrieril
-9
/
+7
2024-01-27
Stop using derivative in rustc_pattern_analysis
Laurențiu Nicola
-2
/
+96
2024-01-24
Improve `Range: Debug` impl
Nadrieril
-5
/
+11
2024-01-19
Rollup merge of #119835 - Nadrieril:simplify-empty-logic, r=compiler-errors
Matthias Krüger
-14
/
+5
2024-01-17
Don't rely on contiguous `VariantId`s outside of rustc
Nadrieril
-4
/
+7
2024-01-15
Make all the empty pattern decisions in `usefulness`
Nadrieril
-14
/
+5
2024-01-12
rustc_pattern_analysis no longer needs to be passed an arena
Nadrieril
-3
/
+3
2023-12-26
Clean up more lifetimes
Michael Goulet
-5
/
+2
2023-12-23
Use `derivative` for better derive bounds
Nadrieril
-1
/
+2
2023-12-19
Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errors
bors
-63
/
+96
2023-12-15
NFC: do not clone types that are copy
Matthias Krüger
-1
/
+1
2023-12-15
s/MatchCx/TypeCx/
Nadrieril
-8
/
+8
2023-12-15
Introduce `MatchCtxt`
Nadrieril
-4
/
+5
2023-12-15
s/PatCtxt/PlaceCtxt/
Nadrieril
-5
/
+5
2023-12-15
Address review comments
Nadrieril
-2
/
+1
2023-12-15
Make the `rustc_data_structures` dependency optional
Nadrieril
-5
/
+8
2023-12-15
Gate rustc-specific code under a feature
Nadrieril
-0
/
+1
2023-12-15
Iron out last rustc-specific details
Nadrieril
-5
/
+19
2023-12-15
Abstract `MatchCheckCtxt` into a trait
Nadrieril
-36
/
+29
2023-12-15
Split `Single` ctor into more specific variants
Nadrieril
-13
/
+35
[next]