about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2023-10-05docs: Correct terminology in std::cmpJan Behrens-17/+50
2023-10-05Auto merge of #104153 - tspiteri:doc-float-constants, r=workingjubileebors-4/+80
2023-10-04Disable CFI for core and std CFI violationsRamon de C Valle-0/+5
2023-10-04Auto merge of #116408 - matthiaskrgr:rollup-hmolg4m, r=matthiaskrgrbors-10/+24
2023-10-04Rollup merge of #116363 - Colonial-Dev:issue-116130-fix, r=thomccMatthias Krüger-10/+24
2023-10-03Bump version placeholdersMark Rousskov-90/+90
2023-10-03Add missing inline attributes to Duration trait implsElichai Turkel-0/+9
2023-10-03Rollup merge of #116361 - eduardosm:bump-stdarch, r=AmanieuMatthias Krüger-0/+1
2023-10-03Rollup merge of #116355 - orlp:signed-zero-rounding-mode, r=thomccMatthias Krüger-4/+6
2023-10-03Rollup merge of #116351 - asquared31415:ptr_eq_must_use, r=workingjubileeMatthias Krüger-0/+2
2023-10-02Appease tidyJames Haywood-4/+4
2023-10-02Adapt `todo!` documentation to mention displaying custom valuesJames Haywood-10/+24
2023-10-02Bump stdarch submoduleEduardo Sánchez Muñoz-0/+1
2023-10-02Rollup merge of #116350 - Nilstrieb:in-situ, r=Dylan-DPCTyler Mandry-1/+1
2023-10-02Clarify float rounding direction for signed zeroOrson Peters-4/+6
2023-10-02Improve wording of `hint::black_box` docs4gboframram-1/+1
2023-10-02add must_use on pointer equality functionsasquared31415-0/+2
2023-10-02Rollup merge of #116326 - Colonial-Dev:issue-116165-fix, r=joshtriplettMatthias Krüger-2/+4
2023-10-02MIRI -> MiriRalf Jung-2/+2
2023-10-02update some comments around swap()Ralf Jung-5/+4
2023-10-02Auto merge of #116325 - scottmcm:addr_eq, r=dtolnaybors-0/+22
2023-10-01Correct misleading std::fmt::Binary exampleJames Haywood-2/+4
2023-10-01Add `ptr::addr_eq`Scott McMurray-0/+22
2023-10-01Add track_caller attribute to Result::unwrap_or_elseravenclaw900-0/+1
2023-10-01Rollup merge of #116295 - asquared31415:mem_drop_docs, r=WaffleLapkinMatthias Krüger-1/+1
2023-10-01Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrumbors-1/+56
2023-09-30mem::drop docsasquared31415-1/+1
2023-09-29Rollup merge of #116241 - dtolnay:exclusivefwd, r=AmanieuMatthias Krüger-1/+45
2023-09-29Auto merge of #113797 - RalfJung:offset_from_docs, r=workingjubileebors-6/+40
2023-09-29Auto merge of #116176 - FedericoStra:isqrt, r=dtolnaybors-0/+165
2023-09-28Const stabilize mem::discriminantDavid Tolnay-3/+2
2023-09-28Add Exclusive forwarding impls (FnOnce, FnMut, Generator)David Tolnay-1/+45
2023-09-28isqrt: disable long running tests in MiriFederico Stra-0/+8
2023-09-28Stabilize `const_maybe_uninit_assume_init_read`DaniPopes-2/+4
2023-09-28Rollup merge of #116221 - ArchUsr64:patch-1, r=ChrisDentonMatthias Krüger-1/+1
2023-09-28isqrt: `assume` that `isqrt` takes half as many bitsFederico Stra-0/+7
2023-09-28fixup! isqrt: fix stabilityFederico Stra-6/+6
2023-09-28isqrt: cite source and rename variables to match original C codeFederico Stra-11/+16
2023-09-28isqrt: fix stabilityFederico Stra-6/+11
2023-09-28fixup! isqrt: initial implementationFederico Stra-4/+4
2023-09-28Rollup merge of #115888 - RalfJung:assert_receiver_is_total_eq, r=dtolnayMatthias Krüger-3/+3
2023-09-28Rollup merge of #112959 - tbu-:pr_fmt_error_wording, r=dtolnayMatthias Krüger-2/+2
2023-09-28stabilize `Option::as_`(`mut_`)`slice`Andre Bogus-12/+2
2023-09-28changed 'rotate' to 'rotating'Anshul-1/+1
2023-09-27Fix "unresolved link to std::fmt::Error" David Tolnay-1/+1
2023-09-26take more clarifying text from Gankra's PRRalf Jung-0/+14
2023-09-26isqrt: add more testsFederico Stra-0/+32
2023-09-26isqrt: remove duplication by delegating to unsigned integersFederico Stra-40/+12
2023-09-26Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errorsbors-1/+6
2023-09-25Auto merge of #116074 - fzs111:clarify-pin-docs, r=Mark-Simulacrumbors-1/+4