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-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
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
[next]