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
Age
Commit message (
Expand
)
Author
Lines
2024-06-23
Replace `f16` and `f128` pattern matching stubs with real implementations
Trevor Gross
-8
/
+69
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-1
/
+3
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-4
/
+5
2024-06-05
Add `Ty` to `mir::Const::Ty`
Boxy
-1
/
+1
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-1
/
+0
2024-05-02
Stabilize exclusive_range
Ross Smyth
-1
/
+0
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-12
/
+8
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-3
/
+1
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-2
/
+2
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+1
2024-04-01
Fix union handling in exhaustiveness
Nadrieril
-6
/
+57
2024-03-31
Improve debugging experience
Nadrieril
-7
/
+10
2024-03-30
Require enum indices to be contiguous
Nadrieril
-52
/
+8
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-03-21
Rollup merge of #122644 - Nadrieril:complexity-tests, r=compiler-errors
Matthias Krüger
-80
/
+116
2024-03-20
Add barest-bones deref patterns
Nadrieril
-0
/
+6
2024-03-19
Add a crate-custom test harness
Nadrieril
-0
/
+6
2024-03-19
Improve the `WitnessPat: Debug` impl
Nadrieril
-76
/
+89
2024-03-19
Report arm intersections
Nadrieril
-4
/
+21
2024-03-18
Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errors
Matthias Krüger
-12
/
+55
2024-03-13
Rollup merge of #122437 - Nadrieril:no-after-max, r=compiler-errors
Matthias Krüger
-9
/
+6
2024-03-13
Remove `MaybeInfiniteInt::JustAfterMax`
Nadrieril
-9
/
+6
2024-03-13
Rename `RustcMatchCheckCtxt` -> `RustcPatCtxt`
Nadrieril
-32
/
+27
2024-03-13
Rename `TypeCx` -> `PatCx`
Nadrieril
-68
/
+68
2024-03-13
Rename `ValidityConstraint` -> `PlaceValidity`
Nadrieril
-20
/
+12
2024-03-12
Don't suggest an arm when suggesting a never pattern
Nadrieril
-0
/
+8
2024-03-12
Suggest never pattern instead of `_` for empty types
Nadrieril
-4
/
+32
2024-03-12
Add `Constructor::Never`
Nadrieril
-8
/
+15
2024-03-11
`DeconstructedPat.data` is always present now
Nadrieril
-13
/
+11
2024-03-11
Store field indices in `DeconstructedPat` to avoid virtual wildcards
Nadrieril
-80
/
+96
2024-03-11
Store pattern arity in `DeconstructedPat`
Nadrieril
-7
/
+36
2024-03-11
Rename `DecorateLint` as `LintDiagnostic`.
Nicholas Nethercote
-1
/
+1
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-5
/
+5
2024-03-09
Lint small gaps between ranges
Nadrieril
-12
/
+174
2024-03-09
Make `MaybeInfiniteInt::plus_one/minus_one` fallible
Nadrieril
-20
/
+23
2024-03-05
Rollup merge of #121987 - Nadrieril:abort-on-arity-mismatch, r=compiler-errors
Matthias Krüger
-7
/
+15
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-2
/
+2
2024-03-04
Abort on arity mismatch
Nadrieril
-7
/
+15
2024-03-03
Add new `pattern_complexity` attribute to add possibility to limit and check ...
Guillaume Gomez
-2
/
+34
2024-03-01
Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors
bors
-0
/
+2
2024-02-29
Rollup merge of #121000 - Nadrieril:keep_all_fields, r=compiler-errors
Guillaume Gomez
-88
/
+98
2024-02-29
Rollup merge of #121735 - Nadrieril:no-panic-on-type-error, r=compiler-errors
Matthias Krüger
-4
/
+4
2024-02-28
Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`
Trevor Gross
-0
/
+2
2024-02-28
Rename `Skip` to `PrivateUninhabited`
Nadrieril
-33
/
+38
2024-02-28
Simplify
Nadrieril
-46
/
+34
2024-02-28
Don't filter out skipped fields
Nadrieril
-22
/
+28
2024-02-28
Add special `Skip` constructor
Nadrieril
-22
/
+15
2024-02-28
Push the decision to skip fields further down
Nadrieril
-14
/
+26
2024-02-28
Push down the decision to skip fields
Nadrieril
-16
/
+22
[next]