| Age | Commit message (Expand) | Author | Lines |
| 2023-02-01 | Use AddToDiagnostic for "use latest edition" help | Xiretza | -25/+53 |
| 2023-02-01 | rustc_parse: avoid creating unnecessary intermediate strings | Xiretza | -1/+2 |
| 2023-02-01 | Forbid #[suggestion_*(...)] on Vecs | Xiretza | -43/+66 |
| 2023-02-01 | Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco | bors | -47/+78 |
| 2023-02-01 | Rollup merge of #107533 - pnkfelix:distinguish-generator-state-in-print-type-... | Matthias Krüger | -6/+27 |
| 2023-02-01 | Rollup merge of #107499 - compiler-errors:deduce_sig_from_projection-generato... | Matthias Krüger | -10/+10 |
| 2023-02-01 | Rollup merge of #107487 - edward-shen:edward-shen/107213-round-2, r=estebank | Matthias Krüger | -2/+2 |
| 2023-02-01 | Rollup merge of #107389 - zvavybir:master, r=estebank | Matthias Krüger | -1/+3 |
| 2023-02-01 | Auto merge of #107536 - GuillaumeGomez:rollup-xv7dx2h, r=GuillaumeGomez | bors | -372/+445 |
| 2023-01-31 | Rollup merge of #107525 - RalfJung:pointee-info, r=eddyb | Guillaume Gomez | -0/+2 |
| 2023-01-31 | Rollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obk | Guillaume Gomez | -26/+27 |
| 2023-01-31 | Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obk | Guillaume Gomez | -38/+52 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -258/+276 |
| 2023-01-31 | Rollup merge of #107412 - tshepang:needless-check, r=wesleywiser | Guillaume Gomez | -5/+2 |
| 2023-01-31 | Rollup merge of #107348 - lcnr:project-solve-new, r=compiler-errors | Guillaume Gomez | -45/+86 |
| 2023-01-31 | Auto merge of #102513 - RalfJung:no-more-unaligned-reference, r=cjgillot,scot... | bors | -74/+93 |
| 2023-01-31 | placate tidy. | Felix S. Klock II | -3/+3 |
| 2023-01-31 | Extend `-Z print-type-sizes` to distinguish generator upvars and locals from ... | Felix S. Klock II | -6/+27 |
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -74/+93 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -17/+14 |
| 2023-01-31 | PointeeInfo is advisory only | Ralf Jung | -0/+2 |
| 2023-01-31 | Download rustc component for rustfmt toolchain as well | Mark Rousskov | -13/+10 |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -164/+189 |
| 2023-01-31 | Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors | bors | -427/+1156 |
| 2023-01-31 | Don't accept `Edition` by ref | Maybe Waffle | -14/+14 |
| 2023-01-31 | Don't do `.edition().rust_*()` | Maybe Waffle | -1/+1 |
| 2023-01-31 | Document `rust_2015` methods | Maybe Waffle | -0/+2 |
| 2023-01-31 | Use `Edition` methods a bit more | Maybe Waffle | -12/+11 |
| 2023-01-31 | Review changes | Maybe Waffle | -6/+5 |
| 2023-01-31 | Auto merge of #107498 - JohnTitor:rollup-2i6g4uk, r=JohnTitor | bors | -6/+242 |
| 2023-01-31 | Do not depend on Generator trait when deducing closure signature | Michael Goulet | -10/+10 |
| 2023-01-31 | Rollup merge of #107479 - compiler-errors:probe-can-call-ocx, r=BoxyUwU | Yuki Okushi | -1/+1 |
| 2023-01-31 | Rollup merge of #107245 - compiler-errors:new-solver-unsizing, r=lcnr | Yuki Okushi | -5/+241 |
| 2023-01-31 | Auto merge of #107443 - cjgillot:generator-less-query, r=compiler-errors | bors | -2/+5 |
| 2023-01-31 | Auto merge of #105650 - cassaundra:float-literal-suggestion, r=pnkfelix | bors | -1/+10 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -38/+52 |
| 2023-01-30 | Make the "extra if in let...else block" hint a suggestion | Edward Shen | -2/+2 |
| 2023-01-30 | Fix unquoted projection types in label | Esteban Küber | -1/+1 |
| 2023-01-30 | Make structured suggestion for fn casting verbose | Esteban Küber | -1/+1 |
| 2023-01-30 | Tweak E0271 wording | Esteban Küber | -2/+6 |
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -1/+20 |
| 2023-01-30 | Fix invalid float literal suggestions when recovering an integer | Cassaundra Smith | -1/+10 |
| 2023-01-30 | Tweak use of trimmed paths | Esteban Küber | -7/+29 |
| 2023-01-30 | Hide lifetimes of `impl Trait` in force trimmed paths | Esteban Küber | -3/+5 |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -0/+4 |
| 2023-01-30 | Don't show `for<'lt>` in force trimmed paths | Esteban Küber | -3/+8 |
| 2023-01-30 | review comments | Esteban Küber | -41/+46 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -135/+99 |
| 2023-01-30 | Ran rustfmt | Matthias Kaak | -1/+3 |
| 2023-01-30 | Improved wording of error messages of missing remainder implementations | Matthias Kaak | -1/+1 |