about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-06-03Use Drop instead of destroy() for locks.Mara Bos-87/+39
2022-06-02Auto merge of #97414 - LYF1999:yf/cachealign, r=Mark-Simulacrumbors-1/+2
2022-06-01Auto merge of #97632 - JohnTitor:rollup-d2ucrjw, r=JohnTitorbors-82/+293
2022-06-02Rollup merge of #97626 - RalfJung:expose, r=tmiaskoYuki Okushi-18/+23
2022-06-02Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomezYuki Okushi-7/+29
2022-06-02Rollup merge of #97605 - estebank:suggestion-filename, r=oli-obkYuki Okushi-4/+39
2022-06-02Rollup merge of #97166 - nnethercote:move-conditions-out, r=estebankYuki Okushi-50/+41
2022-06-02Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup, r=Guill...Yuki Okushi-2/+43
2022-06-02Rollup merge of #95594 - the8472:raw_slice_methods, r=yaahcYuki Okushi-1/+118
2022-06-01Auto merge of #97612 - ehuss:update-cargo, r=ehussbors-0/+0
2022-06-01rename PointerAddress → PointerExposeAddressRalf Jung-18/+23
2022-06-01rustdoc: add test case for auto traits on slice primitiveMichael Howell-0/+14
2022-06-01Auto merge of #97624 - matthiaskrgr:rollup-rtcqjx9, r=matthiaskrgrbors-78/+655
2022-06-01Update src/librustdoc/passes/collect_trait_impls.rsMichael Howell-3/+5
2022-06-01Mention filename in suggestion when it differs from primary spanEsteban Küber-4/+39
2022-06-01Improve calculation of "Impls on Foreign Types"Jacob Hoffman-Andrews-7/+29
2022-06-01Rollup merge of #97621 - RalfJung:miri, r=RalfJungMatthias Krüger-10/+11
2022-06-01Rollup merge of #97592 - notriddle:notriddle/impl-trait, r=GuillaumeGomezMatthias Krüger-8/+182
2022-06-01Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...Matthias Krüger-8/+94
2022-06-01Rollup merge of #96271 - compiler-errors:suggest-question-mark, r=estebankMatthias Krüger-52/+368
2022-06-01Auto merge of #97622 - JohnTitor:rollup-4qoxrjn, r=JohnTitorbors-59/+257
2022-06-01Rollup merge of #97616 - TaKO8Ki:remove-unnecessary-option, r=Dylan-DPCYuki Okushi-4/+11
2022-06-01Rollup merge of #97611 - azdavis:master, r=Dylan-DPCYuki Okushi-7/+13
2022-06-01Rollup merge of #97580 - JohnTitor:issue-71546, r=compiler-errorsYuki Okushi-0/+39
2022-06-01Rollup merge of #97562 - compiler-errors:comment-poly_project_and_unify_type,...Yuki Okushi-14/+14
2022-06-01Rollup merge of #97498 - ijchen:master, r=Mark-SimulacrumYuki Okushi-1/+0
2022-06-01Rollup merge of #97470 - notriddle:notriddle/test-cases, r=GuillaumeGomezYuki Okushi-2/+47
2022-06-01Rollup merge of #97399 - SparrowLii:arg_index, r=oli-obkYuki Okushi-31/+16
2022-06-01Rollup merge of #97216 - RalfJung:null-ptr-check, r=oli-obkYuki Okushi-0/+4
2022-06-01Rollup merge of #94647 - Urgau:hash-map-many-mut, r=AmanieuYuki Okushi-0/+113
2022-06-01update MiriRalf Jung-10/+11
2022-06-01Add regression test for #71546Yuki Okushi-0/+39
2022-06-01remove an unnecessary `Option`Takayuki Maeda-4/+11
2022-05-31Update cargoEric Huss-0/+0
2022-05-31Tweak insert docsAriel Davis-7/+13
2022-06-01Auto merge of #97553 - nbdd0121:lib, r=Mark-Simulacrumbors-0/+2
2022-06-01use 128 cache align for m1 macyifei-1/+2
2022-06-01Auto merge of #97435 - Patryk27:bump-compiler-builtins, r=Dylan-DPCbors-3/+3
2022-05-31Auto merge of #97600 - matthiaskrgr:rollup-yivyeu5, r=matthiaskrgrbors-26/+46
2022-06-01Expose get_many_mut and get_many_unchecked_mut to HashMapLoïc BRANSTETT-0/+113
2022-05-31Rollup merge of #97596 - WaffleLapkin:fixup_feature_name, r=compiler-errorsMatthias Krüger-1/+1
2022-05-31Rollup merge of #97593 - lnicola:rust-analyzer-2022-05-31, r=lnicolaMatthias Krüger-7/+24
2022-05-31Rollup merge of #97578 - ojeda:checkpatch, r=JohnTitorMatthias Krüger-1/+1
2022-05-31Rollup merge of #97316 - CAD97:bound-misbehavior, r=dtolnayMatthias Krüger-17/+20
2022-05-31Auto merge of #97582 - tmiasko:pointer-address-cast, r=oli-obkbors-94/+96
2022-05-31Fixup feature name to be more consistent with othersMaybe Waffle-1/+1
2022-05-31:arrow_up: rust-analyzerLaurențiu Nicola-7/+24
2022-05-31rustdoc: also index raw pointersMichael Howell-2/+82
2022-05-31rustdoc: also index impl traitMichael Howell-6/+100
2022-05-31Auto merge of #97570 - JakobDegen:dse-test, r=tmiaskobors-326/+21