about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-09-08Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhprattbors-247/+315
2025-09-07Rollup merge of #146269 - weihanglo:solaris-flock, r=Mark-SimulacrumMatthias Krüger-0/+70
2025-09-07optimization: Don't include ASCII characters in Unicode tablesKarl Meakin-247/+315
2025-09-07Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take...bors-50/+50
2025-09-07feat(std): emulate flock for solaris via fcntlWeihang Lo-0/+70
2025-09-06Change stdlib float tests to account for miri nondet floats.LorrensP-2158466-50/+50
2025-09-06Rollup merge of #145940 - pascaldekloe:int-exp-tune, r=tgross35Trevor Gross-176/+237
2025-09-06Rollup merge of #139524 - Berrysoft:cygwin-socket-ext, r=tgross35Trevor Gross-57/+131
2025-09-06Add socket extensions for cygwinBerrysoft-57/+131
2025-09-06Auto merge of #146071 - npmccallum:cleanup, r=fmeasebors-106/+55
2025-09-06clean up some old const trait impl syntaxNathaniel McCallum-106/+55
2025-09-05Rollup merge of #146257 - alexcrichton:update-wasi-crate, r=tgross35Trevor Gross-4/+4
2025-09-05std: Update `wasi` crate dependencyAlex Crichton-4/+4
2025-09-05Rollup merge of #146234 - hkBst:file-generated-header, r=tgross35León Orell Valerian Liehr-1/+1
2025-09-05Rollup merge of #146225 - Jules-Bertholet:simplify-float-midpoint, r=tgross35León Orell Valerian Liehr-32/+0
2025-09-05Rollup merge of #138944 - madsmtm:apple_os_version_check, r=tgross35León Orell Valerian Liehr-0/+1077
2025-09-05single buffer for exponent fmt of integersPascal S. de Kloe-176/+213
2025-09-05Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbolsMads Marquart-0/+1077
2025-09-05change file-is-generated doc comment to innerMarijn Schouten-1/+1
2025-09-05Simplify `{f16, f32, f54, f128}::midpoint()`Jules Bertholet-32/+0
2025-09-05Rollup merge of #146207 - alexcrichton:wasip2-stdio, r=juntyrTrevor Gross-3/+127
2025-09-05Rollup merge of #146152 - rperier:unify_and_dedup_algebraic_float_tests, r=tg...Trevor Gross-83/+44
2025-09-05Rollup merge of #144342 - Qelxiros:exact-bitshifts, r=tgross35Trevor Gross-0/+231
2025-09-04std: Implement WASIp2-specific stdio routinesAlex Crichton-3/+127
2025-09-04Rollup merge of #146194 - bend-n:fix-path-str-eq, r=ibraheemdevMatthias Krüger-1/+7
2025-09-04fixbendn-1/+1
2025-09-04add testbendn-0/+6
2025-09-04Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35Jacob Pratt-0/+264
2025-09-04Rollup merge of #146136 - AudaciousAxiom:docs/missing-closing-code-block-fenc...Stuart Cook-2/+7
2025-09-04Rollup merge of #146054 - joboet:array-repeat-must_use, r=ibraheemdevStuart Cook-0/+1
2025-09-04Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35Stuart Cook-25/+2
2025-09-04Rollup merge of #145209 - hanna-kruppe:path_add_extension, r=tgross35Stuart Cook-7/+3
2025-09-04Rollup merge of #143725 - kennytm:peekable_next_if_map, r=jhprattStuart Cook-0/+189
2025-09-04Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35Stuart Cook-23/+307
2025-09-03Add `read_buf` equivalents for positioned readsNiklas Fiekas-23/+308
2025-09-03Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35Stuart Cook-14/+205
2025-09-03Rollup merge of #145414 - Kmeakin:km/unicode-table-refactors, r=joshtriplett,...Stuart Cook-4/+16
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-168/+275
2025-09-03Unify and deduplicate algebraic float testsRomain Perier-83/+44
2025-09-03Add `funnel_sh{l,r}` functions and intrinsicssayantn-0/+264
2025-09-03raw_vec.rs: Remove superfluous fn alloc_guardBart Jacobs-25/+2
2025-09-02add exact bitshiftsJeremy Smart-0/+231
2025-09-02docs(std): add missing closing code block fences in doc commentsAudaciousAxiom-2/+7
2025-09-02Rollup merge of #146118 - RalfJung:miri-abort, r=joboetGuillaume Gomez-2/+5
2025-09-02Rollup merge of #146088 - npmccallum:try, r=scottmcmGuillaume Gomez-2/+4
2025-09-02Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubileeGuillaume Gomez-1/+0
2025-09-02improve process::abort rendering in Miri backtracesRalf Jung-2/+5
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-1/+0
2025-09-01Constify conversion traitsltdk-168/+275
2025-09-01constify impl Try for ControlFlowNathaniel McCallum-2/+4