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
2023-03-08
Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr
bors
-4
/
+33
2023-03-08
prefer universal from lower universe
Ali MJ Al-Nasrawy
-1
/
+17
2023-03-08
address review comment
Ali MJ Al-Nasrawy
-3
/
+16
2023-03-03
canonicalization
lcnr
-2
/
+63
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-2
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+2
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-1
/
+1
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-02-13
Reduce direct `mk_ty` usage.
Nicholas Nethercote
-3
/
+3
2023-02-07
remove binder from query constraints
lcnr
-4
/
+2
2023-01-26
Make make_identity take CanonicalVarInfos
Michael Goulet
-27
/
+25
2023-01-26
Intern CanonicalVarValues
Michael Goulet
-31
/
+31
2023-01-18
remove assembly context and impl a bit more
lcnr
-0
/
+6
2023-01-17
new trait solver: only consider goal changed if response is not identity
Michael Goulet
-0
/
+16
2023-01-03
Simplify some canonical type alias names
Michael Goulet
-3
/
+1
2022-12-19
implement the skeleton of the updated trait solver
lcnr
-0
/
+10
2022-11-07
Add an optional Span to BrAnon and use it to print better error for HRTB erro...
Jack Huey
-2
/
+4
2022-11-04
Refactor tcx mk_const parameters.
Mateusz
-4
/
+4
2022-10-27
Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
Michael Goulet
-2
/
+4
2022-10-19
Make ClosureOutlivesRequirement not rely on an unresolved type
Michael Goulet
-4
/
+2
2022-09-22
Const unification is already infallible, remove the error handling logic
Oli Scherer
-1
/
+1
2022-09-16
Make QueryOutlivesConstraint contain a ConstraintCategory
Jack Huey
-2
/
+5
2022-09-16
Revert "Better errors for implied static bound"
Jack Huey
-5
/
+2
2022-09-15
Merge all `TypeVisitable for &List<T>` impls into one generic one
Oli Scherer
-8
/
+12
2022-09-13
Better errors for implied static bound
Jack Huey
-2
/
+5
2022-08-01
make `PlaceholderConst` not store the type of the const
Ellen
-3
/
+3
2022-07-26
Use real opaque type instead of just saying impl Trait
Michael Goulet
-4
/
+4
2022-07-19
Use LocalDefId in OpaqueTypeKey
Michael Goulet
-2
/
+2
2022-07-05
impl TypeVisitable in type traversal macros
Alan Egerton
-2
/
+2
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-5
/
+5
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-1
/
+1
2022-04-01
remove unused incorrect `EqUnifyValue` impl
lcnr
-3
/
+1
2022-04-01
remove `unify_key::replace_if_possible`
lcnr
-25
/
+2
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-0
/
+6
2022-02-15
Inline UnifyKey::index and UnifyKey::from_index
Tomasz Miąsko
-0
/
+4
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-10
/
+10
2022-02-11
Renumber universes when canonicalizing for Chalk
Matthew Jasper
-3
/
+3
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-6
/
+0
2022-02-03
Clean up opaque type obligations in query results
Oli Scherer
-4
/
+7
2022-02-02
Clean up leftovers from eager hidden type merging
Oli Scherer
-1
/
+1
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-1
/
+4
2022-01-12
Canonicalize const variables correctly
Michael Goulet
-4
/
+4
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-2
/
+2
2021-12-12
Remap more env constness for queries
Deadbeef
-0
/
+8
2021-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2021-05-15
Add comment
Jack Huey
-0
/
+3
2021-05-14
Store Option<Region> as value for RegionVid
Jack Huey
-22
/
+30
[next]