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
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
2020-03-05
review comments
Esteban Küber
-2
/
+3
2020-03-04
Tweak output for invalid negative impl AST errors
Esteban Küber
-2
/
+2
2020-02-13
Constness -> enum Const { Yes(Span), No }
Mazdak Farrokhzad
-1
/
+3
2020-02-09
Reduce queries/map lookups done by coherence
Jonas Schievink
-2
/
+2
2020-02-06
make lint warn by default
Niko Matsakis
-12
/
+9
2020-02-06
lint impls that will become incoherent when leak-check is removed
Niko Matsakis
-5
/
+88
2020-02-04
Auto merge of #68544 - Aaron1011:remove-overlapping-traits, r=estebank
bors
-18
/
+30
2020-02-04
Remove the `overlapping_marker_traits` feature
Aaron Hill
-18
/
+30
2020-02-02
Use more appropriate spans on object unsafe traits and provide structured sug...
Esteban Küber
-1
/
+1
2020-02-02
Wording changes to object unsafe trait errors
Esteban Küber
-1
/
+5
2020-01-08
Unify output of "variant not found" errors
Esteban Küber
-2
/
+2
2019-11-10
Improve coherence errors for wrong type order
Ohad Ravid
-23
/
+46
2019-10-31
Stabilize the `re_rebalance_coherence` feature
Ohad Ravid
-1461
/
+204
2019-10-28
Do not display ADT type arguments and fix rebase
Esteban Küber
-57
/
+85
2019-10-28
Account for tuples in explanation
Esteban Küber
-20
/
+20
2019-10-28
Talk about specific types and remove lifetimes from output
Esteban Küber
-16
/
+16
2019-10-28
Further tweak spans for better readability
Esteban Küber
-16
/
+16
2019-10-28
Use more targeted spans for orphan rule errors
Esteban Küber
-154
/
+238
2019-10-28
Call out the types that are non local on E0117
Esteban Küber
-42
/
+46
2019-10-27
Rollup merge of #65738 - ohadravid:re-rebalance-coherence-allow-fundamental-l...
Mazdak Farrokhzad
-0
/
+32
2019-10-26
Coherence should allow fundamental types to impl traits
Ohad Ravid
-0
/
+32
2019-10-23
Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis
bors
-0
/
+30
2019-10-23
Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakis
Yuki Okushi
-0
/
+373
2019-10-22
RFC 2027: "first draft" of implementation
Mathias Blikstad
-0
/
+30
[next]