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-07
Remove arg_matrix.rs, bless tests
Michael Goulet
-66
/
+27
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
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-6
/
+6
2021-02-17
Rollup merge of #81860 - osa1:issue81800, r=estebank
Dylan DPC
-0
/
+21
2021-02-07
Fix SourceMap::start_point
Ömer Sinan Ağacan
-0
/
+21
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-35
/
+7
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-1
/
+1
2021-01-26
Point only at generic arguments when they are unexpected
Esteban Küber
-9
/
+18
2021-01-13
Update tests for extern block linting
Mark Rousskov
-1
/
+1
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-2
/
+2
2020-11-22
Drop support for cloudabi targets
Lzu Tao
-3
/
+1
[next]