summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-11-07Avoid use imports in thread_local_inner! in statikJeong YunWon-5/+4
2024-11-01Avoid shadowing user provided types or type aliases in `thread_local!`许杰友 Jieyou Xu (Joe)-22/+49
2024-11-01Bump libc to 0.2.161Jan Sommer-4/+4
2024-10-14replace placeholder versionJosh Stone-165/+156
2024-10-13Auto merge of #125679 - clarfonthey:escape_ascii, r=joboetbors-26/+110
2024-10-13switch unicode-data back to 'static'Ralf Jung-8/+9
2024-10-12Rollup merge of #131418 - coolreader18:wasm-exc-use-stdarch, r=bjorn3Trevor Gross-16/+11
2024-10-12Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJungTrevor Gross-18/+19
2024-10-12Stabilize `const_option`Trevor Gross-18/+19
2024-10-12Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35Matthias Krüger-4/+0
2024-10-12Rollup merge of #131503 - theemathas:stdin_read_line_docs, r=Mark-SimulacrumMatthias Krüger-1/+6
2024-10-12remove const_cow_is_borrowed feature gateRalf Jung-4/+0
2024-10-12Rollup merge of #131233 - joboet:stdout-before-main, r=tgross35Trevor Gross-23/+42
2024-10-12Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJungTrevor Gross-20/+17
2024-10-12std: fix stdout-before-mainjoboet-23/+42
2024-10-12library: Stabilize `const_replace`Jubilee Young-3/+4
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-15/+12
2024-10-12library: Stabilize `const_intrinsic_forget`Jubilee Young-2/+1
2024-10-11Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35Trevor Gross-8/+6
2024-10-11Rollup merge of #130962 - nyurik:opts-libs, r=cuviperTrevor Gross-20/+21
2024-10-11Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlinTrevor Gross-0/+53
2024-10-11Rollup merge of #131463 - bjoernager:const-char-encode-utf8, r=RalfJungTrevor Gross-3/+5
2024-10-11Rollup merge of #131287 - RalfJung:const_result, r=tgross35Trevor Gross-5/+9
2024-10-11Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboetTrevor Gross-13/+4
2024-10-11Rollup merge of #131065 - Voultapher:port-sort-test-suite, r=thomccTrevor Gross-434/+1955
2024-10-11intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semanticsJed Brown-0/+53
2024-10-11stabilize const_resultRalf Jung-5/+9
2024-10-11stabilize duration_consts_floatRalf Jung-8/+6
2024-10-11Rollup merge of #131512 - j7nw4r:master, r=jhprattMatthias Krüger-1/+2
2024-10-10Fixing rustDoc for LayoutError.Johnathan W-1/+2
2024-10-10Rollup merge of #130741 - mrkajetanp:detect-b16b16, r=AmanieuMatthias Krüger-0/+1
2024-10-10Rollup merge of #130538 - ultrabear:ultrabear_const_from_ref, r=workingjubileeMatthias Krüger-6/+4
2024-10-10More clearly document Stdin::read_lineTim (Theemathas) Chirananthavat-1/+6
2024-10-10Stabilise 'const_char_encode_utf8';Gabriel Bjørnager Jensen-3/+5
2024-10-10rustc_target: Add sme-b16b16 as an explicit aarch64 target featureKajetan Puchalski-0/+1
2024-10-10stdarch: Bump stdarch submoduleKajetan Puchalski-0/+0
2024-10-09Optimize escape_asciiltdk-26/+110
2024-10-09Rollup merge of #131462 - cuviper:open_buffered-error, r=RalfJungMatthias Krüger-1/+2
2024-10-09Rollup merge of #131449 - nickrum:wasip2-net-decouple-fd, r=alexcrichtonMatthias Krüger-18/+58
2024-10-09Rollup merge of #131383 - AngelicosPhosphoros:better_doc_for_slice_slicing_at...Matthias Krüger-0/+21
2024-10-09Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdevMatthias Krüger-20/+26
2024-10-09Mention allocation errors for `open_buffered`Josh Stone-1/+2
2024-10-09Library: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-20/+26
2024-10-09Decouple WASIp2 sockets from WasiFdNicola Krumschmidt-18/+58
2024-10-09stabilize `{slice,array}::from_mut`ultrabear-6/+4
2024-10-08Update library/std/src/sys/pal/unix/process/process_vxworks.rsYuri Astrakhan-1/+1
2024-10-08fix ref in process_vxworks.rsYuri Astrakhan-1/+1
2024-10-08Update library/std/src/sys/pal/unix/process/process_unix.rsYuri Astrakhan-1/+1
2024-10-08Change a few `&Option<T>` into `Option<&T>`Yuri Astrakhan-19/+20
2024-10-08Use throw intrinsic from stdarch in wasm libunwindNoa-16/+11