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
/
ty
/
region.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
Fix up size asserts.
Nicholas Nethercote
-0
/
+12
2025-07-31
Move an `EarlyParamRegion` impl block.
Nicholas Nethercote
-0
/
+8
2025-07-25
Tweak bound region pre-interning.
Nicholas Nethercote
-1
/
+1
2025-07-04
Nits
Michael Goulet
-1
/
+1
2025-07-04
Fix elided lifetimes in rustdoc
Michael Goulet
-2
/
+2
2025-07-04
Remove Symbol for Named LateParam/Bound variants
Michael Goulet
-56
/
+54
2025-06-13
Uplift BoundVarReplacer
Michael Goulet
-0
/
+4
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-24
/
+13
2025-03-26
Remove `kw::Empty` uses from `rustc_middle`.
Nicholas Nethercote
-4
/
+2
2025-03-15
Fold visit into ty
Michael Goulet
-1
/
+1
2024-12-18
introduce `LateParamRegionKind`
lcnr
-8
/
+73
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-15
/
+13
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-05-27
Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726
Guillaume Gomez
-0
/
+14
2024-05-26
Uplift EarlyBinder
Michael Goulet
-0
/
+14
2024-05-24
Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)
Boxy
-27
/
+0
2024-05-24
Remove `DefId` from `EarlyParamRegion` (type system)
Boxy
-4
/
+16
2024-05-24
docs
Boxy
-0
/
+6
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-05-21
Uplift binder
Michael Goulet
-0
/
+4
2024-05-20
Uplift RegionVid
Michael Goulet
-17
/
+1
2024-05-18
Uplift GenericArgKind, CanonicalVarValues, QueryInput
Michael Goulet
-0
/
+6
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-2
/
+2
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-03-28
Restrict const ty's regions to static when putting them in canonical var list
Michael Goulet
-0
/
+4
2024-03-27
Remove `Partial/Ord` from `EarlyParamRegion`
Oli Scherer
-1
/
+1
2024-03-27
Remove `Partial/Ord` from `BoundRegion`
Oli Scherer
-3
/
+3
2024-03-27
Remove `Ord` from `Ty`, `Const`, and `Region`
Oli Scherer
-1
/
+1
2024-03-20
make `type_flags(ReError) & HAS_ERROR`
Ali MJ Al-Nasrawy
-0
/
+1
2024-03-18
update region debug formatting
Boxy
-2
/
+16
2024-03-04
Allow a way to add constructors for rustc_type_ir types
Michael Goulet
-0
/
+6
2024-02-29
Overhaul how stashed diagnostics work, again.
Nicholas Nethercote
-2
/
+2
2024-02-13
Uplift TypeVisitableExt into rustc_type_ir
Michael Goulet
-0
/
+13
2024-02-12
Tweak delayed bug mentions.
Nicholas Nethercote
-4
/
+4
2024-01-30
Move predicate, region, and const stuff into their own modules in middle
Michael Goulet
-0
/
+399