about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-05-24Add a clarifying comment.Nicholas Nethercote-0/+2
2023-05-24Remove `{Pre,Post}InliningPartitioning`.Nicholas Nethercote-87/+64
2023-05-24Remove the `merging` module.Nicholas Nethercote-109/+94
2023-05-24Inline and remove `numbered_codegen_unit_name`.Nicholas Nethercote-8/+3
2023-05-22Auto merge of #111848 - Dylan-DPC:rollup-7jqydzg, r=Dylan-DPCbors-372/+376
2023-05-23Rollup merge of #111844 - GuillaumeGomez:migrate-gui-test-color-4, r=notriddleDylan DPC-4/+4
2023-05-23Rollup merge of #111843 - lcnr:rm-lcnr, r=Mark-SimulacrumDylan DPC-1/+1
2023-05-23Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-deadDylan DPC-155/+155
2023-05-23Rollup merge of #111612 - ChayimFriedman2:collect-into-slice-ref, r=petrochenkovDylan DPC-1/+35
2023-05-23Rollup merge of #111609 - LegionMammal978:internal-unsafe, r=thomccDylan DPC-32/+57
2023-05-23Rollup merge of #111501 - WaffleLapkin:drivebycleanupuwu, r=oli-obkDylan DPC-179/+124
2023-05-22Auto merge of #111754 - lcnr:recursion-depth, r=matthewjasperbors-4/+101
2023-05-22Migrate GUI colors test to original CSS color formatGuillaume Gomez-3/+3
2023-05-22Update browser-ui-test to 0.16.4Guillaume Gomez-1/+1
2023-05-22Auto merge of #111634 - marc0246:arc-new-uninit-bloat, r=thomccbors-6/+47
2023-05-22move lcnr to only review types stufflcnr-1/+1
2023-05-22Auto merge of #111775 - compiler-errors:triple-check, r=Nilstriebbors-5/+44
2023-05-22Auto merge of #111711 - Jules-Bertholet:document-pin-layout, r=thomccbors-0/+2
2023-05-22Auto merge of #111835 - matthiaskrgr:rollup-qd4b2vu, r=matthiaskrgrbors-20/+15
2023-05-22Rollup merge of #111826 - ehuss:bootstrap-test-render-message, r=clubby789Matthias Krüger-2/+7
2023-05-22Rollup merge of #111810 - compiler-errors:less-macro, r=thomccMatthias Krüger-18/+8
2023-05-22Auto merge of #111781 - the8472:filter-map-chunk, r=thomccbors-3/+160
2023-05-22Auto merge of #111824 - lukas-code:strike, r=notriddlebors-1/+15
2023-05-21Auto merge of #111808 - Zoxc:query-structs-trim, r=cjgillotbors-82/+77
2023-05-21Auto merge of #111731 - MU001999:fix/issue-111727, r=cjgillotbors-16/+24
2023-05-21Render test messages from bootstrapEric Huss-2/+7
2023-05-21rustdoc: include strikethrough in item summaryLukas Markeffsky-1/+15
2023-05-21Auto merge of #111820 - matthiaskrgr:rollup-9sb2lw9, r=matthiaskrgrbors-55/+180
2023-05-21Rollup merge of #111817 - GuillaumeGomez:migrate-gui-test-color-3, r=notriddleMatthias Krüger-18/+18
2023-05-21Rollup merge of #111809 - DrMeepster:patch-1, r=jyn514Matthias Krüger-0/+2
2023-05-21Rollup merge of #111797 - GuillaumeGomez:migrate-gui-test-color-2, r=notriddleMatthias Krüger-9/+9
2023-05-21Rollup merge of #111770 - liushuyu:ubuntu/beta-rev-no-git, r=ozkanonurMatthias Krüger-6/+43
2023-05-21Rollup merge of #111745 - Badel2:emitter-add-overflow, r=compiler-errorsMatthias Krüger-22/+108
2023-05-21Rename `forget_ref` lint to `forgetting_references`Urgau-27/+27
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-50/+50
2023-05-21Rename `forget_copy` lint to `forgetting_copy_types`Urgau-28/+28
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-60/+60
2023-05-21Auto merge of #111424 - JakobDegen:inline-unsized, r=tmiaskobors-3/+77
2023-05-21Migrate GUI colors test to original CSS color formatGuillaume Gomez-18/+18
2023-05-21Add commentJohn Kåre Alsaker-0/+2
2023-05-21Auto merge of #111697 - rcvalle:rust-cfi-fix-111510, r=bjorn3bors-64/+189
2023-05-21Don't use inner macro in marker_implsMichael Goulet-18/+8
2023-05-20unset MIRI_BLESS for mir-opt-level 4 miri testsDrMeepster-0/+2
2023-05-21Auto merge of #111696 - lukas-code:offset-of-erase-regions-harder, r=compiler...bors-16/+42
2023-05-21Replace `QueryStruct` with arrays local to `rustc_query_impl`John Kåre Alsaker-82/+75
2023-05-21Auto merge of #111675 - Urgau:fix-local-libs-for-native-static-libs, r=bjorn3bors-0/+45
2023-05-20Don't inline functions with unsized argsJakob Degen-3/+77
2023-05-20bootstrap: add test cases for beta revision extractionliushuyu-0/+16
2023-05-20Read beta version from the version file ...liushuyu-6/+27
2023-05-20Auto merge of #111646 - Voultapher:restore-branchless-code-gen-for-merge, r=c...bors-26/+12