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
Age
Commit message (
Expand
)
Author
Lines
2021-10-08
clippy::complexity fixes
Matthias Krüger
-3
/
+1
2021-10-01
Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandry
Manish Goregaokar
-3
/
+4
2021-10-01
Normalize after substituting via `field.ty()`
Nadrieril
-3
/
+4
2021-09-29
fix(lint): don't suggest refutable patterns to "fix" irrefutable bind
Michael Howell
-19
/
+36
2021-09-29
Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk
bors
-977
/
+794
2021-09-26
Trivialize tracking of unreachable subpatterns
Nadrieril
-297
/
+95
2021-09-26
Avoid double-deref in `Fields`
Nadrieril
-35
/
+31
2021-09-26
Replace `Pat` with a new intermediate representation
Nadrieril
-489
/
+615
2021-09-26
Remove dependency of `SubPatSet` on `Pat`
Nadrieril
-27
/
+23
2021-09-26
Move special `&str` handling to `Constructor` and `Fields`
Nadrieril
-21
/
+21
2021-09-26
Use usize for slice arity
Nadrieril
-15
/
+15
2021-09-26
Rework `Fields` internals.
Nadrieril
-240
/
+195
2021-09-26
A for loop is a lot faster apparently
Nadrieril
-29
/
+9
2021-09-26
Cleanup the reporting of unreachable patterns
Nadrieril
-20
/
+14
2021-09-26
Always report reachability for user-supplied patterns
Nadrieril
-8
/
+3
2021-09-26
Remove some unreachable code
Nadrieril
-20
/
+11
2021-09-26
Remove premature shortcutting
Nadrieril
-26
/
+12
2021-09-20
Fix ICE when `indirect_structural_match` is allowed
Fabian Wolff
-6
/
+8
2021-09-14
Add reachable_patterns lint to rfc-2008-non_exhaustive
Devin Ragotzy
-51
/
+170
2021-08-30
Handle irrufutable or unreachable let-else
Cameron Steffen
-1
/
+20
2021-08-30
Calculate LetSource later
Cameron Steffen
-40
/
+42
2021-08-29
Auto merge of #88088 - nbdd0121:const2, r=nagisa
bors
-1
/
+6
2021-08-26
add `tcx` to `fn walk`
lcnr
-1
/
+1
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
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-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-63
/
+129
2021-07-27
Auto merge of #80367 - camelid:check_match-combine-loop, r=Nadrieril
bors
-8
/
+3
2021-07-27
Auto merge of #85305 - MarcusDunn:master, r=pnkfelix
bors
-48
/
+1
2021-07-22
Combine two loops in `check_match`
Camelid
-8
/
+3
2021-07-18
Revert "structural_match: non-structural-match ty closures"
Santiago Pastorino
-3
/
+0
2021-07-17
Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk
bors
-1
/
+1
2021-07-17
Auto merge of #86761 - Alexhuszagh:master, r=estebank
bors
-15
/
+2
2021-07-17
Changed dec2flt to use the Eisel-Lemire algorithm.
Alex Huszagh
-15
/
+2
2021-07-16
get rid of incorrect erase_for_fmt
Ralf Jung
-1
/
+1
2021-07-15
Remove refs from pat slices
Cameron Steffen
-4
/
+4
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-1
/
+1
2021-07-11
Fix ICE with unsized type in const pattern
Fabian Wolff
-11
/
+23
2021-07-05
Fix double warning about illegal floating-point literal pattern
Fabian Wolff
-6
/
+8
2021-06-19
Assert `is_associated_const` when resolving
Yuki Okushi
-3
/
+4
2021-06-19
Refactor `PatternError` structure
Yuki Okushi
-5
/
+4
2021-06-04
removed unneeded brackets on import
marcusdunn
-1
/
+1
2021-06-04
removed conditional check on bindings_after_at and resulting dead code
marcusdunn
-48
/
+1
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-1
/
+1
2021-05-22
Move THIR structure definitions to `rustc_middle`
LeSeulArtichaut
-371
/
+54
2021-05-14
Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkov
bors
-1
/
+10
2021-05-12
Improve error message for non-exhaustive matches on non-exhaustive enums
Fabian Wolff
-1
/
+10
2021-05-11
Store VariantIdx to distinguish enum variants
Mark Rousskov
-10
/
+7
2021-03-29
Convert a closure into a method
Oli Scherer
-12
/
+14
2021-03-14
Rollup merge of #82789 - csmoe:issue-82772, r=estebank
Yuki Okushi
-1
/
+3
[next]