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
/
src
/
test
/
ui
/
coherence
Age
Commit message (
Expand
)
Author
Lines
2022-02-14
Add failing test that should pass
Santiago Pastorino
-0
/
+23
2022-02-14
Properly check regions on negative overlap check
Santiago Pastorino
-2
/
+19
2022-01-31
Move overlap_mode into trait level attribute + feature flag
Santiago Pastorino
-12
/
+9
2022-01-21
Implement stable with negative coherence mode
Santiago Pastorino
-0
/
+26
2021-12-10
manually implement `Hash` for `DefId`
Andre Bogus
-11
/
+11
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-5
/
+0
2021-11-10
no overlap errors after failing the orphan check
lcnr
-153
/
+108
2021-10-24
Point at overlapping impls when type annotations are needed
Esteban Kuber
-1
/
+8
2021-10-22
Hide negative coherence checks under negative_impls feature flag
Santiago Pastorino
-0
/
+32
2021-10-22
Be sure that we do not allow too much
Santiago Pastorino
-0
/
+36
2021-10-22
Add rustc_strict_coherence attribute and use it to check overlap
Santiago Pastorino
-0
/
+49
2021-10-20
Test that if we promise to not impl what would overlap it doesn't actually ov...
Santiago Pastorino
-0
/
+19
2021-09-20
Don't use projection cache or candidate cache in intercrate mode
Aaron Hill
-0
/
+1
2021-09-16
Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa
bors
-1
/
+3
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-1
/
+3
2021-09-15
Move object safety suggestions to the end of the error
Esteban Kuber
-1
/
+1
2021-09-02
Bless tests.
Camille GILLOT
-4
/
+8
2021-09-01
Rollup merge of #88525 - notriddle:notriddle/coherence-dyn-auto-trait, r=petr...
Mara Bos
-0
/
+29
2021-08-31
Change wording to less jaron-y "non-auto trait"
Michael Howell
-2
/
+2
2021-08-30
fix(rustc_typeck): produce better errors for dyn auto trait
Michael Howell
-0
/
+29
2021-08-21
Improve errors for recursive type aliases
Noah Lev
-1
/
+1
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-3
/
+6
2021-07-18
When pretty printing, name placeholders as bound regions
jackh726
-2
/
+2
2021-04-06
Remove trailing `:` from E0119 message
Esteban Küber
-36
/
+36
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-3
/
+3
2020-10-25
Merge remote-tracking branch 'upstream/master' into box-alloc
Tim Diekmann
-28
/
+32
2020-10-20
review comments
Esteban Küber
-1
/
+1
2020-10-20
Tweak "object unsafe" errors
Esteban Küber
-4
/
+7
2020-10-18
Rollup merge of #78043 - willcrozi:e0210-error-note-fix, r=lcnr
Yuki Okushi
-23
/
+23
2020-10-17
Fix grammar in note for orphan-rule error [E0210]
Will Crozier
-23
/
+23
2020-10-17
Suggest minimal subset features in `incomplete_features` lint
Yuki Okushi
-0
/
+1
2020-10-07
Support custom allocators in `Box`
Tim Diekmann
-6
/
+11
2020-09-09
Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper
Tyler Mandry
-4
/
+4
2020-09-03
specialization_graph: avoid trimmed paths for OverlapError
Dan Aloni
-18
/
+18
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-55
/
+55
2020-09-01
Clarify message about unresolved use
Kornel
-4
/
+4
2020-08-22
Use smaller def span for functions
Aaron Hill
-12
/
+12
2020-07-25
Use the proper span when WF-checking an impl self type
Aaron Hill
-2
/
+2
2020-06-22
WIP bless test and compare-mode=nll
Niko Matsakis
-3
/
+3
2020-06-22
add new coherence tests and update the documentation
Niko Matsakis
-4
/
+53
2020-06-22
add new tests from MCP and the tracking issue
Niko Matsakis
-0
/
+184
2020-06-21
Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis
bors
-22
/
+3
2020-06-19
Add compare-mode=chalk and add a little bit more implementations and fixmes
Jack Huey
-22
/
+3
2020-06-16
bless all
Ralf Jung
-3
/
+13
2020-04-23
fix error code for E0751
YI
-2
/
+2
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+4
2020-04-08
Small tweaks to required bound span
Esteban Küber
-1
/
+1
2020-04-06
traits/coherence: stop using `Ty::walk_shallow`.
Eduard-Mihai Burtescu
-2
/
+2
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-22
/
+24
2020-03-26
make a custom error for overlap with negative impls
Niko Matsakis
-15
/
+14
[next]