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
/
librustc
/
traits
/
error_reporting.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-01
Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat...
Tyler Mandry
-5
/
+18
2019-11-01
Rollup merge of #65902 - gilescope:issue62570, r=estebank
Tyler Mandry
-0
/
+49
2019-10-31
Fix incorrect diagnostics for expected type in E0271 with an associated type
Ohad Ravid
-5
/
+18
2019-10-30
Make ItemContext available for better diagnositcs.
Giles Cope
-0
/
+49
2019-10-28
suggest `const_in_array_repeat_expression` flag
David Wood
-1
/
+10
2019-10-27
Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m...
bors
-0
/
+3
2019-10-27
Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis
bors
-15
/
+37
2019-10-25
Migrate from `#[structural_match]` attribute a lang-item trait.
Felix S. Klock II
-0
/
+3
2019-10-23
Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb
Mazdak Farrokhzad
-1
/
+1
2019-10-23
Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis
bors
-17
/
+15
2019-10-22
Drive-by formatting
Esteban Küber
-15
/
+31
2019-10-22
Point at associated type for some obligations
Esteban Küber
-0
/
+6
2019-10-22
RFC 2027: "first draft" of implementation
Mathias Blikstad
-17
/
+15
2019-10-21
Convert some `InternedString`s to `Symbols`.
Nicholas Nethercote
-1
/
+1
2019-10-15
Fix comparison after rebase
Esteban Küber
-1
/
+1
2019-10-15
Do not suggest restriction on spans originating in macros
Esteban Küber
-14
/
+17
2019-10-15
review comments
Esteban Küber
-59
/
+51
2019-10-15
Remove trailing whitespace
Esteban Küber
-1
/
+1
2019-10-15
Remove useless `help`
Esteban Küber
-10
/
+1
2019-10-15
Deduplicate some code and apply review comments
Esteban Küber
-102
/
+93
2019-10-15
Suggest associated bound restrictions in `impl`s
Esteban Küber
-0
/
+18
2019-10-15
Handle missing projection restriction
Esteban Küber
-9
/
+40
2019-10-15
Consider trait aliases
Esteban Küber
-0
/
+3
2019-10-15
Handle `Self` restriction needed
Esteban Küber
-0
/
+28
2019-10-15
Handle more cases involving `impl` and `trait`
Esteban Küber
-67
/
+80
2019-10-15
Handle more cases
Esteban Küber
-1
/
+10
2019-10-15
Use structured suggestion for restricting bounds
Esteban Küber
-2
/
+95
2019-10-09
Only suggest change mut if vars are resolved
Esteban Küber
-0
/
+6
2019-10-09
Obligation must apply modulo regions
Esteban Küber
-1
/
+3
2019-10-09
Tweak wording
Esteban Küber
-1
/
+2
2019-10-09
Note when a mutable trait object is needed
Esteban Küber
-21
/
+90
2019-10-01
Rollup merge of #64937 - estebank:dedup-closure-err, r=Centril
Mazdak Farrokhzad
-0
/
+8
2019-09-30
Deduplicate closure type errors
Esteban Küber
-0
/
+8
2019-09-30
async/await: improve obligation errors
David Wood
-12
/
+165
2019-09-27
Remove global_tcx from TyCtxt
Mark Rousskov
-4
/
+3
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-3
/
+3
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-1
/
+1
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-2
/
+2
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-3
/
+3
2019-09-25
Fix rebase
varkor
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-11
/
+11
2019-09-24
Remove blanket silencing of "type annotation needed" errors
Esteban Küber
-29
/
+42
2019-09-22
hack to avoid incorrect suggestion
Esteban Küber
-0
/
+7
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-4
/
+18
2019-09-21
Rollup merge of #64342 - glorv:master, r=varkor
Mazdak Farrokhzad
-2
/
+2
2019-09-19
review comments
Esteban Küber
-0
/
+4
2019-09-19
When possible, suggest fn call
Esteban Küber
-23
/
+47
2019-09-20
factor out pluralisation remains after #64280
gaolei
-2
/
+2
[next]