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
/
resolve
Age
Commit message (
Expand
)
Author
Lines
2019-12-14
resolve: Always resolve visibilities on impl items
Vadim Petrochenkov
-0
/
+34
2019-10-31
update ui tests
Guillaume Gomez
-0
/
+1
2019-10-30
Update ui tests
Guillaume Gomez
-1
/
+1
2019-10-29
Change E0741 into E0742
Guillaume Gomez
-2
/
+2
2019-10-29
Update ui tests
Guillaume Gomez
-2
/
+3
2019-10-27
Point at local similarly named element and tweak references to variants
Esteban Küber
-27
/
+122
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+29
2019-10-17
Point at enclosing function without `self` receiver
Esteban Küber
-4
/
+14
2019-10-17
Refer to "associated functions" instead of "static methods"
Esteban Küber
-2
/
+2
2019-10-15
Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew...
Tyler Mandry
-0
/
+1
2019-10-14
Rollup merge of #65398 - estebank:capitalization-only, r=varkor
Tyler Mandry
-3
/
+3
2019-10-14
Use heuristics for capitalization warning in suggestions
Esteban Küber
-1
/
+1
2019-10-13
Bring attention to suggestions when the only difference is capitalization
Esteban Küber
-4
/
+4
2019-10-13
Update ui tests
Guillaume Gomez
-0
/
+1
2019-10-11
resolve: shorten wording on private constructor error
Dan Aloni
-6
/
+6
2019-10-11
resolve: fix error title regarding private constructors
Dan Aloni
-12
/
+12
2019-10-10
Auto merge of #65153 - da-x:issue-58017, r=petrochenkov
bors
-10
/
+20
2019-10-09
resolve: Use field spans for reporting the private constructor error
Vadim Petrochenkov
-10
/
+20
2019-10-08
resolve: prohibit foreign statics w/ generics
David Wood
-0
/
+104
2019-09-29
Rollup merge of #64691 - estebank:unexpected-variant, r=Centril
Mazdak Farrokhzad
-12
/
+51
2019-09-28
Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centril
bors
-1
/
+1
2019-09-25
update ui tests
Guillaume Gomez
-1
/
+1
2019-09-22
Point at definition when misusing ADT
Esteban Küber
-12
/
+51
2019-09-15
resolve: Remove `!` from "cannot find" diagnostics for macros
Vadim Petrochenkov
-2
/
+2
2019-09-14
Provide a span if main function is not present in crate
Mark Rousskov
-6
/
+3
2019-09-07
resolve: Adjust `hygienic_lexical_parent` to account for enum and trait modules
Vadim Petrochenkov
-0
/
+14
2019-09-02
account for DUMMY_SP and correct wording
Esteban Küber
-0
/
+2
2019-09-02
On object safety violation, point at source when possible
Esteban Küber
-2
/
+0
2019-09-02
Refer to "`self` type" instead of "receiver type"
Esteban Küber
-1
/
+1
2019-08-12
Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...
Mazdak Farrokhzad
-5
/
+113
2019-08-10
Apply suggestions from code review
Jakub Adam Wieczorek
-3
/
+3
2019-08-10
Suggest using a qualified path in patterns with inconsistent bindings
Jakub Adam Wieczorek
-5
/
+113
2019-08-10
diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"
Vadim Petrochenkov
-3
/
+3
2019-08-10
resolve: Address FIXME from the previous commit
Vadim Petrochenkov
-4
/
+4
2019-08-10
resolve: Move late resolution into a separate visitor
Vadim Petrochenkov
-12
/
+37
2019-08-10
Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavis
Mazdak Farrokhzad
-0
/
+12
2019-08-09
Mention that tuple structs are private if their fields are
Esteban Küber
-0
/
+12
2019-08-09
review comments: typo and rewording
Esteban Küber
-3
/
+3
2019-08-09
Differentiate between tuple structs and tuple variants
Esteban Küber
-3
/
+3
2019-08-09
When suggesting fn call use an appropriate number of placeholder arguments
Esteban Küber
-3
/
+3
2019-08-09
Suggest calling function on type error when finding bare fn
Esteban Küber
-3
/
+21
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-5
/
+0
2019-07-18
resolve: Visit all scopes to collect suggestion candidates for unresolved macros
Vadim Petrochenkov
-1
/
+1
2019-07-12
Do not emit type errors after parse error in last statement of block
Esteban Küber
-17
/
+3
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-1
/
+1
2019-05-29
Update ui test suite to use dyn
memoryruins
-14
/
+14
2019-04-22
Fix #58270, fix off-by-one error in error diagnostics.
Xavier Denis
-3
/
+2
2019-04-18
review comments: change wording
Esteban Küber
-3
/
+3
2019-04-18
Change suggestion of field when not in self context
Esteban Küber
-19
/
+10
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-18
/
+15
[next]