This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b64a9be97e
rust
/
compiler
/
rustc_pattern_analysis
/
src
History
Download ZIP
Download TAR.GZ
Zalathar
8516c64115
Replace
AscribeUserType
and
ExpandedConstant
with per-node data
2026-01-09 16:46:08 +11:00
..
rustc
clean up witness printing for tuple-like constructors
2025-08-10 16:34:11 -07:00
checks.rs
always check for mixed deref pattern and normal constructors
2025-07-04 23:47:31 -07:00
constructor.rs
In rustc_pattern_analysis, put
true
witnesses before
false
witnesses
2025-07-28 02:01:39 +03:00
errors.rs
error early when mixing deref patterns with normal constructors
2025-05-06 18:53:55 -07:00
lib.rs
change non-canonical clone impl to {*self}, fix some doc comments
2025-12-20 13:46:22 +00:00
lints.rs
Remove
LintExpectationId
from
Level
variants
2025-04-03 09:22:21 +00:00
pat.rs
change non-canonical clone impl to {*self}, fix some doc comments
2025-12-20 13:46:22 +00:00
pat_column.rs
Greatly simplify lifetime captures in edition 2024
2025-02-22 22:24:52 +00:00
rustc.rs
Replace
AscribeUserType
and
ExpandedConstant
with per-node data
2026-01-09 16:46:08 +11:00
usefulness.rs
Fix typo in pattern usefulness documentation
2026-01-03 22:46:09 +05:30