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
2024-05-28
Create const block DefIds in typeck instead of ast lowering
Oli Scherer
-5
/
+3
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.
Nicholas Nethercote
-0
/
+1
2024-05-13
Auto merge of #124914 - nnethercote:rm-extern-crate-rustc_middle, r=saethlin
bors
-0
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_build`.
Nicholas Nethercote
-0
/
+1
2024-05-12
Match ergonomics 2024: migration lint
Jules Bertholet
-19
/
+71
2024-04-20
Track mutability of deref patterns
Nadrieril
-1
/
+3
2024-04-15
Ensure inherited reference is never set to `&mut` behind an `&`
Jules Bertholet
-1
/
+1
2024-04-02
Address review comments
Jules Bertholet
-7
/
+7
2024-03-30
Implement "&<pat> everywhere"
Jules Bertholet
-2
/
+9
2024-03-27
Implement `mut ref`/`mut ref mut`
Jules Bertholet
-17
/
+5
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-1
/
+1
2024-03-20
Add barest-bones deref patterns
Nadrieril
-0
/
+3
2024-03-18
Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...
Oli Scherer
-5
/
+4
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2024-02-23
compiler: clippy::complexity fixes
Matthias Krüger
-12
/
+7
2024-02-21
Convert `delayed_bug`s to `bug`s.
Nicholas Nethercote
-1
/
+1
2024-02-05
get rid of nontrivial_structural_match lint and custom_eq const qualif
Ralf Jung
-12
/
+6
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-2
/
+2
2024-01-17
Add `PatKind::Err`
Lieselotte
-0
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-13
/
+13
2023-12-12
more clippy::complexity fixes
Matthias Krüger
-1
/
+1
2023-12-11
Extract exhaustiveness into its own crate
Nadrieril
-3
/
+0
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
[next]