about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-10-13core/net: add Ipv[46]Addr::from_octets, Ipv6Addr::from_segmentsDario Nieuwenhuis-1/+101
2024-10-13Rollup merge of #131646 - RalfJung:unix-miri-fallbacks, r=joboetMatthias Krüger-1/+2
2024-10-13Rollup merge of #131644 - RalfJung:win-miri, r=joboetMatthias Krüger-8/+3
2024-10-13library: xous: mark alloc as `FIXME(static_mut_refs)`Sean Cross-0/+3
2024-10-13xous: ffi: correct syscall number for adjust_processSean Cross-1/+1
2024-10-13net: fix dead code warningSean Cross-0/+3
2024-10-13std: xous: add support for args and envSean Cross-32/+504
2024-10-13Auto merge of #125679 - clarfonthey:escape_ascii, r=joboetbors-26/+110
2024-10-13unwind: update unwinding dependency to 0.2.3Sean Cross-7/+7
2024-10-13sys/unix: add comments for some Miri fallbacksRalf Jung-1/+2
2024-10-13remove outdated comment now that Miri is on CIRalf Jung-1/+0
2024-10-13sys/windows: remove miri hack that is only needed for win7Ralf Jung-7/+3
2024-10-13switch unicode-data back to 'static'Ralf Jung-8/+9
2024-10-13merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gateRalf Jung-22/+0
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-13Fix bug where `option_env!` would return `None` when env var is present but n...beetrees-8/+10
2024-10-13Fix typo thing->thin referring to pointerAndreas Molzer-2/+2
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-11Avoid superfluous UB checks in `IndexRange`Josh Stone-4/+7
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-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-1/+35
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-11rename RcBox in other places tooJonathan Dönszelmann-11/+11
2024-10-11rename RcBox to RcInner for consistencyJonathan Dönszelmann-67/+71
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-10uefi: process: Add args supportAyush Singh-12/+56
2024-10-10Use with_capacity(0) because we're reading the capacity later onMads Marquart-1/+1
2024-10-10Prefer `target_vendor = "apple"` on confstrMads Marquart-3/+3
2024-10-10use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on darwinThom Chiovoloni-7/+109