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
/
src
/
test
/
ui
/
resolve
Age
Commit message (
Expand
)
Author
Lines
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
2019-04-17
Resolve inconsistency in error messages between "parameter" and "variable".
Eduard-Mihai Burtescu
-4
/
+4
2019-04-10
clarify what the item is in "not a module" error
Andy Russell
-6
/
+6
2019-03-28
Rollup merge of #59198 - estebank:recovered-pattern, r=zackmdavis
Mazdak Farrokhzad
-9
/
+2
2019-03-24
Deduplicate code for path suggestion
Esteban Küber
-1
/
+1
2019-03-23
Mark duplicate import removal suggestion tool only
Esteban Küber
-1
/
+0
2019-03-23
Tweak unnecessary import suggestion
Esteban Küber
-4
/
+2
2019-03-21
use suggestions for "enum instead of variant" error
Andy Russell
-23
/
+42
2019-03-14
Do not complain about unmentioned fields in recovered patterns
Esteban Küber
-9
/
+2
2019-03-14
Moved issue tests to subdirs and normalised names.
Alexander Regueiro
-7
/
+10
2019-03-11
Update tests
Vadim Petrochenkov
-41
/
+41
2019-03-06
Collect unclosed delimiters in parent parser
Esteban Küber
-25
/
+26
2019-03-06
Emit missing unclosed delimiter errors
Esteban Küber
-34
/
+31
2019-02-11
Only suggest imports if not imported.
David Wood
-12
/
+3
2019-02-09
Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk
bors
-20
/
+15
2019-02-07
Make name resolution handle consts in GenericParamsFromOuterFunction properly
varkor
-16
/
+16
2019-02-07
tweak wording based on in person feedback
Esteban Küber
-1
/
+1
2019-02-07
Add missing trailing newline
Esteban Küber
-1
/
+1
2019-02-07
Remove spurious complaint about missing expression for bare semicolons
Esteban Küber
-8
/
+11
2019-02-07
Deduplicate mismatched delimiter errors
Esteban Küber
-21
/
+13
2019-01-31
Add suggestion for duplicated import.
David Wood
-5
/
+4
2019-01-15
use structured macro and path resolve suggestions
Andy Russell
-14
/
+24
2019-01-14
Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis
Mazdak Farrokhzad
-27
/
+46
[prev]
[next]