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_middle
/
src
/
infer
Age
Commit message (
Expand
)
Author
Lines
2025-09-08
inline `CanonicalTyVarKind`
lcnr
-1
/
+0
2025-07-15
Add alias for ArgOutlivesPredicate
Michael Goulet
-3
/
+2
2025-07-15
Consider outlives assumptions when proving auto traits for coroutine interiors
Michael Goulet
-3
/
+8
2025-05-23
yeet `CanonicalVarInfo`
lcnr
-3
/
+3
2025-04-15
Split TypeFolder and FallibleTypeFolder
Michael Goulet
-9
/
+0
2025-02-06
Clean up trivial traversal/lift impl generator macro calls.
Nicholas Nethercote
-4
/
+0
2025-02-02
Move `unify_key` module.
Nicholas Nethercote
-171
/
+0
2025-02-02
Remove unused `ToType` trait.
Nicholas Nethercote
-5
/
+1
2024-12-20
remove non-borrowck member constraints
lcnr
-35
/
+1
2024-10-24
Remove associated type based effects logic
Michael Goulet
-67
/
+0
2024-10-17
move `defining_opaque_types` out of `Canonical`
lcnr
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+10
2024-06-01
Simplify IntVarValue/FloatVarValue
Michael Goulet
-15
/
+1
2024-05-21
Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from...
Michael Goulet
-2
/
+2
2024-05-18
Uplift GenericArgKind, CanonicalVarValues, QueryInput
Michael Goulet
-149
/
+6
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-1
/
+2
2024-04-15
nits
Michael Goulet
-1
/
+3
2024-04-15
Remove ConstVariableOriginKind
Michael Goulet
-10
/
+2
2024-04-08
Ensure the canonical_param_env_cache does not contain inconsistent informatio...
Oli Scherer
-5
/
+10
2024-04-08
Eliminate `DefiningAnchor` now that is just a single-variant enum
Oli Scherer
-4
/
+4
2024-04-08
Pass list of defineable opaque types into canonical queries
Oli Scherer
-6
/
+5
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-1
/
+1
2024-02-22
add comment
lcnr
-1
/
+8
2024-02-22
region unification update universe of region vars
lcnr
-44
/
+38
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-1
/
+1
2024-02-05
cleanup effect var handling
lcnr
-19
/
+23
2024-01-16
don't store const var origins for known vars
lcnr
-19
/
+10
2023-12-15
NFC: do not clone types that are copy
Matthias Krüger
-2
/
+2
2023-12-14
make infcx optional in canonicalizer
Ali MJ Al-Nasrawy
-2
/
+10
2023-12-13
fix small perf regressions
Ali MJ Al-Nasrawy
-1
/
+11
2023-12-13
don't store OriginalQueryValues::universe_map
Ali MJ Al-Nasrawy
-4
/
+11
2023-12-13
global param_env canonicalization cache
Ali MJ Al-Nasrawy
-0
/
+37
2023-11-21
Uplift CanonicalVarInfo and friends
Michael Goulet
-153
/
+4
2023-11-14
finish `RegionKind` rename
lcnr
-2
/
+2
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-6
/
+5
2023-11-04
No lifetime on PlaceholderConst
Michael Goulet
-1
/
+1
2023-10-25
Uplift Canonical to rustc_type_ir
Michael Goulet
-74
/
+6
2023-10-24
Get rid of 'tcx on ConstVid, EffectVid
Michael Goulet
-8
/
+32
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+1
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-1
/
+1
2023-09-18
Remove more unused `Lift` impls.
Nicholas Nethercote
-1
/
+1
2023-09-18
Remove unused `Lift` derives.
Nicholas Nethercote
-5
/
+5
2023-09-11
Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk
Matthias Krüger
-16
/
+78
2023-09-11
add `is_host_effect` to `GenericParamDefKind::Const` and address review
Deadbeef
-1
/
+0
2023-09-11
Disentangle `Debug` and `Display` for `Ty`.
Nicholas Nethercote
-0
/
+11
2023-09-10
Implement fallback for effect param
Deadbeef
-16
/
+79
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-4
/
+4
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-4
/
+5
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-6
/
+7
[next]