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
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-0
/
+2
2023-11-26
Clean dead codes
r0cky
-149
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-8
/
+8
2023-10-27
Propagate half-open ranges through THIR
Nadrieril
-15
/
+16
2023-10-27
Abstract over `PatRange` boundary value
Nadrieril
-79
/
+15
2023-10-16
Address review comments
Matthew Jasper
-20
/
+27
2023-10-16
Fix inline const pattern unsafety checking in THIR
Matthew Jasper
-3
/
+10
2023-10-14
Use `PatKind::Error` instead of `PatKind::Wild` to report errors
Nadrieril
-22
/
+19
2023-10-14
Propagate pattern errors via a new `PatKind::Error` variant
Nadrieril
-0
/
+1
2023-10-11
Fix range overflow checking
Nadrieril
-31
/
+63
2023-10-11
Rework error handling when lowering range endpoints
Nadrieril
-114
/
+87
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-1
/
+1
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-17
/
+17
2023-09-20
the Const::eval_bits methods don't need to be given the Ty
Ralf Jung
-6
/
+6
2023-09-19
move ConstValue into mir
Ralf Jung
-3
/
+3
2023-09-14
move required_consts check to general post-mono-check function
Ralf Jung
-4
/
+4
2023-09-13
make the set of methods between our two Const types more consistent
Ralf Jung
-2
/
+2
2023-09-13
make the eval() functions on our const types return the resulting value
Ralf Jung
-0
/
+2
2023-09-03
Fix code that now emits unused doc comment warning for expr field
Gurinder Singh
-2
/
+2
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-20
/
+18
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-2
/
+8
2023-06-20
merge `BorrowKind::Unique` into `BorrowKind::Mut`
Ziru Niu
-1
/
+1
2023-06-02
Separate AnonConst from ConstBlock in HIR.
Camille GILLOT
-11
/
+4
2023-05-31
Inline from_inline_const into its sole call site
Oli Scherer
-32
/
+61
2023-05-31
Explain and simplify valtree -> mir-const fallback
Oli Scherer
-7
/
+9
2023-05-31
Remove `lit_to_mir_constant` query
Oli Scherer
-9
/
+5
2023-05-31
Only rewrite valtree-constants to patterns and keep other constants opaque
Oli Scherer
-18
/
+47
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-03
Cleanup PatCtxt.
Camille GILLOT
-52
/
+11
2023-04-03
Perform match checking on THIR.
Camille GILLOT
-4
/
+21
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-1
/
+1
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-4
/
+5
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-5
/
+1
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2023-01-11
Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk
Michael Goulet
-1
/
+1
2023-01-11
Migrate usefulness.rs
mejrs
-1
/
+1
2023-01-11
Detect out of bounds range pattern value
Esteban Küber
-6
/
+62
2022-12-17
Resolve various merge conflicts
mejrs
-1
/
+1
2022-12-17
Migrate lower range bound diagnostics
TheOddGarlic
-24
/
+5
2022-12-17
Migrate "could not evaluate const pattern" diagnostic
TheOddGarlic
-3
/
+3
2022-12-17
Migrate "constant pattern depends on generic parameter" diagnostic
TheOddGarlic
-3
/
+4
2022-12-17
Migrate "non-exhaustive patterns: type is non-empty" diagnostic
TheOddGarlic
-0
/
+1
2022-12-04
drive-by: move field_index to typeck results
Michael Goulet
-1
/
+1
2022-11-24
Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser
bors
-2
/
+2
2022-11-17
Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead
bors
-2
/
+1
[prev]
[next]