| Age | Commit message (Expand) | Author | Lines |
| 2022-04-10 | Rollup merge of #95807 - TaKO8Ki:suggest-local-var-for-vector, r=fee1-dead | Dylan DPC | -9/+31 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -5/+3 |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -14/+15 |
| 2022-04-09 | use `format-args-capture` and remove unnecessary nested blocks | Takayuki Maeda | -133/+116 |
| 2022-04-08 | suggest adding a local for vector to fix borrowck errors | Takayuki Maeda | -9/+31 |
| 2022-04-07 | Deduplicate the error printing code for hidden type mismatches | Oli Scherer | -10/+3 |
| 2022-04-07 | Report opaque type mismatches directly during borrowck of the function instea... | Oli Scherer | -13/+25 |
| 2022-04-06 | Check that all hidden types are the same and then deduplicate them. | Oli Scherer | -62/+80 |
| 2022-04-05 | Rollup merge of #95670 - TaKO8Ki:remove-unused-function-parameters, r=davidtwco | Dylan DPC | -12/+3 |
| 2022-04-05 | remove unused function parameters | Takayuki Maeda | -12/+3 |
| 2022-04-05 | Rollup merge of #95607 - compiler-errors:issue-95272, r=Aaron1011 | Dylan DPC | -4/+15 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -1/+1 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -4/+4 |
| 2022-04-04 | Format invariance notes with backticks | Michael Goulet | -4/+4 |
| 2022-04-04 | Handle reporting invariance of fn pointer | Michael Goulet | -0/+11 |
| 2022-03-31 | update comment | lcnr | -2/+4 |
| 2022-03-31 | obligation cause: `RepeatVec` -> `RepeatValueCopy` | lcnr | -1/+3 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -5/+5 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -11/+11 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -9/+9 |
| 2022-03-30 | Rollup merge of #95460 - nyurik:spelling-str, r=lcnr | Dylan DPC | -2/+2 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -9/+9 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -271/+275 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -5/+5 |
| 2022-03-29 | Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPC | Dylan DPC | -2/+7 |
| 2022-03-28 | Suggest function borrow ignoring needs_note | Michael Goulet | -2/+6 |
| 2022-03-28 | drive-by: move Copy bound suggestion to its own function | Michael Goulet | -60/+65 |
| 2022-03-28 | Add suggestion to borrow opaque Fn and FnMut instead of move | Michael Goulet | -13/+90 |
| 2022-03-28 | diagnostics: do not suggest `map.iter_mut()()` | Michael Howell | -2/+7 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -10/+15 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -29/+27 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -260/+261 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -2/+2 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -2/+2 |
| 2022-03-19 | diagnostics: do not give Option::as_ref suggestion for complex match | Michael Howell | -5/+19 |
| 2022-03-17 | Rollup merge of #94698 - WaffleLapkin:simplify-copy-suggestions, r=estebank | Dylan DPC | -80/+55 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -3/+5 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -15/+15 |
| 2022-03-10 | Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco | bors | -33/+32 |
| 2022-03-09 | Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco | bors | -183/+195 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -33/+32 |
| 2022-03-07 | Remove redundant code from copy-suggestions | Maybe Waffle | -80/+55 |
| 2022-03-06 | Erase regions when checking for missing Copy predicates | Michael Goulet | -2/+10 |
| 2022-03-04 | Update `itertools` | pierwill | -1/+1 |
| 2022-03-03 | Tweak move error | Esteban Kuber | -183/+195 |
| 2022-03-03 | Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebank | Dylan DPC | -1/+62 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -64/+68 |