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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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
-2
/
+2
2025-05-27
Rename unpack to kind
Michael Goulet
-1
/
+1
2025-04-02
Move methods from `Map` to `TyCtxt`, part 5.
Nicholas Nethercote
-1
/
+1
2025-02-21
Move methods from Map to TyCtxt, part 3.
Nicholas Nethercote
-1
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-06-20
Slightly refactor the dumping of HIR analysis data
León Orell Valerian Liehr
-2
/
+1
2024-05-16
Rename ToPredicate for Upcast
Michael Goulet
-3
/
+3
2023-12-28
Imply outlives-bounds on lazy type aliases
León Orell Valerian Liehr
-2
/
+6
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
-20
/
+0
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-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-06-22
migrate inferred_outlives_of to Clause
Michael Goulet
-5
/
+7
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-5
/
+5
2023-06-02
No more TyCtxt::lazy_normalization
Michael Goulet
-1
/
+2
2023-05-28
Make EarlyBinder's inner value private; and fix all of the resulting errors
Kyle Matsuda
-17
/
+20
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-03-21
Use local key in providers
Michael Goulet
-4
/
+5
2022-11-29
Make inferred_outlives_crate return Clause
Santiago Pastorino
-18
/
+8
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-6
/
+10
2022-11-13
Store a LocalDefId in hir::GenericParam.
Camille GILLOT
-1
/
+1
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+129