about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-03-05Auto merge of #105117 - pitaj:debug_asserts, r=the8472bors-35/+50
2023-03-04Comment for why char boundaries aren't checkedPeter Jaszkowiak-0/+6
2023-03-04Rollup merge of #108660 - xfix:remove-ne-method-from-str, r=thomccDylan DPC-8/+0
2023-03-04Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubileebors-3/+276
2023-03-04Update comment.Tobias Decking-1/+1
2023-03-04typoTobias Decking-1/+1
2023-03-04Add inlining annotationsTobias Decking-1/+18
2023-03-03Rollup merge of #108688 - est31:backticks_matchmaking_library, r=jyn514Matthias Krüger-18/+18
2023-03-03Rollup merge of #108540 - WaffleLapkin:atomic_thingy_from_thingy_pointer, r=m...Matthias Krüger-0/+135
2023-03-03fix an alloc testMaybe Waffle-16/+8
2023-03-03Make `unused_allocation` lint warn against `Box::new`Maybe Waffle-0/+1
2023-03-03Use weak linkage for `preadv` and `pwritev` on MacOS and iOSBenoît du Garreau-8/+18
2023-03-03Match unmatched backticks in library/est31-18/+18
2023-03-02Remove manual implementation of String::neKonrad Borowski-4/+0
2023-03-02Remove manual implementation of str::neKonrad Borowski-4/+0
2023-03-02Revert "Stabilize `#![feature(target_feature_11)]`"Léo Lanteri Thauvin-0/+1
2023-03-02Fill-in tracking issue for `feature("atomic_from_ptr")`Maybe Waffle-6/+6
2023-03-02Add basic testsBenoît du Garreau-0/+61
2023-03-02Take shared references as parameterBenoît du Garreau-12/+4
2023-03-02Use weak linkage on AndroidBenoît du Garreau-4/+96
2023-03-02Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubileebors-50/+434
2023-03-01Auto merge of #108483 - scottmcm:unify-bytewise-eq-traits, r=the8472bors-92/+98
2023-03-01Merge two different equality specialization traits in `core`Scott McMurray-92/+98
2023-03-01Rollup merge of #108462 - pommicket:fix-vecdeque-zst-overflow, r=AmanieuDylan DPC-1/+15
2023-03-01Auto merge of #105871 - llogiq:option-as-slice, r=scottmcmbors-0/+120
2023-03-01Auto merge of #108476 - saethlin:remove-library-rustc-box, r=thomccbors-9/+7
2023-03-01Update library/std/src/os/nto/mod.rsFlorian Bartels-1/+1
2023-03-01Rollup merge of #108558 - RalfJung:core-tests, r=thomccMatthias Krüger-0/+1
2023-03-01Rollup merge of #108531 - Coca162:rustdoc-repeat-const-array, r=thomccMatthias Krüger-4/+8
2023-03-01Add `Option::as_slice`(`_mut`)Andre Bogus-0/+120
2023-02-28relax bounds on iterator adapter Default implsThe 8472-25/+6
2023-02-28Support allocators in various Default for IntoIter implsThe 8472-7/+22
2023-02-28rewrite iterator `Default` tests as doctestsThe 8472-40/+174
2023-02-28Implement Default for some alloc/core iteratorsThe 8472-2/+243
2023-02-28Retry to spawn/fork up to 3 times when it failed because of an interruptionFlorian Bartels-2/+64
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-48/+370
2023-02-28Auto merge of #107987 - EFanZh:inline-poll-methods, r=Mark-Simulacrumbors-0/+5
2023-02-28add missing feature in core/testsRalf Jung-0/+1
2023-02-28Auto merge of #106774 - Nugine:master, r=Amanieubors-1/+1
2023-02-27Remove or justify use of #[rustc_box]Ben Kimock-9/+7
2023-02-28Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebankbors-1/+0
2023-02-27Add `Atomic*::from_ptr`Maybe Waffle-0/+135
2023-02-27Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDentonMatthias Krüger-29/+78
2023-02-27Rollup merge of #104265 - faern:move-ipaddr-to-core, r=joshtriplettMatthias Krüger-3784/+4079
2023-02-27Clarify that Copy is a trait in array docsCoca162-2/+2
2023-02-27Update docs to show [expr; N] can repeat const exprCoca162-4/+8
2023-02-27Add vectored positioned I/O on UnixBenoît du Garreau-3/+121
2023-02-27use `as_ptr` to determine the address of atomicsStefan Lankes-3/+3
2023-02-26remove unused importsStefan Lankes-1/+0
2023-02-26Add tracking issueJosh Triplett-1/+1