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
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-9
/
+15
2021-07-02
Improve error reporting for modifications behind `&` references
Fabian Wolff
-2
/
+2
2021-06-22
Updated tests to reflect specified types in E0121
Deadbeef
-20
/
+20
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-6
/
+6
2021-04-23
Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"
Santiago Pastorino
-0
/
+24
2021-04-06
Point at `impl` and type defs introducing requirements on E0277
Esteban Küber
-10
/
+50
2021-03-19
update tests
mark
-3
/
+30
2021-02-19
Support `pub` on `macro_rules`
Vadim Petrochenkov
-24
/
+0
2020-11-29
Fixes #79357 unstable or-pat suggestions
unknown
-30
/
+3
2020-10-28
Adjust turbofish help message for const generics
varkor
-7
/
+7
2020-10-20
review comments
Esteban Küber
-1
/
+1
2020-10-20
Tweak "object unsafe" errors
Esteban Küber
-0
/
+1
2020-10-17
Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-varia...
Yuki Okushi
-3
/
+24
2020-10-16
stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'
Ralf Jung
-18
/
+4
2020-10-15
resolve: improve "try using tuple struct" message
David Wood
-3
/
+3
2020-10-15
resolve: suggest variants with placeholders
David Wood
-0
/
+21
2020-09-29
resolve: improve "try using the enum's variant"
David Wood
-32
/
+10
2020-09-15
Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwco
bors
-3
/
+101
2020-09-14
Detect turbofish with multiple type params missing leading `::`
Esteban Küber
-3
/
+101
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-11
/
+11
2020-08-18
Don't emit "is not a logical operator" error outside of associative expressions
Tyson Nottingham
-169
/
+17
2020-07-02
Audit uses of `span_suggestion_short`
Yuki Okushi
-4
/
+279
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
[next]