about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-03-08may not => cannotMichael Goulet-1/+1
2023-03-07black_box hint - Adjust for improved readabilitypat-nel87-6/+3
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-2/+1
2023-03-07Auto merge of #108763 - scottmcm:indexing-nuw-lengths, r=cuviperbors-3/+6
2023-03-07Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se...bors-0/+112
2023-03-06Use Edition 2021 :pat in matches macroKonrad Borowski-2/+2
2023-03-06issue-108706-fixNoam Ta Shma-3/+17
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-31/+250
2023-03-05Use `nuw` when calculating slice lengths from `Range`sScott McMurray-3/+6
2023-03-05Auto merge of #108157 - scottmcm:tuple-gt-via-partialcmp, r=dtolnaybors-13/+58
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-03Update library/std/src/io/mod.rsMichal Nazarewicz-1/+1
2023-03-03Match unmatched backticks in library/est31-18/+18
2023-03-02Make std tests pass on newer AndroidPeter Collingbourne-0/+20
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-01Fix docs for `alloc::realloc`overlookmotel-1/+2
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-01Update library/std/src/io/mod.rsMichal Nazarewicz-3/+3
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