about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-07-12add support of available_parallelism for target hermitStefan Lankes-2/+1
2023-07-11Auto merge of #103754 - SUPERCILEX:filled-mut, r=m-ou-sebors-0/+7
2023-07-11Auto merge of #113175 - bryangarza:safe-transmute-rustc-coinductive, r=compil...bors-0/+1
2023-07-11Auto merge of #113130 - chriswailes:android-library-defs, r=Amanieubors-47/+58
2023-07-11Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obkbors-0/+2
2023-07-10Correct the Android stat struct definitionsChris Wailes-47/+58
2023-07-10Auto merge of #94748 - tbu-:pr_file_arc, r=Amanieubors-32/+65
2023-07-10Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubileebors-1/+1
2023-07-09move personality to sysGus Caplan-1/+1
2023-07-10Auto merge of #108485 - devsnek:float-pat-exception, r=workingjubileebors-36/+53
2023-07-09move pal cfgs in f32 and f64 to sysGus Caplan-36/+53
2023-07-09Rollup merge of #113493 - the8472:spec-iocopy-slice, r=Mark-SimulacrumMatthias Krüger-3/+116
2023-07-09Rollup merge of #113469 - JohnTitor:rm-default-free-fn, r=AmanieuMatthias Krüger-45/+0
2023-07-09additional io::copy specializationsThe 8472-3/+116
2023-07-08Rollup merge of #113064 - marcospb19:add-note-in-vec-swap-docs, r=Mark-Simula...Matthias Krüger-0/+2
2023-07-08Remove `default_free_fn` featureYuki Okushi-45/+0
2023-07-07Sync portable-simd to 2023 July 07Jubilee Young-133/+338
2023-07-06Rollup merge of #113318 - tgross35:113283-allocator-trait-eq, r=m-ou-seMichael Goulet-26/+9
2023-07-06Rollup merge of #112008 - intruder-kat:master, r=NilstriebMichael Goulet-2/+2
2023-07-06Auto merge of #113269 - jyn514:update-compiler-builtins, r=Amanieubors-2/+1
2023-07-06Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errorsfee1-dead-26/+26
2023-07-05Auto merge of #113287 - RalfJung:miri-test-libstd, r=JohnTitorbors-1/+1
2023-07-05Rollup merge of #113356 - he32:netbsd-riscv64, r=oli-obkMichael Goulet-1/+6
2023-07-05Update compiler-builtins to 0.1.95jyn-2/+1
2023-07-05Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd.Havard Eidnes-1/+6
2023-07-05Revert "use c literals in library"León Orell Valerian Liehr-23/+25
2023-07-05Revert "fix ptr cast"León Orell Valerian Liehr-9/+7
2023-07-05Auto merge of #112594 - ChrisDenton:process=-kill, r=Amanieubors-14/+32
2023-07-05Workaround for old android not having echoChris Denton-1/+8
2023-07-04Revert "alloc: Allow comparing `Box`s over different allocators"Trevor Gross-26/+9
2023-07-04Test Child::kill behaviour on exited processChris Denton-0/+8
2023-07-03Add diagnostic items for `<*mut _>::is_null` and `<*const _>::is_null`Urgau-0/+2
2023-07-03enable test_join test in MiriRalf Jung-1/+1
2023-07-03Auto merge of #113271 - matthiaskrgr:rollup-2ik4vaj, r=matthiaskrgrbors-1/+1
2023-07-02Update std to backtrace 0.3.68Jubilee Young-3/+3
2023-07-02Rollup merge of #113253 - nurmukhametdaniyar:rc_from_cstr_doc_fix, r=NilstriebMatthias Krüger-1/+1
2023-07-02downgrade compiler_builtinsNilstrieb-1/+2
2023-07-02Rollup merge of #113202 - guilliamxavier:patch-1, r=workingjubileeMatthias Krüger-6/+8
2023-07-02Rollup merge of #113147 - lizhanhui:fix_vec_from_raw_parts_doc_example, r=Mar...Matthias Krüger-14/+15
2023-07-02fixed documentation of from<CString> for Rc<CStr>: Arc -> RcDaniyar Nurmukhamet-1/+1
2023-07-01Auto merge of #111992 - ferrocene:pa-panic-abort-tests-bench, r=m-ou-sebors-118/+170
2023-07-01Auto merge of #113194 - lu-zero:intrinsics-inline, r=thomccbors-3/+3
2023-07-01Return `Ok` on kill if process has already exitedChris Denton-14/+17
2023-07-01Rollup merge of #113153 - tshepang:patch-6, r=cuviperMatthias Krüger-4/+4
2023-07-01Rollup merge of #113072 - tshepang:patch-1, r=cuviperMatthias Krüger-40/+0
2023-06-30std docs: factorize literal in Barrier exampleGuilliam Xavier-6/+8
2023-06-30Mark wrapped intrinsics as inline(always)Luca Barbato-3/+3
2023-06-30Rollup merge of #107624 - tgross35:const-cstr-methods, r=dtolnayMatthias Krüger-8/+10
2023-06-29Enable co-induction support for Safe TransmuteBryan Garza-0/+1
2023-06-29make HashMap::or_insert_with example more simpleTshepang Mbambo-4/+4