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
/
did_you_mean
Age
Commit message (
Expand
)
Author
Lines
2021-09-30
Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehuss
bors
-3
/
+3
2021-09-28
Improve help for recursion limit errors
Ross MacArthur
-3
/
+3
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-8
/
+9
2021-09-19
Suggest replacing braces for brackets on array-esque invalid block expr
Hirochika Matsumoto
-0
/
+66
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-3
/
+9
2021-08-30
Fix tests
Cameron Steffen
-2
/
+2
2021-08-29
rebase: fix test output
Esteban Kuber
-2
/
+3
2021-08-29
Provide structured suggestion for removal of `&mut`
Esteban Kuber
-3
/
+2
2021-08-29
Suggestion for call on immutable binding of mutable type
Esteban Küber
-9
/
+33
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-3
/
+5
2021-08-11
Modify structured suggestion output
Esteban Küber
-36
/
+36
2021-07-28
Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiser
Yuki Okushi
-8
/
+14
2021-07-25
suggest removing unnecessary \&mut as help message
ibraheemdev
-8
/
+14
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
[next]