about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-10-02Rollup merge of #147227 - edwloef:box_take, r=joboetMatthias Krüger-0/+31
2025-10-02Rollup merge of #146281 - Jules-Bertholet:static-align-thread-local, r=Mark-S...Matthias Krüger-72/+410
2025-10-01Auto merge of #147235 - matthiaskrgr:rollup-a0es1x9, r=matthiaskrgrbors-47/+33
2025-10-01Rollup merge of #147204 - camsteffen:array-windows-ref, r=joboetMatthias Krüger-47/+22
2025-10-01Rollup merge of #147195 - hkBst:repeat-3, r=Mark-SimulacrumMatthias Krüger-0/+11
2025-10-01Fix memory leak in `os` implJules Bertholet-31/+72
2025-10-01implement `Box::take`edwloef-0/+31
2025-10-01Change ArrayWindows to use a sliceCameron Steffen-47/+22
2025-10-01Rollup merge of #147213 - ivmarkov:fix-hostname-espidf, r=joboetStuart Cook-1/+1
2025-10-01Fix broken STD build for ESP-IDFivmarkov-1/+1
2025-10-01Auto merge of #147198 - matthiaskrgr:rollup-b0ryvvu, r=matthiaskrgrbors-3/+25
2025-09-30Add fast-path for accessing the current thread idJosh Simmons-3/+25
2025-09-30Rollup merge of #147166 - cyrgani:proc-macro-cleanup-1, r=petrochenkovMatthias Krüger-54/+14
2025-09-30Rollup merge of #146886 - taiki-e:rc-inner-align, r=Mark-SimulacrumMatthias Krüger-8/+12
2025-09-30Rollup merge of #142506 - clarfonthey:path-trailing-sep, r=joboetMatthias Krüger-4/+221
2025-09-30iter repeat: add tests for new count and last behaviorMarijn Schouten-0/+11
2025-09-30Add repr(align(2)) to RcInner and ArcInnerTaiki Endo-8/+12
2025-09-30explicitly implement `!Send` and `!Sync`cyrgani-31/+12
2025-09-30remove unused `#![feature(stmt_expr_attributes)]`cyrgani-1/+0
2025-09-29remove `reverse_{encode, decode}!`cyrgani-22/+2
2025-09-29Rollup merge of #146937 - joboet:gethostname, r=Mark-SimulacrumMatthias Krüger-78/+224
2025-09-29Rollup merge of #147101 - yotamofek:pr/iter-eq-and-eq-by, r=jdonszelmannStuart Cook-1/+1
2025-09-29std: implement `hostname`joboet-1/+140
2025-09-29Auto merge of #147140 - Zalathar:rollup-rtnqek7, r=Zalatharbors-1/+2
2025-09-29Use `Iterator::eq` and (dogfood) `eq_by` in compiler and libraryYotam Ofek-1/+1
2025-09-29Rollup merge of #146979 - npmccallum:nanosecs, r=Mark-SimulacrumStuart Cook-1/+2
2025-09-29Auto merge of #147090 - Noratrieb:immediate-abort-stack-overflow, r=joboetbors-2/+13
2025-09-28Rollup merge of #146675 - Jules-Bertholet:sync-nonexclusive, r=Mark-SimulacrumMatthias Krüger-10/+104
2025-09-28Rollup merge of #140482 - devnexen:tcp_deferaccept_toduration, r=joboetMatthias Krüger-17/+27
2025-09-28Rollup merge of #147110 - SebastianSpeitel:patch-1, r=saethlinMatthias Krüger-1/+1
2025-09-28Rollup merge of #147095 - fmease:libprivrepr, r=dtolnayMatthias Krüger-7/+7
2025-09-28Rollup merge of #147093 - jackpot51:redox-path, r=bjorn3Matthias Krüger-1/+1
2025-09-28Rollup merge of #147082 - danielverkamp:fmt-alternate-octal-binary-mixup, r=N...Matthias Krüger-2/+2
2025-09-28Rollup merge of #146788 - sysrex:146756/discord_invite, r=workingjubileeMatthias Krüger-2/+2
2025-09-28Auto merge of #147042 - Noratrieb:untrack-caller-vec, r=tgross35bors-121/+0
2025-09-28Fix typoSebastian Speitel-1/+1
2025-09-27Hoist non-platform-specific code out of `thread_local_inner!`Jules Bertholet-16/+6
2025-09-27fix build for androidDavid Carlier-0/+1
2025-09-27Rollup merge of #147076 - joshuarayton:more-float-constants-issue, r=tgross35Matthias Krüger-24/+24
2025-09-27Rollup merge of #146037 - aapoalas:reborrow-lang-experiment, r=tmandryMatthias Krüger-8/+19
2025-09-27Library: Remove remaining private `#[repr]` workaroundsLeón Orell Valerian Liehr-7/+7
2025-09-27redox: switch to colon as path separatorJeremy Soller-1/+1
2025-09-27Skip stack overflow handler for panic=immediate-abortNoratrieb-2/+13
2025-09-27Remove `cfg(bootstrap)` for `doc_cfg` feature following #141925Guillaume Gomez-71/+23
2025-09-27Fix autodiff feature activationGuillaume Gomez-1/+0
2025-09-27fmtGuillaume Gomez-11/+2
2025-09-27Remove `doc_cfg_hide` featureGuillaume Gomez-3/+4
2025-09-27Strenghten checks for `doc(auto_cfg(show/hide))` attributesGuillaume Gomez-8/+1
2025-09-27Implement RFC 3631Guillaume Gomez-30/+84
2025-09-27Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxubors-121/+121