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
/
tests
/
ui
/
coherence
Age
Commit message (
Expand
)
Author
Lines
2024-05-30
update UI tests
lcnr
-12
/
+12
2024-05-29
Partially implement `ConstArgHasType`
Boxy
-2
/
+13
2024-05-28
eagerly normalize when adding goals
lcnr
-2
/
+2
2024-05-24
Use regular type equating instead of a custom query
Oli Scherer
-0
/
+27
2024-05-20
Move 100 entries from tests/ui into subdirs
Jubilee Young
-0
/
+27
2024-05-18
Fix typos (taking into account review comments)
blyxyas
-1
/
+1
2024-05-02
Use a proof tree visitor to refine the Obligation for error reporting
Michael Goulet
-1
/
+1
2024-04-30
Auto merge of #117164 - fmease:orphan-norm, r=lcnr
bors
-0
/
+593
2024-04-30
Normalize trait ref before orphan check & consider ty params in alias types t...
León Orell Valerian Liehr
-0
/
+593
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-1
/
+2
2024-04-09
Silence some follow-up errors on trait impls in case the trait has conflictin...
Oli Scherer
-53
/
+7
2024-04-05
Rollup merge of #122894 - compiler-errors:downgrade, r=lcnr
Guillaume Gomez
-0
/
+60
2024-03-28
Restrict const ty's regions to static when putting them in canonical var list
Michael Goulet
-0
/
+34
2024-03-22
Move check for error in impl header outside of reporting
Michael Goulet
-0
/
+60
2024-03-18
update region debug formatting
Boxy
-12
/
+12
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
[next]