about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-10-06Minor doc clarification in Once::call_oncePeter Hall-1/+1
2023-10-06Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcmGuillaume Gomez-7/+6
2023-10-06Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkinGuillaume Gomez-0/+50
2023-10-06Rollup merge of #115588 - tifv:fix-comment-successors, r=scottmcmGuillaume Gomez-1/+1
2023-10-06Rollup merge of #115522 - joshlf:patch-8, r=scottmcmGuillaume Gomez-6/+6
2023-10-06Rollup merge of #115454 - vwkd:patch-1, r=scottmcmGuillaume Gomez-1/+1
2023-10-06Auto merge of #111595 - fortanix:raoul/waitqueue_clarifications, r=workingjub...bors-7/+19
2023-10-06Reuse existing `Some`s in `Option::(x)or`Scott McMurray-4/+4
2023-10-05Elaborate some caveats to losslessScott McMurray-2/+5
2023-10-06Don't mention "recover the original" in `From` docsscottmcm-2/+5
2023-10-05Attempt to describe the intent behind the `From` trait furtherScott McMurray-0/+34
2023-10-06Windows: Support sub-millisecond sleepChris Denton-1/+88
2023-10-06Auto merge of #116463 - ChrisDenton:nlibc, r=workingjubileebors-13/+18
2023-10-06Auto merge of #101150 - jethrogb:jb/cleanup-sgx-user-memory-copies, r=working...bors-122/+85
2023-10-06Remove libcChris Denton-13/+18
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+50
2023-10-05Auto merge of #116455 - matthiaskrgr:rollup-p226a5u, r=matthiaskrgrbors-12/+2
2023-10-05Rollup merge of #116220 - llogiq:stabilize-option-as-slice, r=BurntSushiMatthias Krüger-12/+2
2023-10-05Auto merge of #103046 - JanBeh:PR_clarify_cmp_terminology, r=workingjubileebors-17/+50
2023-10-05Auto merge of #114042 - liushuyu:ubuntu/i586-fpmath, r=workingjubileebors-1/+1
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-05Rollup merge of #116223 - catandcoder:master, r=cjgillotJubilee-1/+1
2023-10-04Disable CFI for core and std CFI violationsRamon de C Valle-12/+38
2023-10-04std: abort instead of panicking if the global allocator uses TLSjoboet-5/+21
2023-10-04Auto merge of #116408 - matthiaskrgr:rollup-hmolg4m, r=matthiaskrgrbors-14/+28
2023-10-04Rollup merge of #116363 - Colonial-Dev:issue-116130-fix, r=thomccMatthias Krüger-10/+24
2023-10-04Rollup merge of #116146 - Milo123459:milo/clarify-arg-documentation, r=thomccMatthias Krüger-2/+2
2023-10-04Rollup merge of #115961 - Kriskras99:master, r=thomccMatthias Krüger-2/+2
2023-10-04Auto merge of #116386 - elichai:patch-2, r=thomccbors-0/+9
2023-10-03Bump version placeholdersMark Rousskov-108/+108
2023-10-04Auto merge of #116367 - scottmcm:more-addr-eq, r=workingjubileebors-4/+5
2023-10-04Fix misuses of a vs ancui fliter-1/+1
2023-10-03std: panic when the global allocator tries to register a TLS destructorjoboet-29/+29
2023-10-03Auto merge of #105394 - Patiga:improve-udpsocket-docs, r=workingjubileebors-1/+20
2023-10-03Add missing inline attributes to Duration trait implsElichai Turkel-0/+9
2023-10-03Rollup merge of #116282 - rustaceanclub:master, r=davidtwcoMatthias Krüger-1/+1
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-02Invoke `backtrace-rs` buildscript in `std` buildscriptPeter Jaszkowiak-0/+12
2023-10-02Use `addr_eq` in `{Arc,Rc}::ptr_eq`Scott McMurray-4/+5
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-02Rollup merge of #116289 - linkmauve:patch-1, r=the8472Tyler Mandry-0/+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