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-06-13
opportunistically resolve regions
Michael Goulet
-8
/
+33
2023-06-05
Remove redundant InferCtxtExt::fresh_item_substs
Michael Goulet
-1
/
+0
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-1
/
+1
2023-05-10
Use OpaqueTypeKey in query response
Michael Goulet
-1
/
+1
2023-04-17
Rollup merge of #110386 - nnethercote:clean-up-traversal-macros, r=lcnr
Matthias Krüger
-4
/
+2
2023-04-16
Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk
fee1-dead
-8
/
+0
2023-04-16
Simplify `CloneLiftImpls` and `TrivialTypeTraversalImpls`.
Nicholas Nethercote
-4
/
+2
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-04-10
prioritize param-env candidates
lcnr
-0
/
+12
2023-04-08
Remove `remap_env_constness` in queries
Deadbeef
-8
/
+0
2023-04-06
Remove index from BrAnon
Jack Huey
-1
/
+1
2023-04-06
Remove expect_anon and expect_anon_placeholder in favor of var
Jack Huey
-6
/
+4
2023-04-06
Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR...
Jack Huey
-3
/
+5
2023-04-05
Tweak debug outputs to make debugging new solver easier
Michael Goulet
-1
/
+1
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
[prev]
[next]