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
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
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-15
/
+14
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-1
/
+1
2023-06-17
Move WF goal to clause
Michael Goulet
-1
/
+1
2023-06-02
No more TyCtxt::lazy_normalization
Michael Goulet
-1
/
+2
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-2
/
+2
2023-05-28
Make EarlyBinder's inner value private; and fix all of the resulting errors
Kyle Matsuda
-21
/
+27
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-2
/
+2
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-0
/
+3
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-1
/
+1
2023-03-21
Use local key in providers
Michael Goulet
-5
/
+6
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-17
Add `Clause::ConstArgHasType` variant
Boxy
-0
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-11
Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr
bors
-0
/
+1
2023-02-10
add `AliasEq` to `PredicateKind`
Boxy
-0
/
+1
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-1
/
+1
2023-02-09
Introduce `ReError`
Esteban Küber
-0
/
+2
2023-01-19
even more unify Projection/Opaque in outlives code
Ali MJ Al-Nasrawy
-3
/
+3
2023-01-17
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Matthias Krüger
-5
/
+5
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-5
/
+5
[next]