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_middle
/
src
/
middle
/
region.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-13
fix scope of `super let` bindings within `if let`
dianne
-0
/
+39
2025-08-07
add a scope for `if let` guard temporaries and bindings
dianne
-0
/
+6
2025-07-28
use let chains in hir, lint, mir
Kivooeo
-17
/
+16
2025-07-05
Remove yields_in_scope from the scope tree.
Camille GILLOT
-92
/
+0
2025-04-02
Move methods from `Map` to `TyCtxt`, part 5.
Nicholas Nethercote
-1
/
+1
2025-03-28
Remove ScopeDepth entirely.
Mara Bos
-5
/
+3
2025-03-26
Simplify RvalueCandidateType.
Mara Bos
-18
/
+13
2024-12-19
Rename Scope.id to Scope.local_id, remove trivial accessor
Michael Goulet
-21
/
+11
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-11
rescope temp lifetime in let-chain into IfElse
Ding Xiang Fei
-0
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_data_structures` from numerous crates.
Nicholas Nethercote
-1
/
+1
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-1
/
+1
2024-04-16
Avoid lots of `hir::HirId{,Map,Set}` qualifiers.
Nicholas Nethercote
-9
/
+5
2024-01-26
ScopeTree: remove destruction_scopes as unused
klensy
-8
/
+0
2024-01-04
Make iteration order of region_scope_tree query stable
Michael Woerister
-25
/
+4
2023-12-25
Remove unnecessary body_expr_count
Michael Goulet
-14
/
+0
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-12-04
Don't include destruction scopes in THIR
Matthew Jasper
-4
/
+0
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+1
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-0
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-14
finish `RegionKind` rename
lcnr
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-07-14
Enable potential_query_instability lint in rustc_hir_typeck.
Michael Woerister
-2
/
+2
2023-04-28
Remove some unnecessary derives.
Nicholas Nethercote
-3
/
+3
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-2
/
+1
2022-12-18
Use `#[derive]` instead of custom syntax in all `newtype_index`
Nilstrieb
-1
/
+1
2022-06-03
Replace `&Vec<_>`s with `&[_]`s
Maybe Waffle
-2
/
+3
2022-05-22
factor out the rvalue lifetime rule
Ding Xiang Fei
-45
/
+33
2022-04-14
Update issue-92893.stderr
ouz-a
-6
/
+3
2022-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-5
/
+2
2022-03-11
Auto merge of #90253 - Kobzol:hash-stable-sort-index-map, r=cjgillot
bors
-4
/
+4
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-01-18
Track drops across multiple yields
Eric Holk
-3
/
+3
2021-12-28
Change several HashMaps to IndexMap to improve incremental hashing performance
Jakub Beránek
-4
/
+4
2021-11-28
Remove unused root_parent.
Camille GILLOT
-12
/
+4
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-09-20
Adjust documentation for compatibility with 2021
Mark Rousskov
-1
/
+2
2021-09-01
Fix drop handling for `if let` expressions
Matthew Jasper
-0
/
+5
2021-08-23
Rollup merge of #88230 - steffahn:a_an, r=oli-obk
Mara Bos
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-21
cleanup: `Span::new` -> `Span::with_lo`
Vadim Petrochenkov
-1
/
+1
2021-04-19
Remove closure_tree
Cameron Steffen
-31
/
+0
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-0
/
+2
2020-12-22
docs: Update rustc_middle::middle::region::ScopeTree
pierwill
-4
/
+2
2020-10-21
Clean up and improve some docs
Camelid
-11
/
+11
2020-10-14
documentation fix
Ding Xiang Fei
-3
/
+7
[next]