| Age | Commit message (Expand) | Author | Lines |
| 2023-11-20 | Update cargo | David Tolnay | -0/+0 |
| 2023-11-20 | Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgr | bors | -147/+795 |
| 2023-11-20 | Auto merge of #117783 - tmiasko:inline-ret, r=cjgillot | bors | -725/+356 |
| 2023-11-20 | Fix insertion of statements to be executed along return edge in inlining | Tomasz Miąsko | -605/+237 |
| 2023-11-19 | Rollup merge of #118068 - antoyo:subtree-update_cg_gcc_2023-11-17, r=cjgillot | Michael Goulet | -41/+104 |
| 2023-11-19 | Rollup merge of #118000 - compiler-errors:placeholder-ty-outlives, r=aliemjay | Michael Goulet | -13/+177 |
| 2023-11-19 | Rollup merge of #117994 - compiler-errors:throw-away-regions-in-coherence, r=... | Michael Goulet | -9/+52 |
| 2023-11-19 | Rollup merge of #117988 - estebank:issue-106020, r=cjgillot | Michael Goulet | -0/+183 |
| 2023-11-19 | Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-Simulacrum | Michael Goulet | -11/+90 |
| 2023-11-19 | Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwco | Michael Goulet | -3/+95 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -58/+86 |
| 2023-11-19 | Rollup merge of #117828 - Nilstrieb:astconv-hashmaps, r=petrochenkov | Michael Goulet | -12/+8 |
| 2023-11-20 | Auto merge of #115526 - arttet:master, r=jackh726 | bors | -18/+179 |
| 2023-11-19 | Auto merge of #116828 - compiler-errors:nightlyify-rustc_type_ir, r=jackh726 | bors | -102/+214 |
| 2023-11-19 | Use let else to reduce indentation | Tomasz Miąsko | -124/+123 |
| 2023-11-19 | Auto merge of #117683 - estebank:priv-builder-sugg, r=cjgillot | bors | -124/+464 |
| 2023-11-19 | Ignore but do not assume region obligations from unifying headers in negative... | Michael Goulet | -9/+52 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -13/+177 |
| 2023-11-19 | Pass TyCtxt by value | Antoni Boucher | -3/+3 |
| 2023-11-19 | Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco | bors | -77/+265 |
| 2023-11-19 | Merge commit '2e8386e9fb3506cef991d04f8b3bc78f9a0c2630' into subtree-update_c... | Antoni Boucher | -41/+104 |
| 2023-11-19 | fix rebase | Esteban Küber | -2/+7 |
| 2023-11-19 | fmt | Esteban Küber | -1/+2 |
| 2023-11-19 | review comments | Esteban Küber | -43/+24 |
| 2023-11-19 | Account for number of arguments in suggestion | Esteban Küber | -20/+39 |
| 2023-11-19 | fix tidy | Esteban Küber | -1/+1 |
| 2023-11-19 | Suggest Default::default() for struct literals with private fields | Esteban Küber | -0/+25 |
| 2023-11-19 | Suggest builder functions on struct literal with private fields | Esteban Küber | -2/+109 |
| 2023-11-19 | Remove unnecessary .collect() | Esteban Küber | -7/+7 |
| 2023-11-19 | Suggest using builder on curly brace struct called as fn | Esteban Küber | -172/+211 |
| 2023-11-19 | Do not suggest struct literal when fields are private | Esteban Küber | -36/+65 |
| 2023-11-19 | Add test for public struct with private fields | Esteban Küber | -1/+19 |
| 2023-11-19 | On private tuple struct, suggest `Default::default` when possible | Esteban Küber | -1/+60 |
| 2023-11-19 | Don't sort `span_suggestions`, leave that to caller | Esteban Küber | -29/+31 |
| 2023-11-19 | When encountering struct fn call literal with private fields, suggest all bui... | Esteban Küber | -43/+98 |
| 2023-11-19 | Avoid iterating over hashmaps in astconv | Nilstrieb | -12/+8 |
| 2023-11-19 | Auto merge of #117888 - notriddle:notriddle/releases, r=Mark-Simulacrum | bors | -9/+111 |
| 2023-11-19 | make_direct_deprecated: dont overwrite already set attributes | Ralf Jung | -4/+10 |
| 2023-11-19 | Fix outdated doc comment on Releases doc build step | Michael Howell | -7/+4 |
| 2023-11-19 | Auto merge of #118024 - notriddle:notriddle/search-speed, r=GuillaumeGomez | bors | -150/+188 |
| 2023-11-19 | Merge pull request #387 from rust-lang/sync_from_rust_2023_11_17 | antoyo | -34/+64 |
| 2023-11-19 | Don't set cmsg fields in msghdr if we have no cmsg to send | The 8472 | -3/+4 |
| 2023-11-19 | disable csky test on CI | Ralf Jung | -3/+5 |
| 2023-11-19 | Auto merge of #118054 - max-niederman:pinned-must-use, r=Nilstrieb | bors | -0/+83 |
| 2023-11-19 | Auto merge of #118051 - GuillaumeGomez:cleanup-rustdoc, r=notriddle | bors | -4/+4 |
| 2023-11-19 | Auto merge of #117807 - RalfJung:raw-str-slice, r=davidtwco | bors | -6/+28 |
| 2023-11-19 | Auto merge of #117364 - BlackHoleFox:farewell-bitcode-no-remorse, r=davidtwco | bors | -94/+0 |
| 2023-11-18 | add test for pinned `must_use` pointers | Max Niederman | -0/+65 |
| 2023-11-18 | catch pinned `must_use` types in `unused_must_use` | Max Niederman | -0/+18 |
| 2023-11-19 | Auto merge of #117895 - mzohreva:mz/fix-sgx-backtrace, r=Mark-Simulacrum | bors | -1/+14 |