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
/
outlives
Age
Commit message (
Expand
)
Author
Lines
2025-07-18
Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk
bors
-2
/
+1
2025-07-15
Add alias for ArgOutlivesPredicate
Michael Goulet
-2
/
+1
2025-07-15
Implement other logics
tiif
-0
/
+1
2025-07-03
compiler: inline 1-2 query provide fn in hir_analysis and hir_typeck
Jubilee Young
-7
/
+5
2025-05-27
Fix some var names
Michael Goulet
-5
/
+5
2025-05-27
Rename unpack to kind
Michael Goulet
-4
/
+4
2025-04-24
Remove `weak` alias terminology
Boxy
-2
/
+2
2025-04-08
Rollup merge of #139509 - xizheyin:issue-139359, r=lcnr
Matthias Krüger
-1
/
+1
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-04-07
Implement overflow for infinite implied lifetime bounds
Michael Goulet
-4
/
+17
2025-04-02
Move methods from `Map` to `TyCtxt`, part 5.
Nicholas Nethercote
-1
/
+1
2025-03-15
Stop relying on rustc_type_ir in non-type-system crates
Michael Goulet
-1
/
+1
2025-02-21
Move methods from Map to TyCtxt, part 3.
Nicholas Nethercote
-1
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-2
/
+2
2025-01-31
Remove an unnecessary loop label.
Nicholas Nethercote
-2
/
+2
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-1
/
+2
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
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
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+3
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-3
/
+3
2024-07-06
Import via rustc_type_ir::outlives
Michael Goulet
-1
/
+1
2024-06-20
Slightly refactor the dumping of HIR analysis data
León Orell Valerian Liehr
-33
/
+30
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-5
/
+5
2024-05-21
Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from...
Michael Goulet
-1
/
+1
2024-05-16
Rename ToPredicate for Upcast
Michael Goulet
-3
/
+3
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+2
2024-03-27
Use FxIndexMap instead of BTreeMap to avoid sorting `DefId`s
Oli Scherer
-2
/
+2
2024-03-11
Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"
Oli Scherer
-3
/
+5
2024-03-11
Never bail out early while running all the type check queries
Oli Scherer
-5
/
+3
2024-02-15
Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister
bors
-8
/
+8
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-8
/
+8
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-3
/
+3
2024-01-17
Stop using track_errors for some forever unstable rustc_attr analyses
Oli Scherer
-3
/
+5
2023-12-28
Imply outlives-bounds on lazy type aliases
León Orell Valerian Liehr
-73
/
+114
2023-12-26
Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e...
bors
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-23
Do not fetch HIR in inferred_outlives_of.
Camille GILLOT
-39
/
+25
2023-12-23
move rustc_outlives test code from query to dedicated function
Lukas Markeffsky
-31
/
+18
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-19
Make regionck care about placeholders in outlives components
Michael Goulet
-0
/
+4
2023-11-14
finish `RegionKind` rename
lcnr
-3
/
+3
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-2
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-18
/
+17
2023-07-03
remove TypeWellFormedFromEnv
Michael Goulet
-2
/
+1
2023-06-26
TypeWellFormedInEnv
Michael Goulet
-1
/
+2
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-34
/
+24
2023-06-22
migrate inferred_outlives_of to Clause
Michael Goulet
-5
/
+7
[next]