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
/
test
/
ui
/
span
Age
Commit message (
Expand
)
Author
Lines
2022-06-24
Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e...
Yuki Okushi
-0
/
+4
2022-06-21
Improve suggestion for calling closure on type mismatch
Michael Goulet
-0
/
+4
2022-06-19
collapse dead code warnings into a single diagnostic
Takayuki Maeda
-10
/
+10
2022-06-16
diagnostics: fix trailing space
klensy
-2
/
+2
2022-06-11
Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov
bors
-0
/
+5
2022-06-10
Bless tests.
Camille GILLOT
-0
/
+5
2022-06-06
fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no`
Pietro Albini
-8
/
+17
2022-06-02
remove unnecessary change
lcnr
-8
/
+8
2022-06-02
add new `emit_inference_failure_err`
lcnr
-30
/
+45
2022-05-29
Ensure source file present when calculating max line number
Yuki Okushi
-0
/
+37
2022-05-06
Remove previously deleted test files
Jack Huey
-31
/
+0
2022-04-30
When encountering a binding that could be a const or unit variant, suggest th...
Esteban Kuber
-10
/
+10
2022-04-16
Implementation for 65853
Jack Huey
-27
/
+88
2022-04-04
Refer to the TraitRef::identity in the message to be clearer
Esteban Kuber
-1
/
+1
2022-04-04
Dedup logic and improve output for other types that impl trait
Esteban Kuber
-5
/
+5
2022-04-04
Fix list length
Esteban Kuber
-0
/
+4
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-0
/
+6
2022-03-31
Specialize suggestion for Option<T>
Michael Goulet
-4
/
+4
2022-03-28
Remove duplicated and unused test files
Caio
-25
/
+0
2022-03-03
Cleanup feature gates.
Camille GILLOT
-1
/
+1
2022-02-20
Improve `unused_unsafe` lint
Frank Steffahn
-32
/
+2891
2022-01-21
Rollup merge of #92843 - camelid:str-concat-sugg, r=davidtwco
Matthias Krüger
-22
/
+31
2022-01-18
Make suggestions verbose
Noah Lev
-25
/
+47
2022-01-18
Shorten and improve messages
Noah Lev
-65
/
+33
2022-01-15
Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper
bors
-22
/
+14
2022-01-12
Add line breaks to make message easier to read
Noah Lev
-7
/
+21
2022-01-12
Split up very long message
Noah Lev
-14
/
+17
2022-01-12
Improve suggestions for type errors with string concatenation
Noah Lev
-12
/
+14
2022-01-11
Deduplicate box deref and regular deref suggestions
Michael Goulet
-3
/
+6
2022-01-08
Link impl items to corresponding trait items in late resolver.
Camille GILLOT
-22
/
+14
2022-01-07
Update clippy for associated item changes
Matthew Jasper
-18
/
+18
2021-12-03
Update invalid crate attributes, add help message
Tom Farmer
-1
/
+13
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-6
/
+0
2021-10-15
Bless tests
Cameron Steffen
-2
/
+2
2021-10-05
Consider unfulfilled obligations in binop errors
Esteban Kuber
-1
/
+16
2021-09-30
Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank
bors
-31
/
+32
2021-09-28
Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillot
Guillaume Gomez
-7
/
+7
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-19
/
+16
2021-09-25
Fix incorrect disambiguation suggestion for associated items
Fabian Wolff
-7
/
+7
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-31
/
+32
2021-09-15
Point to closure when emitting 'cannot move out' for captured variable
Fabian Wolff
-4
/
+10
2021-08-12
Use smaller spans for some structured suggestions
Esteban Kuber
-7
/
+7
2021-08-11
Modify structured suggestion output
Esteban Küber
-39
/
+39
2021-08-09
Use smaller spans when suggesting method call disambiguation
Esteban Kuber
-4
/
+5
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-30
Use multispan suggestions more often
Esteban Küber
-4
/
+6
2021-07-26
Actually infer args in visitors
kadmin
-2
/
+26
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-3
/
+6
2021-06-20
Specify if struct/enum in arg mismatch error
Smitty
-2
/
+2
2021-05-27
Test THIR unsafeck for unsafe ops in closures
LeSeulArtichaut
-9
/
+78
[next]