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
/
did_you_mean
Age
Commit message (
Expand
)
Author
Lines
2020-05-28
standardize limit comparisons with `Limit` type
David Wood
-2
/
+3
2020-05-07
reword "possible candidate" import suggestion
Andy Russell
-1
/
+1
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+1
2020-04-08
Small tweaks to required bound span
Esteban Küber
-1
/
+1
2020-03-25
Tweak chained operators diagnostic
Esteban Küber
-19
/
+3
2020-03-24
Fix placement of suggested generic param when bounds are present
Esteban Küber
-4
/
+4
2020-03-23
Account for bad placeholder types in where clauses
Esteban Küber
-2
/
+140
2020-03-10
unify/improve/simplify attribute parsing
Mazdak Farrokhzad
-2
/
+2
2020-02-27
Account for bounds when denying `_` in type parameters
Esteban Küber
-1
/
+13
2020-02-27
Revert "Backport only: avoid ICE on bad placeholder type"
Esteban Küber
-17
/
+10
2020-02-27
Rollup merge of #69324 - estebank:ice-break-backport-bad-placeholder-type, r=...
Yuki Okushi
-10
/
+17
2020-02-24
parse: use `parse_item_common` in `parse_assoc_item_`.
Mazdak Farrokhzad
-42
/
+70
2020-02-20
Backport only: avoid ICE on bad placeholder type
Esteban Küber
-10
/
+17
2020-02-15
fuse extern & associated item parsing up to defaultness
Mazdak Farrokhzad
-14
/
+14
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+11
2020-02-05
`#![recursion_limit = "X"]`: note current crate name.
Mazdak Farrokhzad
-3
/
+3
2020-02-02
Wording changes to object unsafe trait errors
Esteban Küber
-1
/
+1
2020-02-02
Slight rewording of diagnostic message
Esteban Küber
-1
/
+1
2020-01-26
rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.
Eduard-Mihai Burtescu
-1
/
+1
2020-01-16
Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril
Dylan DPC
-12
/
+12
2020-01-14
perf: eagerly convert literals to consts, this avoids creating loads on uneva...
Ben Lewis
-1
/
+1
2020-01-12
Fix formatting ellipses at the end of some diagnostics
varkor
-12
/
+12
2020-01-12
Rollup merge of #68108 - varkor:chained-comparison-suggestions, r=Centril
Mazdak Farrokhzad
-6
/
+22
2020-01-11
Add suggestions when encountering chained comparisons
varkor
-6
/
+22
2020-01-11
Rollup merge of #68014 - estebank:unify-e0599, r=cramertj
Yuki Okushi
-11
/
+11
2020-01-09
Update tests
Vadim Petrochenkov
-9
/
+81
2020-01-08
Unify output of "variant not found" errors
Esteban Küber
-11
/
+11
2019-12-23
more recovery in if-parsing
Mazdak Farrokhzad
-1
/
+1
2019-12-20
use .span_suggestion_short for &&
Mazdak Farrokhzad
-8
/
+8
2019-12-20
implement recovery in check_assoc_op
Mazdak Farrokhzad
-54
/
+72
2019-12-12
Unify associated item parsing.
Mazdak Farrokhzad
-8
/
+8
2019-11-21
Point at type in `let` assignment on type errors
Esteban Küber
-15
/
+24
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-27
/
+9
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-6
/
+6
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-18
/
+0
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-5
/
+5
2019-11-18
Update ui tests
Guillaume Gomez
-2
/
+4
2019-11-06
Remove "here" from "expected one of X here"
Esteban Küber
-5
/
+5
2019-10-30
Reduce ammount of errors given unclosed delimiter
Esteban Küber
-33
/
+47
2019-10-28
Improve the "try using a variant of the expected type" hint.
Patryk Wychowaniec
-2
/
+2
2019-10-27
Point at local similarly named element and tweak references to variants
Esteban Küber
-10
/
+10
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+16
2019-10-18
Clarify diagnostics when using `~` as a unary op
Yuki Okushi
-1
/
+1
2019-10-13
Bring attention to suggestions when the only difference is capitalization
Esteban Küber
-3
/
+3
2019-10-06
Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkov
bors
-13
/
+13
2019-10-05
Remove `for_each_child_stable`
Aaron Hill
-13
/
+13
2019-10-03
review comments
Esteban Küber
-3
/
+3
2019-10-03
review comments
Esteban Küber
-3
/
+3
2019-10-03
Prove bad turbofish parser recovery in test
Esteban Küber
-11
/
+3
2019-10-03
Account for missing turbofish in paths too
Esteban Küber
-2
/
+3
[next]