about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-20Update cargoDavid Tolnay-0/+0
2023-11-20Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgrbors-147/+795
2023-11-20Auto merge of #117783 - tmiasko:inline-ret, r=cjgillotbors-725/+356
2023-11-20Fix insertion of statements to be executed along return edge in inliningTomasz Miąsko-605/+237
2023-11-19Rollup merge of #118068 - antoyo:subtree-update_cg_gcc_2023-11-17, r=cjgillotMichael Goulet-41/+104
2023-11-19Rollup merge of #118000 - compiler-errors:placeholder-ty-outlives, r=aliemjayMichael Goulet-13/+177
2023-11-19Rollup merge of #117994 - compiler-errors:throw-away-regions-in-coherence, r=...Michael Goulet-9/+52
2023-11-19Rollup merge of #117988 - estebank:issue-106020, r=cjgillotMichael Goulet-0/+183
2023-11-19Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-SimulacrumMichael Goulet-11/+90
2023-11-19Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwcoMichael Goulet-3/+95
2023-11-19Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillotMichael Goulet-58/+86
2023-11-19Rollup merge of #117828 - Nilstrieb:astconv-hashmaps, r=petrochenkovMichael Goulet-12/+8
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-18/+179
2023-11-19Auto merge of #116828 - compiler-errors:nightlyify-rustc_type_ir, r=jackh726bors-102/+214
2023-11-19Use let else to reduce indentationTomasz Miąsko-124/+123
2023-11-19Auto merge of #117683 - estebank:priv-builder-sugg, r=cjgillotbors-124/+464
2023-11-19Ignore but do not assume region obligations from unifying headers in negative...Michael Goulet-9/+52
2023-11-19Make regionck care about placeholders in outlives componentsMichael Goulet-13/+177
2023-11-19Pass TyCtxt by valueAntoni Boucher-3/+3
2023-11-19Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwcobors-77/+265
2023-11-19Merge commit '2e8386e9fb3506cef991d04f8b3bc78f9a0c2630' into subtree-update_c...Antoni Boucher-41/+104
2023-11-19fix rebaseEsteban Küber-2/+7
2023-11-19fmtEsteban Küber-1/+2
2023-11-19review commentsEsteban Küber-43/+24
2023-11-19Account for number of arguments in suggestionEsteban Küber-20/+39
2023-11-19fix tidyEsteban Küber-1/+1
2023-11-19Suggest Default::default() for struct literals with private fieldsEsteban Küber-0/+25
2023-11-19Suggest builder functions on struct literal with private fieldsEsteban Küber-2/+109
2023-11-19Remove unnecessary .collect()Esteban Küber-7/+7
2023-11-19Suggest using builder on curly brace struct called as fnEsteban Küber-172/+211
2023-11-19Do not suggest struct literal when fields are privateEsteban Küber-36/+65
2023-11-19Add test for public struct with private fieldsEsteban Küber-1/+19
2023-11-19On private tuple struct, suggest `Default::default` when possibleEsteban Küber-1/+60
2023-11-19Don't sort `span_suggestions`, leave that to callerEsteban Küber-29/+31
2023-11-19When encountering struct fn call literal with private fields, suggest all bui...Esteban Küber-43/+98
2023-11-19Avoid iterating over hashmaps in astconvNilstrieb-12/+8
2023-11-19Auto merge of #117888 - notriddle:notriddle/releases, r=Mark-Simulacrumbors-9/+111
2023-11-19make_direct_deprecated: dont overwrite already set attributesRalf Jung-4/+10
2023-11-19Fix outdated doc comment on Releases doc build stepMichael Howell-7/+4
2023-11-19Auto merge of #118024 - notriddle:notriddle/search-speed, r=GuillaumeGomezbors-150/+188
2023-11-19Merge pull request #387 from rust-lang/sync_from_rust_2023_11_17antoyo-34/+64
2023-11-19Don't set cmsg fields in msghdr if we have no cmsg to sendThe 8472-3/+4
2023-11-19disable csky test on CIRalf Jung-3/+5
2023-11-19Auto merge of #118054 - max-niederman:pinned-must-use, r=Nilstriebbors-0/+83
2023-11-19Auto merge of #118051 - GuillaumeGomez:cleanup-rustdoc, r=notriddlebors-4/+4
2023-11-19Auto merge of #117807 - RalfJung:raw-str-slice, r=davidtwcobors-6/+28
2023-11-19Auto merge of #117364 - BlackHoleFox:farewell-bitcode-no-remorse, r=davidtwcobors-94/+0
2023-11-18add test for pinned `must_use` pointersMax Niederman-0/+65
2023-11-18catch pinned `must_use` types in `unused_must_use`Max Niederman-0/+18
2023-11-19Auto merge of #117895 - mzohreva:mz/fix-sgx-backtrace, r=Mark-Simulacrumbors-1/+14