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_infer
/
src
/
infer
/
free_regions.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_infer`.
Nicholas Nethercote
-3
/
+3
2023-11-14
review + fix CI
lcnr
-2
/
+2
2023-11-14
finish `RegionKind` rename
lcnr
-8
/
+8
2023-09-18
Remove more unused `Lift` impls.
Nicholas Nethercote
-8
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-4
/
+4
2022-08-22
get rid of `RefCell` in `TransitiveRelation`
SparrowLii
-11
/
+2
2022-07-07
Move is_free and is_free_or_static to Region, change resolve_var to resolve_r...
Jack Huey
-19
/
+5
2022-07-04
remove an unused `DefId`
lcnr
-6
/
+2
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-4
/
+4
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-3
/
+3
2021-12-13
Instead of checking for exact bounds, try to prove them
Jack Huey
-1
/
+1
2021-10-15
Remove a now-unused trait
Oli Scherer
-23
/
+0
2020-12-24
use matches!() macro in more places
Matthias Krüger
-4
/
+1
2020-10-21
Lift: take self by value
Bastian Kauschke
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+163