about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-05-31Rollup merge of #112113 - notriddle:notriddle/rm-fnretty, r=GuillaumeGomezMatthias Krüger-81/+49
2023-05-31Rollup merge of #112108 - GuillaumeGomez:reexport-doc-hidden-private, r=notri...Matthias Krüger-25/+48
2023-05-31Rollup merge of #112096 - workingjubilee:array-unzip, r=scottmcmMatthias Krüger-38/+3
2023-05-31Rollup merge of #112084 - ozkanonur:improvements, r=clubby789Matthias Krüger-82/+92
2023-05-31Rollup merge of #112069 - clubby789:offset-of-sized-fields, r=WaffleLapkinMatthias Krüger-3/+23
2023-05-31Rollup merge of #112053 - nnethercote:rm-Zcpu-partitioning-strategy, r=wesley...Matthias Krüger-1319/+1182
2023-05-31Rollup merge of #112031 - sladyn98:migrate-proc-macro, r=GuillaumeGomezMatthias Krüger-10/+16
2023-05-30Test from_fn autovectorizesScottMcMurray-0/+10
2023-05-31Auto merge of #112070 - lcnr:disjoint-closure-capture-ub, r=oli-obkbors-19/+90
2023-05-30Auto merge of #109698 - epage:wtf, r=Amanieubors-83/+159
2023-05-30rustdoc: simplify `clean` by removing `FnRetTy`Michael Howell-81/+49
2023-05-30Auto merge of #111881 - lcnr:leak-check, r=nikomatsakis,jackh726bors-244/+320
2023-05-30Add regression test for re-export of doc hidden item inside private item not ...Guillaume Gomez-0/+16
2023-05-30Fix re-export of doc hidden item inside private item not displayedGuillaume Gomez-25/+32
2023-05-30Auto merge of #112102 - Nilstrieb:rollup-ivu1hmc, r=Nilstriebbors-434/+796
2023-05-30update universe used by the leak checklcnr-1/+3
2023-05-30coinductive cycle leak check testlcnr-0/+33
2023-05-30directory size limit :<lcnr-3/+3
2023-05-30add the leak check to the new solverlcnr-0/+29
2023-05-30update revision nameslcnr-5/+5
2023-05-30change redundant `clear()` to assertionlcnr-4/+2
2023-05-30rework the leak_check to take the outer_universelcnr-166/+178
2023-05-30Rollup merge of #112100 - jieyouxu:issue-106929, r=oli-obkNilstrieb-32/+42
2023-05-30Rollup merge of #112064 - GuillaumeGomez:migrate-gui-test-color-9, r=notriddleNilstrieb-5/+5
2023-05-30Rollup merge of #112060 - lcnr:early-binder, r=jackh726Nilstrieb-60/+60
2023-05-30Rollup merge of #111955 - jyn514:step-refactors, r=clubby789Nilstrieb-167/+225
2023-05-30Rollup merge of #111872 - bvanjoi:fix-103646, r=cjgillotNilstrieb-0/+38
2023-05-30Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkinNilstrieb-168/+423
2023-05-30Rollup merge of #107916 - reez12g:issue-107040, r=AmanieuNilstrieb-2/+3
2023-05-30add FIXME to a test which seems wrong.lcnr-0/+2
2023-05-30remove unused revisionlcnr-17/+1
2023-05-30coherence: don't add hidden types for opaqueslcnr-10/+59
2023-05-30leak_check: remove unused codepathlcnr-42/+9
2023-05-30Auto merge of #111768 - oli-obk:pair_const_llvm, r=cjgillotbors-83/+120
2023-05-30Don't typecheck suggested method call许杰友 Jieyou Xu (Joe)-32/+42
2023-05-30use `build_helper::util::try_run` in rustdoc-gui-testozkanonur-17/+3
2023-05-30create `build_helper/src/util` modozkanonur-65/+79
2023-05-30Rename `partitioning/mod.rs` as `partitioning.rs`.Nicholas Nethercote-0/+0
2023-05-30Merge `default.rs` into `mod.rs`.Nicholas Nethercote-649/+632
2023-05-30Remove `-Zcgu-partitioning-strategy`.Nicholas Nethercote-396/+276
2023-05-30Remove array_zipJubilee Young-45/+0
2023-05-30Auto merge of #112083 - scottmcm:simpler-range-next, r=thomccbors-46/+143
2023-05-30fix comment on Allocator traitreez12g-2/+3
2023-05-30Auto merge of #112075 - WaffleLapkin:unmkII, r=lcnrbors-234/+292
2023-05-30Auto merge of #111989 - klensy:deps-up-26-05-23, r=Mark-Simulacrumbors-123/+22
2023-05-29Auto merge of #112080 - matthiaskrgr:rollup-pmpbe49, r=matthiaskrgrbors-83/+385
2023-05-29offset_of: Don't require type to be sizedclubby789-3/+23
2023-05-29Update a MIRI fake-time test that this makes "faster"Scott McMurray-1/+1
2023-05-29Make `TrustedStep` require `Copy`Scott McMurray-45/+142
2023-05-29improve `rustdoc-gui-test` to find local `node_modules`ozkanonur-0/+10