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
/
specialization
Age
Commit message (
Expand
)
Author
Lines
2020-03-29
Tweak `suggest_constraining_type_param`
Esteban Küber
-4
/
+3
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-4
/
+5
2020-03-26
make a custom error for overlap with negative impls
Niko Matsakis
-14
/
+14
2020-03-26
permit negative impls for non-auto traits
Niko Matsakis
-8
/
+13
2020-03-22
Tweak output for invalid negative impl errors
Esteban Küber
-8
/
+14
2020-03-15
Consider well-formed predicates in min-specialization
Matthew Jasper
-0
/
+59
2020-03-15
Implement soundness check for min_specialization
Matthew Jasper
-0
/
+382
2020-03-15
Add attributes to allow specializing on traits
Matthew Jasper
-0
/
+32
2020-03-05
review comments
Esteban Küber
-2
/
+2
2020-03-04
Tweak output for invalid negative impl AST errors
Esteban Küber
-1
/
+1
2020-02-28
keep predicate order and tweak output
Esteban Küber
-3
/
+5
2020-02-28
Tweak wording
Esteban Küber
-1
/
+1
2020-02-28
Mention the full path of the implementing trait
Esteban Küber
-1
/
+1
2020-02-28
Track all predicates in errors, not just trait obligations
Esteban Küber
-1
/
+3
2020-02-28
Deduplicate information in E0599
Esteban Küber
-3
/
+1
2020-02-28
On single local candidate, use span label
Esteban Küber
-2
/
+3
2020-02-28
Add more context to E0599 errors
Esteban Küber
-2
/
+5
2020-02-24
add `Span` to `ast::Defaultness::Default`.
Mazdak Farrokhzad
-4
/
+6
2020-02-16
Add FIXME note
Yuki Okushi
-0
/
+3
2020-02-16
Add test for issue-39618
Yuki Okushi
-0
/
+24
2020-02-11
Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC
bors
-2
/
+2
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-2
/
+2
2020-02-09
Improve reporting errors and suggestions for trait bounds
Patryk Wychowaniec
-3
/
+7
2020-02-01
Remove some unsound specializations
Matthew Jasper
-0
/
+77
2020-01-08
Unify output of "variant not found" errors
Esteban Küber
-2
/
+2
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-2
/
+2
2019-11-18
review comments: tweak prefix strings
Esteban Küber
-2
/
+2
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-8
/
+8
2019-10-15
Handle more cases
Esteban Küber
-3
/
+3
2019-10-05
Rename the test
Jonas Schievink
-6
/
+6
2019-10-05
Extend test and fix nits
Jonas Schievink
-8
/
+72
2019-10-05
Pacify tidy
Jonas Schievink
-2
/
+2
2019-10-05
Test that we get the proper errors
Jonas Schievink
-0
/
+70
2019-10-05
Deny specializing items not in the parent impl
Jonas Schievink
-3
/
+10
2019-09-21
Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk
Mazdak Farrokhzad
-0
/
+8
2019-09-18
Add explanation to type mismatch involving type params and assoc types
Esteban Küber
-0
/
+8
2019-09-19
Restore whitespace
James Munns
-1
/
+1
2019-09-19
Fix a minor grammar nit, update UI tests
James Munns
-2
/
+2
2019-09-08
Give method not found a primary span label
Esteban Küber
-1
/
+1
2019-08-20
Allow 'default async fn' to parse.
Mazdak Farrokhzad
-0
/
+14
2019-08-16
Update stderr files with --bless
sd234678
-10
/
+10
2019-08-16
Remove meaningless comments in src/test
sd234678
-16
/
+0
2019-08-08
Add test for issue 36804
Jack
-0
/
+31
2019-08-04
Revert "Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank"
Ariel Ben-Yehuda
-0
/
+2
2019-07-27
tests: Move run-pass tests with naming conflicts to ui
Vadim Petrochenkov
-0
/
+71
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+954
2019-07-16
Check that trait is exported or public before adding intercrate ambiguity hint
Ferdia McKeogh
-2
/
+0
2019-07-09
normalize use of backticks in compiler messages for libsyntax/feature_gate
Samy Kacimi
-2
/
+2
2019-06-14
Add explanation for E0592
Yuki Okushi
-0
/
+1
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+0
[prev]
[next]