about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-03-27Fix ASCII case commentclubby789-1/+1
2023-03-27fix advance_by impl for vec_deque and add testsThe 8472-7/+30
2023-03-27update documentationThe 8472-8/+10
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-271/+340
2023-03-27Use the FnPtr trait to avoid implementing common traits via macrosOli Scherer-107/+162
2023-03-27Add a builtin `FnPtr` traitlcnr-0/+15
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-352/+315
2023-03-27Document that SystemTime does not count leap secondsIan Jackson-0/+20
2023-03-27Add note about clone-and-hack to the two UNIX_EPOCH definitionsIan Jackson-0/+6
2023-03-27Rollup merge of #102742 - bjorn3:cleanup_rust_start_panic, r=ChrisDentonMatthias Krüger-15/+10
2023-03-27Rollup merge of #98651 - mattfbacon:master, r=ChrisDentonMatthias Krüger-1/+1
2023-03-27Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=...Matthias Krüger-12/+6
2023-03-26Auto merge of #109357 - saethlin:inline-as-deref, r=thomccbors-0/+4
2023-03-26Remove unnecessary raw pointer in __rust_start_panic argbjorn3-15/+10
2023-03-26Merge branch 'master' into Issue-107957-black_box_docspat-nel87-7574/+9813
2023-03-26Rollup merge of #109620 - eievui5:patch-1, r=compiler-errorsMatthias Krüger-1/+1
2023-03-26Auto merge of #105096 - LegionMammal978:copied-allocators, r=Amanieubors-3/+3
2023-03-25Correct typo (`back_box` -> `black_box`)Evie M-1/+1
2023-03-25Improve documentation for str::replace() and str::replacen()Veera-2/+2
2023-03-25Auto merge of #99929 - the8472:default-iters, r=scottmcmbors-0/+371
2023-03-25Auto merge of #109546 - saethlin:inline-into, r=scottmcmbors-0/+1
2023-03-24Add #[inline] to the Into for From implBen Kimock-0/+1
2023-03-24Auto merge of #109216 - martingms:unicode-case-lut-shrink, r=Mark-Simulacrumbors-1794/+783
2023-03-24Rollup merge of #109406 - WaffleLapkin:🥛, r=cuviperMatthias Krüger-13/+0
2023-03-24Rollup merge of #109368 - hermitcore:typo, r=cuviperMatthias Krüger-1/+1
2023-03-24Rollup merge of #109142 - the8472:mutex-block-docs, r=cuviperMatthias Krüger-7/+17
2023-03-24Rollup merge of #108924 - tmiasko:panic-immediate-abort, r=thomccMatthias Krüger-0/+3
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-0/+14
2023-03-23Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgrbors-2/+10
2023-03-23Rollup merge of #106964 - workingjubilee:crouching-ioerror-hidden-documentati...Matthias Krüger-2/+10
2023-03-23Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obkbors-0/+8
2023-03-23Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgrbors-23/+6
2023-03-23Rollup merge of #109504 - steffahn:stabilize_a_rc_into_inner, r=joshtriplettMatthias Krüger-23/+6
2023-03-23Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgrbors-0/+1
2023-03-23Stabilize `arc_into_inner` and `rc_into_inner`.Frank Steffahn-23/+6
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-0/+8
2023-03-22Rollup merge of #109359 - Nilstrieb:bump-stdarch, r=AmanieuMatthias Krüger-0/+1
2023-03-22Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgrbors-1/+16
2023-03-22Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegenMatthias Krüger-1/+16
2023-03-23Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholkDylan DPC-72/+42
2023-03-23Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDentonDylan DPC-14/+26
2023-03-22Check the presence of linkat() on Solaris (not available in version 10, avail...Daniel Laügt-5/+6
2023-03-21Rollup merge of #108164 - joboet:discard_messages_mpmc_array, r=AmanieuMatthias Krüger-26/+98
2023-03-21Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplettMatthias Krüger-38/+62
2023-03-21Rollup merge of #108326 - tmiasko:read-buf, r=thomccnils-31/+250
2023-03-21Rollup merge of #106434 - clubby789:document-sum-result, r=the8472nils-4/+42
2023-03-21Use hex literal for INDEX_MASKMartin Gammelsæter-1/+1
2023-03-21Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomccbors-11/+2
2023-03-21Auto merge of #108717 - TDecki:dec2flt-inline, r=thomccbors-1/+18
2023-03-21Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrumbors-47/+40