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
/
compiler
/
rustc_resolve
/
src
/
late
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
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
2021-05-05
Suggest adding a type parameter for impls
mibac138
-4
/
+6
2021-05-02
add suggestion for unit enum variant when matched with a patern
Aliénore Bouttefeux
-12
/
+31
2021-04-23
Auto merge of #83729 - JohnTitor:issue-43913, r=estebank
bors
-1
/
+8
2021-04-01
Add a suggestion when using a type alias instead of trait alias
Yuki Okushi
-1
/
+8
2021-03-29
Do not emit the advanced diagnostics on macros
JohnTitor
-1
/
+3
2021-03-27
Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
Dylan DPC
-3
/
+3
2021-03-27
lazily calls some fns
klensy
-5
/
+5
2021-03-26
Use iter::zip in compiler/
Josh Stone
-3
/
+3
2021-03-15
Custom error on literal names from other languages
Smitty
-0
/
+26
2021-03-10
Rollup merge of #82942 - m-ou-se:diagnostics-hardcoded-prelude-v1, r=estebank
Yuki Okushi
-1
/
+1
2021-03-09
Don't hardcode the `v1` prelude in diagnostics.
Mara Bos
-1
/
+1
2021-03-07
diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...
Manish Goregaokar
-1
/
+11
2021-03-03
reworded message
Esteban Küber
-4
/
+8
2021-03-02
Account for macros when suggesting adding lifetime
Esteban Küber
-8
/
+17
2021-02-25
Rollup merge of #82087 - estebank:abolish-ice, r=oli-obk
Dylan DPC
-20
/
+8
2021-02-16
avoid full-slicing slices
Matthias Krüger
-1
/
+1
2021-02-13
Fix ICE caused by suggestion with no code substitutions
Esteban Küber
-20
/
+8
2021-02-06
Rollup merge of #81680 - camsteffen:primty, r=oli-obk
Jonas Schievink
-2
/
+2
2021-02-03
Refactor out PrimitiveTypeTable
Cameron Steffen
-2
/
+2
2021-02-02
Auto merge of #81405 - bugadani:ast, r=cjgillot
bors
-1
/
+3
2021-02-02
Bump rustfmt version
Mark Rousskov
-10
/
+16
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-1
/
+3
2021-01-21
Avoid emitting redundant "unused label" lint
Esteban Küber
-1
/
+3
2021-01-21
Suggest `'a` when given `a` only when appropriate
Esteban Küber
-9
/
+13
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-3
/
+2
2020-12-31
Consistently call editions "Rust 20xx" in messages.
Mara Bos
-2
/
+2
[next]