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
/
compiler
/
rustc_resolve
/
src
/
late
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2022-01-21
Rollup merge of #93046 - est31:let_else, r=davidtwco
Matthias Krüger
-3
/
+1
2022-01-19
Only suggest adding `!` to expressions that can be macro invocation
Esteban Kuber
-1
/
+10
2022-01-18
Use let_else in even more places
est31
-3
/
+1
2021-12-27
Tighten span when suggesting lifetime on path
Michael Goulet
-3
/
+6
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-4
/
+4
2021-12-15
Remove unnecessary sigils around `Ident::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-15
Remove `SymbolStr`.
Nicholas Nethercote
-1
/
+1
2021-12-14
Rollup merge of #91798 - bugadani:issue-91783, r=michaelwoerister
Matthias Krüger
-1
/
+6
2021-12-12
Avoid suggesting self in visibility spec
Dániel Buga
-1
/
+6
2021-12-11
Do not ICE when suggesting elided lifetimes on non-existent spans.
Camille GILLOT
-0
/
+5
2021-12-03
Annotate `derive`d spans and move span suggestion code
Esteban Kuber
-2
/
+2
2021-12-03
Keep spans for generics in `#[derive(_)]` desugaring
Esteban Kuber
-11
/
+5
2021-11-30
Merge Implicit and ImplicitMissing.
Camille GILLOT
-3
/
+2
2021-11-30
Handle `allow(elided_lifetimes_in_paths)`.
Camille GILLOT
-31
/
+28
2021-11-30
Lint elided lifetimes in path during lifetime resolution.
Camille GILLOT
-1
/
+39
2021-11-30
Move report_elision_failure in diagnostics.rs.
Camille GILLOT
-0
/
+79
2021-11-18
rustc: Remove `#[rustc_synthetic]`
Vadim Petrochenkov
-12
/
+8
2021-11-07
Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514
bors
-4
/
+2
2021-11-07
more clippy fixes
Matthias Krüger
-4
/
+2
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-3
/
+1
2021-11-06
Replace some uses of vec.drain(..) with vec.into_iter()
The8472
-5
/
+5
2021-10-26
Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i...
Jakob Degen
-0
/
+1
2021-10-21
Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot"
Mark Rousskov
-2
/
+1
2021-10-18
resolve: Use `NameBinding` for local variables and generic parameters
Vadim Petrochenkov
-1
/
+2
2021-10-17
Some "parenthesis" and "parentheses" fixes
r00ster91
-1
/
+1
2021-10-02
resolve: Avoid comparing modules by optional def-id
Vadim Petrochenkov
-1
/
+1
2021-09-30
Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e...
Manish Goregaokar
-2
/
+36
2021-09-29
Suggest similarly named assoc items in trait impls
Hirochika Matsumoto
-2
/
+36
2021-09-27
suggest path for tuple struct
Takayuki Maeda
-1
/
+7
2021-09-13
Auto merge of #87915 - estebank:fancy-spans, r=oli-obk
bors
-11
/
+6
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-0
/
+1
2021-09-03
Detect bare blocks with type ascription that were meant to be a `struct` literal
Esteban Kuber
-0
/
+10
2021-08-31
some low hanging clippy::perf fixes
Matthias Krüger
-1
/
+1
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-2
/
+2
2021-08-27
Remove `Session.if_let_suggestions`
Aaron Hill
-1
/
+0
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-18
review comment: use newtype to deduplicate logic
Esteban Kuber
-32
/
+70
2021-08-18
review comment: reduce duplication
Esteban Kuber
-24
/
+27
2021-08-18
Use more accurate spans when proposing adding lifetime to item
Esteban Kuber
-7
/
+32
2021-08-12
Use smaller spans for some structured suggestions
Esteban Kuber
-11
/
+6
2021-08-06
Add hint for unresolved associated trait items if the trait has a single item
Jakub Beránek
-7
/
+45
2021-07-25
clippy::useless_format
Matthias Krüger
-1
/
+1
2021-06-28
Fix garbled suggestion for missing lifetime specifier
Fabian Wolff
-0
/
+2
2021-05-13
Auto merge of #85041 - mibac138:suggest-generics, r=estebank
bors
-5
/
+14
2021-05-12
Fix diagnostics spans for missing lifetimes in edge cases
Giacomo Stevanato
-6
/
+28
2021-05-10
More minor fixes suggested by @jackh726
Fabian Wolff
-2
/
+4
2021-05-09
Implement @jackh726's suggestions
Fabian Wolff
-72
/
+59
2021-05-07
Fix suggestions for missing return type lifetime parameters
Fabian Wolff
-146
/
+205
2021-05-07
Fix impl type parameter suggestion involving consts
mibac138
-1
/
+8
[next]