| Age | Commit message (Expand) | Author | Lines |
| 2022-08-07 | Built-in implementation of Tuple trait | Michael Goulet | -8/+72 |
| 2022-08-07 | Add Tuple marker trait | Michael Goulet | -0/+12 |
| 2022-08-07 | Auto merge of #100218 - nicholasbishop:bishop-update-cb, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-08-07 | Auto merge of #99833 - andrewpollack:fuchsia-rust-ci-zircon-lib-improvement, ... | bors | -53/+65 |
| 2022-08-07 | Shifting CI to pull Zircon libraries directly from Fuchsia SDK | Andrew Pollack | -53/+65 |
| 2022-08-07 | Auto merge of #99983 - RalfJung:more-layout-checks, r=eddyb | bors | -110/+309 |
| 2022-08-07 | Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri... | bors | -0/+75 |
| 2022-08-07 | Auto merge of #100004 - jyn514:exclude-single-test, r=Mark-Simulacrum | bors | -14/+5 |
| 2022-08-06 | Update compiler_builtins to 0.1.78 | Nicholas Bishop | -2/+2 |
| 2022-08-06 | Auto merge of #100213 - matthiaskrgr:rollup-mqe7t1n, r=matthiaskrgr | bors | -219/+266 |
| 2022-08-07 | Rollup merge of #100175 - fxn:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-08-07 | Rollup merge of #100169 - WaffleLapkin:optimize_is_aligned_to, r=workingjubilee | Matthias Krüger | -8/+2 |
| 2022-08-07 | Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnr | Matthias Krüger | -38/+159 |
| 2022-08-07 | Rollup merge of #100127 - ChrisDenton:remove-init, r=thomcc | Matthias Krüger | -160/+94 |
| 2022-08-07 | Rollup merge of #100071 - klensy:annotate-snippets-bump, r=Mark-Simulacrum | Matthias Krüger | -12/+10 |
| 2022-08-06 | Auto merge of #100117 - nicholasbishop:bishop-update-cc, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-08-06 | Auto merge of #99524 - cuviper:relnotes-1.63.0, r=Mark-Simulacrum | bors | -0/+204 |
| 2022-08-06 | Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgr | bors | -53/+182 |
| 2022-08-06 | Rollup merge of #100193 - GuillaumeGomez:rm-clean-impls, r=notriddle | Matthias Krüger | -48/+42 |
| 2022-08-06 | Rollup merge of #100167 - chenyukang:require-suggestion, r=estebank | Matthias Krüger | -3/+35 |
| 2022-08-06 | Rollup merge of #100132 - compiler-errors:issue-100103, r=tmiasko | Matthias Krüger | -1/+16 |
| 2022-08-06 | Rollup merge of #100094 - lyming2007:issue-98982, r=estebank | Matthias Krüger | -1/+89 |
| 2022-08-06 | Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwco | bors | -18/+60 |
| 2022-08-06 | remove Clean trait implementation for hir::PolyTraitRef | Guillaume Gomez | -7/+1 |
| 2022-08-06 | remove Clean trait implementation for hir::GenericBound | Guillaume Gomez | -41/+41 |
| 2022-08-06 | Auto merge of #100172 - Mark-Simulacrum:bump-165, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-08-06 | Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 | bors | -163/+127 |
| 2022-08-05 | Auto merge of #100035 - workingjubilee:merge-functions, r=nikic | bors | -4/+9 |
| 2022-08-05 | Enable function merging when opt is for size | Jubilee Young | -4/+9 |
| 2022-08-05 | implement #98982 | Yiming Lei | -1/+89 |
| 2022-08-05 | Update RELEASES.md | Josh Stone | -1/+1 |
| 2022-08-05 | Update RELEASES.md | Josh Stone | -1/+1 |
| 2022-08-05 | ascii -> ASCII in code comment | Xavier Noria | -1/+1 |
| 2022-08-05 | move DiagnosticArgFromDisplay into rustc_errors | Michael Goulet | -31/+36 |
| 2022-08-05 | Delay formatting trimmed path until lint/error is emitted | Michael Goulet | -14/+51 |
| 2022-08-05 | Auto merge of #100174 - Dylan-DPC:rollup-wnskbk6, r=Dylan-DPC | bors | -162/+414 |
| 2022-08-05 | Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i... | Dylan DPC | -66/+109 |
| 2022-08-05 | Rollup merge of #100166 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Dylan DPC | -64/+65 |
| 2022-08-05 | Rollup merge of #100158 - solid-rs:patch/kmc-solid/follow-up-98246, r=joshtri... | Dylan DPC | -0/+12 |
| 2022-08-05 | Rollup merge of #100157 - rust-lang:notriddle/use-map-instead-of-repeated-pus... | Dylan DPC | -17/+17 |
| 2022-08-05 | Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726 | Dylan DPC | -9/+51 |
| 2022-08-05 | Rollup merge of #99835 - TaKO8Ki:suggest-adding-or-removing-ref-for-binding-p... | Dylan DPC | -6/+160 |
| 2022-08-05 | Bump to 1.65.0 | Mark Rousskov | -1/+1 |
| 2022-08-05 | Optimize `pointer::as_aligned_to` | Maybe Waffle | -8/+2 |
| 2022-08-05 | Auto merge of #100073 - dpaoliello:externvar, r=michaelwoerister | bors | -9/+133 |
| 2022-08-05 | Improve diagnostics for `const a: = expr;` | Maybe Waffle | -66/+109 |
| 2022-08-05 | recover require,include instead of use in item | yukang | -3/+35 |
| 2022-08-05 | remove Clean trait implementation for hir::TraitItem | Guillaume Gomez | -51/+51 |
| 2022-08-05 | remove Clean trait implementation for hir::PolyTraitRef | Guillaume Gomez | -13/+14 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -246/+451 |