| Age | Commit message (Expand) | Author | Lines |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -38/+106 |
| 2022-08-20 | Rollup merge of #100617 - chenyukang:fix-100605, r=compiler-errors | Matthias Krüger | -0/+55 |
| 2022-08-20 | Rollup merge of #100507 - cameron1024:suggest-lazy, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2022-08-20 | Suggest the right help message for as_ref | yukang | -0/+55 |
| 2022-08-19 | Auto merge of #100740 - Dylan-DPC:rollup-0td6yq4, r=Dylan-DPC | bors | -2/+2 |
| 2022-08-19 | Auto merge of #100209 - cjgillot:source-file-index, r=estebank | bors | -5/+5 |
| 2022-08-19 | Catch overflow early | ouz-a | -6/+1 |
| 2022-08-19 | Rollup merge of #99576 - compiler-errors:foreign-fundamental-drop-is-bad, r=T... | Dylan DPC | -2/+2 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -22/+22 |
| 2022-08-17 | implied_bounds: clarify our assumptions | lcnr | -11/+36 |
| 2022-08-16 | Do not allow Drop impl on foreign fundamental types | Michael Goulet | -2/+2 |
| 2022-08-15 | Fix #95079 by adding help and suggestion for missing move in nested closure | Yan Chen | -0/+8 |
| 2022-08-14 | suggest lazy-static for non-const statics | cameron | -0/+3 |
| 2022-08-13 | Rollup merge of #100479 - compiler-errors:argument-type-error-improvements, r... | Michael Goulet | -4/+6 |
| 2022-08-13 | Rollup merge of #99646 - compiler-errors:arg-mismatch-single-arg-label, r=est... | Michael Goulet | -1/+1 |
| 2022-08-13 | Do not inline non-simple argument type errors into labels | Michael Goulet | -4/+6 |
| 2022-08-12 | Point out a single arg if we have a single arg incompatibility | Michael Goulet | -1/+1 |
| 2022-08-12 | Rollup merge of #100247 - cjgillot:verify-dyn-trait-alias-defaults, r=lcnr | Dylan DPC | -9/+9 |
| 2022-08-10 | Generalize trait object generic param check to aliases. | Camille GILLOT | -9/+9 |
| 2022-08-10 | Rollup merge of #100098 - compiler-errors:field-suggestion-fixups, r=davidtwco | Matthias Krüger | -0/+4 |
| 2022-08-09 | Rollup merge of #100238 - Bryysen:master, r=cjgillot | Matthias Krüger | -56/+0 |
| 2022-08-08 | Auto merge of #98863 - compiler-errors:projection-msg, r=estebank | bors | -20/+21 |
| 2022-08-08 | Adjust wording | Michael Goulet | -20/+21 |
| 2022-08-07 | Implement special-cased projection error message for some common traits | Michael Goulet | -8/+8 |
| 2022-08-07 | Further improve error message for E0081 | Bryysen | -56/+0 |
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -149/+90 |
| 2022-08-06 | Bless ui tests. | Camille GILLOT | -5/+5 |
| 2022-08-05 | Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i... | Dylan DPC | -7/+7 |
| 2022-08-05 | Improve diagnostics for `const a: = expr;` | Maybe Waffle | -7/+7 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -32/+39 |
| 2022-08-03 | Auto merge of #100064 - RalfJung:disaligned, r=petrochenkov | bors | -0/+40 |
| 2022-08-03 | fix is_disaligned logic for nested packed structs | Ralf Jung | -0/+40 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -32/+39 |
| 2022-08-03 | Consider privacy more carefully when suggesting accessing fields | Michael Goulet | -8/+0 |
| 2022-08-03 | Suggest expressions' fields even if they're not ADTs | Michael Goulet | -0/+12 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -2/+4 |
| 2022-07-26 | Rollup merge of #99758 - WaffleLapkin:remove_useless_allow, r=Dylan-DPC | Matthias Krüger | -1/+0 |
| 2022-07-26 | remove useless `#[allow]` in a test | Maybe Waffle | -1/+0 |
| 2022-07-25 | Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov | bors | -8/+7 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -8/+7 |
| 2022-07-23 | Rollup merge of #99449 - compiler-errors:assoc-const-missing-item, r=lcnr | Guillaume Gomez | -13/+4 |
| 2022-07-23 | Rollup merge of #99580 - fmease:fix-issue-99565, r=estebank | Matthias Krüger | -2/+2 |
| 2022-07-22 | Do not resolve associated const when there is no provided value | Michael Goulet | -13/+4 |
| 2022-07-22 | Rollup merge of #99539 - compiler-errors:bidirectional-block-suggestions, r=f... | Dylan DPC | -2/+0 |
| 2022-07-22 | Don't suggest unnameable generic arguments | León Orell Valerian Liehr | -2/+2 |
| 2022-07-21 | Rollup merge of #99413 - steffahn:btree_dropck, r=m-ou-se | Matthias Krüger | -3/+21 |
| 2022-07-21 | Generalize same_type_modulo_infer | Michael Goulet | -2/+0 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -2/+2 |
| 2022-07-19 | Improve the function pointer docs | Michael Howell | -2/+2 |
| 2022-07-19 | Rollup merge of #98028 - aticu:master, r=estebank | Matthias Krüger | -18/+19 |