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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
traits
/
error_reporting
Age
Commit message (
Expand
)
Author
Lines
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-6
/
+3
2020-01-26
Auto merge of #68522 - estebank:impl-trait-sugg-2, r=oli-obk
bors
-17
/
+52
2020-01-25
Auto merge of #68269 - csmoe:temp, r=estebank
bors
-5
/
+32
2020-01-24
review comments
Esteban Küber
-10
/
+8
2020-01-24
Apply `resolve_vars_if_possible` to returned types for more accurate suggestions
Esteban Küber
-2
/
+6
2020-01-24
Use more accurate return path spans
Esteban Küber
-11
/
+42
2020-01-23
Account for `ty::Error` when suggesting `impl Trait` or `Box<dyn Trait>`
Esteban Küber
-6
/
+8
2020-01-22
Rollup merge of #68425 - phi-gamma:try-method, r=varkor
Tyler Mandry
-20
/
+34
2020-01-22
Rollup merge of #68388 - varkor:toogeneric-wf, r=eddyb
Tyler Mandry
-11
/
+23
2020-01-21
Cleanup: rewrite conditional as match
Philipp Gesang
-35
/
+31
2020-01-21
Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk
Mazdak Farrokhzad
-17
/
+28
2020-01-21
Handle methods in try diagnostic
Philipp Gesang
-0
/
+18
2020-01-21
Make `TooGeneric` error in WF checking a proper error
varkor
-11
/
+23
2020-01-20
Add `ConstnessAnd` that implements `ToPredicate`
Dylan MacKenzie
-17
/
+28
2020-01-19
update test ui for raw-ptr borrow inside generator
csmoe
-1
/
+1
2020-01-19
account temporary borrow by raw-ptr
csmoe
-5
/
+32
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-4
/
+0
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-3
/
+2
2020-01-16
review comments
Esteban Küber
-26
/
+23
2020-01-16
Account for object safety when suggesting `Box<dyn Trait>`
Esteban Küber
-1
/
+3
2020-01-16
review comments
Esteban Küber
-165
/
+137
2020-01-16
review comments
Esteban Küber
-6
/
+3
2020-01-16
review comments
Esteban Küber
-115
/
+130
2020-01-16
Split `librustc/traits/error_reporting.rs`
Esteban Küber
-0
/
+3346