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_mir_build
/
src
/
thir
/
pattern
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-2
/
+2
2022-02-12
change to a struct variant
Ellen
-1
/
+1
2021-12-05
Evaluate inline const pat early and report error if too generic
Gary Guo
-31
/
+52
2021-11-07
Implement type inference for inline consts
Gary Guo
-1
/
+1
2021-08-29
Auto merge of #88088 - nbdd0121:const2, r=nagisa
bors
-1
/
+6
2021-08-18
Remove box syntax from rustc_mir_build
est31
-1
/
+1
2021-08-16
Forbid inline const block referencing params from being used in patterns
Gary Guo
-1
/
+6
2021-07-17
Auto merge of #86761 - Alexhuszagh:master, r=estebank
bors
-5
/
+0
2021-07-17
Changed dec2flt to use the Eisel-Lemire algorithm.
Alex Huszagh
-5
/
+0
2021-07-15
Remove refs from pat slices
Cameron Steffen
-4
/
+4
2021-06-19
Assert `is_associated_const` when resolving
Yuki Okushi
-3
/
+4
2021-06-19
Refactor `PatternError` structure
Yuki Okushi
-5
/
+4
2021-05-22
Move THIR structure definitions to `rustc_middle`
LeSeulArtichaut
-334
/
+17
2021-03-11
Make THIR data structures public
LeSeulArtichaut
-19
/
+19
2021-02-09
Rename HIR UnOp variants
Ömer Sinan Ağacan
-1
/
+1
2021-01-18
Use ty::{IntTy,UintTy,FloatTy} in rustc
LeSeulArtichaut
-5
/
+3
2020-11-27
Rename `_match` to `usefulness`
Nadrieril
-1
/
+1
2020-11-27
Extract everything related to pattern deconstruction to a new module
Nadrieril
-0
/
+1
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-3
/
+3
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+1
2020-10-24
Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkor
Jonas Schievink
-0
/
+7
2020-10-18
The only remaining constant patterns are opaque
Nadrieril
-0
/
+7
2020-10-16
Lower inline const down to MIR
Santiago Pastorino
-0
/
+5
2020-10-13
Replace absolute paths with relative ones
est31
-4
/
+4
2020-09-22
Add debug assertions against slow path reference results
Ishi Tatsuyuki
-4
/
+4
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-9
/
+9
2020-08-30
mv compiler to compiler/
mark
-0
/
+1096
[prev]