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
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-10-29
Comment why normalization is needed for debug assertions
Michael Goulet
-1
/
+6
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-15
/
+11
2022-09-13
Shrink some visibilities.
Camille GILLOT
-12
/
+12
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-15
/
+11
2022-09-08
Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino
bors
-1
/
+1
2022-09-08
Introduce `DotDotPos`.
Nicholas Nethercote
-1
/
+1
2022-09-06
Shrink span for bindings with subpatterns.
Camille GILLOT
-1
/
+6
2022-09-02
Use boxed slices in `PatKind`.
Nicholas Nethercote
-1
/
+7
2022-09-02
Box `CanonicalUserTypeAnnotation::CanonicalUserType`.
Nicholas Nethercote
-2
/
+2
2022-09-02
Box `PatKind::Range`.
Nicholas Nethercote
-3
/
+7
2022-09-02
Clean up THIR patterns.
Nicholas Nethercote
-22
/
+25
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-1
/
+0
2022-07-15
Add some tracing instrumentation
Oli Scherer
-0
/
+1
2022-06-16
compare_const_vals: add a special case for certain ranges.
Nicholas Nethercote
-4
/
+19
2022-06-16
compare_const_vals: Use infallible evaluation.
Nicholas Nethercote
-27
/
+23
2022-06-16
Remove `ty` arg from `compare_const_vals`.
Nicholas Nethercote
-3
/
+2
2022-06-16
Remove `from_bool` closure.
Nicholas Nethercote
-4
/
+2
2022-06-16
Inline and remove `fallback` closure.
Nicholas Nethercote
-3
/
+1
2022-06-16
Remove one use of `compare_const_vals`.
Nicholas Nethercote
-5
/
+1
2022-06-16
Assert type equality of `a` and `b` in `compare_const_vals`.
Nicholas Nethercote
-1
/
+3
2022-06-16
Remove dead code from `compare_const_vals`.
Nicholas Nethercote
-11
/
+0
2022-06-14
fix clippy test failures
b-naber
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-3
/
+4
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-06-09
thir: wrap hir id of vars into local var id
Ding Xiang Fei
-3
/
+3
2022-05-21
Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakis
bors
-20
/
+22
2022-05-21
correctly deal with user type ascriptions in pat
lcnr
-20
/
+22
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-13
/
+13
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-30
/
+36
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-2
/
+2
2022-04-06
get rid of visit_constant in thir visitor
b-naber
-4
/
+2
2022-04-02
rebase and remove dead code
b-naber
-3
/
+1
2022-04-02
do use ty::Const in patterns and abstract consts
b-naber
-34
/
+24
2022-04-02
change thir to use mir::ConstantKind instead of ty::Const
b-naber
-29
/
+40
2022-03-31
obligation cause: `RepeatVec` -> `RepeatValueCopy`
lcnr
-1
/
+1
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-02-28
6 - Make more use of `let_chains`
Caio
-10
/
+8
2022-02-19
Adopt let else in more places
est31
-9
/
+6
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-16
/
+16
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
[next]