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
/
canonical
/
query_response.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-15
Add alias for ArgOutlivesPredicate
Michael Goulet
-1
/
+1
2025-07-15
Consider outlives assumptions when proving auto traits for coroutine interiors
Michael Goulet
-2
/
+26
2025-07-13
Simplify make_query_region_constraints
Michael Goulet
-12
/
+10
2025-05-27
Rename unpack to kind
Michael Goulet
-3
/
+3
2025-05-26
Rename
Michael Goulet
-1
/
+1
2025-05-26
Avoid obligation construction dance with query region constraints
Michael Goulet
-54
/
+8
2025-05-25
Don't use relation just to equate regions in response
Michael Goulet
-5
/
+5
2025-05-23
yeet `CanonicalVarInfo`
lcnr
-5
/
+5
2025-05-06
support duplicates in the opaque_types_storage
lcnr
-19
/
+7
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+1
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-7
/
+6
2025-01-13
rm unnecessary `OpaqueTypeDecl` wrapper
lcnr
-2
/
+2
2024-12-20
remove non-borrowck member constraints
lcnr
-12
/
+2
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-3
/
+4
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_infer`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+14
2024-06-03
Nits and formatting
Michael Goulet
-5
/
+5
2024-06-03
Make TraitEngines generic over error
Michael Goulet
-16
/
+9
2024-06-03
Remove unnecessary extension trait
Michael Goulet
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2024-04-08
Adjust a comment to the new status quo
Oli Scherer
-6
/
+3
2024-02-21
Yeet QueryTypeRelatingDelegate
Michael Goulet
-85
/
+13
2024-02-20
Rollup merge of #121307 - estebank:drive-by, r=compiler-errors
Nilstrieb
-1
/
+1
2024-02-19
Drive-by `DUMMY_SP` -> `Span` and fmt changes
Esteban Küber
-1
/
+1
2024-02-17
use `instantiate_ty_var` in nll
lcnr
-7
/
+0
2024-02-13
remove questionable calls to `commit_if_ok`
lcnr
-34
/
+32
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-43
/
+48
2024-01-13
Make sure to instantiate placeholders correctly in old solver
Michael Goulet
-4
/
+12
2023-12-08
cleanup type variable storage
lcnr
-4
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-3
/
+3
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-4
/
+2
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-9
/
+9
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-6
/
+7
2023-05-25
Fallible<_> -> Result<_, NoSolution>
Michael Goulet
-2
/
+2
2023-05-10
Use OpaqueTypeKey in query response
Michael Goulet
-6
/
+22
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-2
/
+2
2023-04-17
Spelling - compiler
Josh Soref
-2
/
+2
2023-03-26
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-3
/
+1
2023-03-17
Remove VecMap
Michael Goulet
-3
/
+1
2023-03-16
Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obk
Matthias Krüger
-7
/
+13
2023-03-15
Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"
Rémy Rakic
-1
/
+3
2023-03-15
always make `define_opaque_types` explicit
lcnr
-7
/
+13
2023-03-09
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-3
/
+1
2023-03-03
canonicalization
lcnr
-5
/
+15
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-4
/
+4
[next]