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
/
relate
Age
Commit message (
Expand
)
Author
Lines
2024-02-17
use `instantiate_ty_var` in nll
lcnr
-185
/
+47
2024-02-17
move ty var instantiation into the generalize module
lcnr
-211
/
+233
2024-02-17
add fixme
lcnr
-0
/
+3
2024-02-17
rename `needs_wf` and clarify comment
lcnr
-54
/
+56
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-5
/
+5
2024-02-08
Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb
Matthias Krüger
-3
/
+2
2024-02-08
reviews + rebase
Boxy
-55
/
+49
2024-02-08
rename `instantiate_binder_with_placeholders`
Boxy
-5
/
+22
2024-02-08
introduce `enter_forall`
Boxy
-25
/
+45
2024-02-05
cleanup effect var handling
lcnr
-32
/
+6
2024-02-02
Remove dead args from functions
Michael Goulet
-3
/
+2
2024-01-22
Make generic const type mismatches not hide trait impls from the trait solver
Oli Scherer
-24
/
+10
2024-01-16
don't store const var origins for known vars
lcnr
-24
/
+17
2024-01-11
Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnr
Matthias Krüger
-5
/
+4
2024-01-10
Simplify some redundant names
Michael Goulet
-5
/
+4
2024-01-10
Add `DiagCtxt::delayed_bug`.
Nicholas Nethercote
-4
/
+3
2023-12-30
Auto merge of #116012 - cjgillot:gvn-const, r=oli-obk
bors
-1
/
+4
2023-12-27
Remove dead codes
r01and
-17
/
+2
2023-12-24
Avoid stack overflow in generalizer.
Camille GILLOT
-1
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-19
Remove param env from relation altogether
Michael Goulet
-24
/
+22
2023-12-15
NFC don't convert types to identical types
Matthias Krüger
-1
/
+1
2023-12-15
Move nll_relate to relate::nll submodule
Michael Goulet
-2
/
+719
2023-12-15
Add higher_ranked to relate submodule
Michael Goulet
-5
/
+142
2023-12-15
Move type relations into submodule in rustc_infer
Michael Goulet
-0
/
+2016
[prev]