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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
coherence
Age
Commit message (
Expand
)
Author
Lines
2024-03-10
Mark some next-solver-behavior tests explicitly with revisions
Michael Goulet
-2
/
+15
2024-03-10
Ignore tests w/ current/next revisions from compare-mode=next-solver
Michael Goulet
-2
/
+3
2024-03-07
Merge `check_mod_impl_wf` and `check_mod_type_wf`
Oli Scherer
-11
/
+11
2024-02-29
Make infer higher ranked equate use bidirectional subtyping in invariant context
Santiago Pastorino
-23
/
+29
2024-02-26
update tests
lcnr
-7
/
+3
2024-02-22
Tweak wording of "implemented trait isn't imported" suggestion
Esteban Küber
-2
/
+2
2024-02-20
some type system cleanup
lcnr
-16
/
+16
2024-02-20
Rollup merge of #121308 - kadiwa4:test_103369, r=TaKO8Ki
Nilstrieb
-0
/
+53
2024-02-20
Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnr
Nilstrieb
-61
/
+31
2024-02-19
Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwU
bors
-8
/
+8
2024-02-19
Remove suspicious auto trait lint
Santiago Pastorino
-50
/
+20
2024-02-19
regression test for #103369
Kalle Wachsmuth
-0
/
+53
2024-02-18
Change leak check lint message to behavior is likely to change in the future
Santiago Pastorino
-11
/
+11
2024-02-17
move ty var instantiation into the generalize module
lcnr
-8
/
+8
2024-02-16
Use fulfillment in next trait solver coherence
Michael Goulet
-0
/
+56
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-196
/
+196
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-6
/
+31
2024-02-09
Avoid accessing the HIR in the happy path of `coherent_trait`
Oli Scherer
-12
/
+12
2024-02-08
Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank
bors
-13
/
+128
2024-02-07
Update tests
r0cky
-1
/
+1
2024-02-05
Stop bailing out from compilation just because there were incoherent traits
Oli Scherer
-13
/
+128
2024-01-08
Make inductive cycles in coherence ambiguous always
Michael Goulet
-45
/
+8
2023-12-15
Add higher_ranked to relate submodule
Michael Goulet
-8
/
+8
2023-12-15
Move type relations into submodule in rustc_infer
Michael Goulet
-8
/
+8
2023-12-14
update use of feature flags
lcnr
-8
/
+8
2023-12-10
remove redundant imports
surechen
-4
/
+0
2023-12-05
Continue folding if deep normalizer fails
Michael Goulet
-18
/
+17
2023-12-05
Add deeply_normalize_for_diagnostics, use it in coherence
Michael Goulet
-0
/
+50
2023-12-04
rebase
lcnr
-11
/
+11
2023-12-04
cleanup and comments
lcnr
-0
/
+144
2023-11-24
Show number in error message even for one error
Nilstrieb
-70
/
+70
2023-11-20
Don't require intercrate mode for negative coherence
Michael Goulet
-38
/
+3
2023-11-20
Don't drop region constraints that come from plugging infer regions with plac...
Michael Goulet
-2
/
+6
2023-11-19
Rollup merge of #118000 - compiler-errors:placeholder-ty-outlives, r=aliemjay
Michael Goulet
-0
/
+25
2023-11-19
Ignore but do not assume region obligations from unifying headers in negative...
Michael Goulet
-0
/
+44
2023-11-19
Make regionck care about placeholders in outlives components
Michael Goulet
-0
/
+25
2023-10-26
Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr
bors
-16
/
+89
2023-10-25
Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...
Oli Scherer
-2
/
+12
2023-10-23
nits
Michael Goulet
-0
/
+12
2023-10-23
coherence doesn't like region constraints
Michael Goulet
-3
/
+37
2023-10-23
Consider regions
Michael Goulet
-0
/
+35
2023-10-23
Make things work by using the new solver
Michael Goulet
-14
/
+6
2023-10-20
Rename lots of files that had `generator` in their name
Oli Scherer
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-7
/
+7
2023-10-18
Bump COINDUCTIVE_OVERLAP_IN_COHERENCE
Michael Goulet
-0
/
+25
2023-10-09
Extend impl's def_span to include where clauses
Michael Goulet
-19
/
+36
2023-09-21
update tests
lcnr
-7
/
+107
2023-09-10
Point out if a local trait has no implementations
Michael Goulet
-0
/
+5
2023-08-30
Don't record spans for predicates in coherence
Michael Goulet
-3
/
+1
[next]