about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-1/+1
2025-02-19Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-seMatthias Krüger-0/+1
2025-02-18update `cfg(bootstrap)`Josh Stone-1/+1
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-0/+1
2025-02-14Rollup merge of #136967 - DaniPopes:io-repeat-fill, r=joboetMatthias Krüger-0/+1
2025-02-13Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviperbors-1/+0
2025-02-13Use `slice::fill` in `io::Repeat` implementationDaniPopes-0/+1
2025-02-11library: amend revert of extended_varargs_abi_support for beta diffJubilee Young-1/+3
2025-02-11Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-0/+1
2025-02-07std: get rid of `sys_common::io`joboet-24/+1
2025-01-30std::rangePeter Jaszkowiak-0/+2
2025-01-28Stabilize `get_many_mut` as `get_disjoint_mut`Pavel Grigorenko-1/+0
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-0/+4
2025-01-18Rollup merge of #135661 - tgross35:stabilize-float_next_up_down, r=scottmcmMatthias Krüger-1/+0
2025-01-17Stabilize `float_next_up_down`Trevor Gross-1/+0
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-2/+0
2025-01-11Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhprattJacob Pratt-0/+1
2025-01-11Implement `ByteStr` and `ByteString` typesJosh Triplett-0/+4
2025-01-10Use `NonNull::without_provenance` within the standard librarySamuel Tardieu-0/+1
2025-01-09Update a bunch of library types for MCP807Scott McMurray-0/+1
2025-01-02path in detailLiigo Zhuang-1/+1
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-1/+0
2024-12-15Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratriebbors-0/+1
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-0/+2
2024-12-11Stabilize the Rust 2024 preludeEric Huss-1/+0
2024-12-05Added struct `fmt::FormattingOptions`Elias Holzmann-0/+1
2024-12-04Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...Oli Scherer-1/+1
2024-12-02stabilize const_collections_with_hasher and build_hasher_default_const_newRalf Jung-1/+0
2024-12-01Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhprattJacob Pratt-2/+0
2024-11-30remove a whole bunch of unnecessary const feature gatesRalf Jung-2/+0
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-1/+0
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-4/+2
2024-11-28Share inline(never) generics across cratesMark Rousskov-0/+1
2024-11-27Stabilize `extended_varargs_abi_support`Soveu-1/+0
2024-11-27update cfgsBoxy-4/+2
2024-11-26std: update internal uses of `io::const_error!`joboet-0/+1
2024-11-25std: expose `const_io_error!` as `const_error!`joboet-0/+1
2024-11-25Rollup merge of #132730 - joboet:after_main_sync, r=Noratrieb许杰友 Jieyou Xu (Joe)-3/+0
2024-11-23Stabilize `const_float_methods`Eduardo Sánchez Muñoz-1/+0
2024-11-20re-export `is_loongarch_feature_detected`WANG Rui-0/+2
2024-11-19UniqueRc: platform-specific AsFd/Handle/etc impls to mirror RcZachary S-0/+1
2024-11-18std: allow after-main use of synchronization primitivesjoboet-3/+0
2024-11-05Change some code blocks to quotes in rendered std docuellenberg-6/+4
2024-11-03Rollup merge of #132503 - RalfJung:const-hash-map, r=AmanieuMatthias Krüger-1/+1
2024-11-02remove const_hash feature leftoversRalf Jung-1/+0
2024-11-02const_with_hasher test: actually construct a usable HashMapRalf Jung-0/+1
2024-11-02fix some stability annotationsLukas Markeffsky-1/+1
2024-10-24Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratriebbors-0/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-2/+2
2024-10-19Remove the Arc rt::init allocation for thread infoGnomedDev-0/+1