| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(diagnostic): wrap parens for ref impl trait param | bohan | 2023-05-16 | 2 | -0/+30 |
* | Note base types of coercion | Michael Goulet | 2023-05-12 | 3 | -38/+4 |
* | Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=Nilstrieb | Dylan DPC | 2023-05-09 | 3 | -2/+20 |
|\ |
|
| * | Suggest let for possible binding with ty | yukang | 2023-05-08 | 3 | -2/+20 |
* | | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebank | Dylan DPC | 2023-05-09 | 3 | -13/+10 |
|\ \ |
|
| * | | fix trait definition spans in "make mut" suggestion | Ezra Shaw | 2023-05-05 | 1 | -4/+4 |
| * | | tweak spans for `ref mut` suggestion | Ezra Shaw | 2023-05-05 | 2 | -9/+6 |
| * | | tweak "make mut" spans (No. 3) | Ezra Shaw | 2023-05-05 | 1 | -2/+2 |
| |/ |
|
* | | Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillot | Dylan DPC | 2023-05-09 | 3 | -42/+69 |
|\ \ |
|
| * | | Make suggest_deref_or_ref return a multipart suggestion | Michael Goulet | 2023-05-08 | 1 | -32/+56 |
| * | | Tweak borrow suggestion | Michael Goulet | 2023-05-08 | 2 | -10/+13 |
| |/ |
|
* | | Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errors | Dylan DPC | 2023-05-08 | 3 | -0/+57 |
|\ \
| |/
|/| |
|
| * | Fix suggestion for boxing an async closure body, and | John Bobbo | 2023-05-07 | 3 | -0/+57 |
* | | Rollup merge of #111146 - petrochenkov:decident, r=compiler-errors | Manish Goregaokar | 2023-05-03 | 2 | -2/+4 |
|\ \ |
|
| * | | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | 2023-05-03 | 2 | -2/+4 |
* | | | Rollup merge of #97594 - WaffleLapkin:array_tuple_conv, r=ChrisDenton | Manish Goregaokar | 2023-05-03 | 1 | -2/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | --bless tests | Maybe Waffle | 2023-05-02 | 1 | -2/+8 |
| |/ |
|
* | | soften the wording for removing type ascription | yukang | 2023-05-01 | 3 | -3/+3 |
* | | fix test cases | yukang | 2023-05-01 | 2 | -2/+2 |
* | | Rip it out | Nilstrieb | 2023-05-01 | 15 | -62/+38 |
|/ |
|
* | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | 2023-05-01 | 1 | -6/+6 |
|\ |
|
| * | Tweak await span | Michael Goulet | 2023-04-27 | 1 | -6/+6 |
* | | Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errors | Matthias Krüger | 2023-04-28 | 3 | -7/+7 |
|\ \ |
|
| * | | remove unused `mut`s | Lukas Markeffsky | 2023-04-28 | 3 | -7/+7 |
| |/ |
|
* | | Provide RHS type hint when reporting operator error | Michael Goulet | 2023-04-27 | 2 | -4/+4 |
|/ |
|
* | Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot | Matthias Krüger | 2023-04-21 | 5 | -44/+34 |
|\ |
|
| * | Format missing GATs correctly | Michael Goulet | 2023-04-19 | 1 | -1/+1 |
| * | Make missing impl item suggestions more obvious that they're missing | Michael Goulet | 2023-04-19 | 4 | -44/+34 |
| * | Substitute missing item suggestion correctly | Michael Goulet | 2023-04-19 | 1 | -1/+1 |
* | | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | 2023-04-19 | 2 | -1/+7 |
|\ \ |
|
| * | | Bump version of object and related crates | Qiu Chaofan | 2023-04-19 | 2 | -1/+7 |
| |/ |
|
* | | fix library and rustdoc tests | Deadbeef | 2023-04-16 | 1 | -1/+1 |
|/ |
|
* | Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillot | Matthias Krüger | 2023-04-13 | 4 | -3/+48 |
|\ |
|
| * | Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem... | Andrew Xie | 2023-04-12 | 4 | -3/+48 |
* | | Special-case item attributes in the suggestion output | Esteban Küber | 2023-04-12 | 8 | -16/+0 |
* | | Tweak output for 'add line' suggestion | Esteban Küber | 2023-04-12 | 13 | -23/+46 |
|/ |
|
* | Rollup merge of #109782 - WaffleLapkin:nocommawhenremovingarguments, r=oli-obk | Matthias Krüger | 2023-04-06 | 1 | -1/+1 |
|\ |
|
| * | Don't leave a comma at the start of argument list when removing arguments | Maybe Waffle | 2023-03-30 | 1 | -1/+1 |
* | | Rollup merge of #109395 - chenyukang:yukang/fix-109291, r=cjgillot | Matthias Krüger | 2023-04-06 | 2 | -0/+16 |
|\ \ |
|
| * | | Fix issue when there are multiple candidates for edit_distance_with_substrings | yukang | 2023-03-20 | 2 | -0/+16 |
* | | | Reinstate confusion note. | Camille GILLOT | 2023-04-03 | 2 | -6/+8 |
* | | | Perform match checking on THIR. | Camille GILLOT | 2023-04-03 | 2 | -12/+8 |
* | | | Shrink binding span. | Camille GILLOT | 2023-04-03 | 1 | -12/+8 |
| |/
|/| |
|
* | | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk | Dylan DPC | 2023-03-29 | 1 | -2/+2 |
|\ \ |
|
| * | | Bless UI tests. | Mara Bos | 2023-03-27 | 1 | -2/+2 |
* | | | check for write macro and write_fmt with err msg | James Dietz | 2023-03-27 | 1 | -3/+7 |
|/ / |
|
* | | Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errors | Matthias Krüger | 2023-03-25 | 3 | -0/+85 |
|\ \ |
|
| * | | Fix bad suggestion for clone/is_some in field init shorthand | yukang | 2023-03-24 | 3 | -0/+85 |
| |/ |
|
* | | Fixes #109436: add parentheses properly | Mu42 | 2023-03-22 | 2 | -0/+28 |
* | | Rollup merge of #109403 - chenyukang:yukang/fix-109396, r=estebank | Matthias Krüger | 2023-03-21 | 2 | -0/+46 |
|\ \ |
|