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_hir_analysis
/
src
/
check
/
region.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-3
/
+3
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-2
/
+2
2025-01-29
Eliminate PatKind::Path
Oli Scherer
-1
/
+0
2025-01-09
Rename RegionResolutionVisitor to ScopeResolutionVisitor
Michael Goulet
-12
/
+12
2025-01-09
Make sure to walk into nested const blocks in RegionResolutionVisitor
Michael Goulet
-4
/
+8
2025-01-08
Rename PatKind::Lit to Expr
Oli Scherer
-1
/
+1
2024-12-31
add guard patterns to HIR and implement lowering
Max Niederman
-1
/
+4
2024-12-19
Rename Scope.id to Scope.local_id, remove trivial accessor
Michael Goulet
-11
/
+11
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-2
/
+18
2024-10-29
Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis...
Matthias Krüger
-4
/
+2
2024-10-24
stabilize if_let_rescope
Ding Xiang Fei
-4
/
+2
2024-10-24
stabilize shorter-tail-lifetimes
Ding Xiang Fei
-3
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-3
/
+5
2024-09-13
Disallow hidden references to mutable static
Obei Sideg
-6
/
+0
2024-09-11
rescope temp lifetime in let-chain into IfElse
Ding Xiang Fei
-2
/
+12
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-06-18
tail expression behind terminating scope
Ding Xiang Fei
-2
/
+8
2024-06-07
Revert "Create const block DefIds in typeck instead of ast lowering"
Oli Scherer
-5
/
+2
2024-05-29
Make `body_owned_by` return the body directly.
Oli Scherer
-3
/
+2
2024-05-29
Don't require `visit_body` to take a lifetime that must outlive the function ...
Oli Scherer
-1
/
+1
2024-05-28
Create const block DefIds in typeck instead of ast lowering
Oli Scherer
-2
/
+5
2024-05-28
Make body-visiting logic reusable
Oli Scherer
-53
/
+59
2024-05-15
Fix more new for_loops_over_fallibles hits in compiler.
Zachary S
-2
/
+2
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-2
/
+2
2024-04-10
Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errors
bors
-0
/
+13
2024-03-27
Implement `mut ref`/`mut ref mut`
Jules Bertholet
-1
/
+1
2024-03-22
Rename `hir::Local` into `hir::LetStmt`
Guillaume Gomez
-3
/
+3
2024-03-22
Update (doc) comments
León Orell Valerian Liehr
-1
/
+1
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-1
/
+1
2024-03-14
Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`
Guillaume Gomez
-2
/
+2
2024-03-05
Move visitor utils to `rustc_ast_ir`
Jason Newcomb
-1
/
+1
2024-02-20
Propagate temporary lifetime extension into if and match.
Mara Bos
-0
/
+13
2024-02-12
remove a bunch of dead parameters in fn
yukang
-7
/
+2
2024-01-17
Add `PatKind::Err`
Lieselotte
-1
/
+2
2024-01-06
Call `maybe_stmt_static_mut` inside `resolve_stmt`
Obei Sideg
-1
/
+3
2024-01-06
Call `maybe_expr_static_mut` inside `resolve_expr`
Obei Sideg
-0
/
+4
2024-01-05
Restore if let guard temporary scoping difference
Matthew Jasper
-2
/
+11
2024-01-05
Remove `hir::Guard`
Matthew Jasper
-1
/
+2
2023-12-25
Remove unnecessary body_expr_count
Michael Goulet
-4
/
+0
2023-12-21
Give temporaries in if let guards correct scopes
Matthew Jasper
-3
/
+3
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-0
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-19
/
+17
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-09-11
Move let expression checking to parsing
Matthew Jasper
-1
/
+1
2023-09-11
Don't create drop scopes after item statements
Matthew Jasper
-1
/
+5
2023-06-02
Separate AnonConst from ConstBlock in HIR.
Camille GILLOT
-1
/
+1
2023-04-28
remove unused `mut`s
Lukas Markeffsky
-1
/
+1
[next]