about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-02-26Move IpAddr and SocketAddr to coreLinus Färnstrand-3784/+4079
2023-02-26Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë...Matthias Krüger-1/+1
2023-02-26Rollup merge of #108475 - Sp00ph:fix_shrink_to, r=thomccMatthias Krüger-55/+104
2023-02-26Rollup merge of #108299 - scottmcm:literal-bits, r=NilstriebMatthias Krüger-36/+46
2023-02-26std: disconnect senders before discarding messagesjoboet-4/+5
2023-02-26std: use random HashMap keys on Hermitjoboet-2/+17
2023-02-26Remove `from_fn` lang itemNilstrieb-1/+1
2023-02-26Disambiguate commentsMarkus Everling-2/+2
2023-02-26Fix `VecDeque::shrink_to` and add tests.Markus Everling-55/+104
2023-02-26Rollup merge of #108432 - klensy:test-deps, r=Mark-SimulacrumMatthias Krüger-2/+0
2023-02-26Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillotMatthias Krüger-0/+2
2023-02-25Auto merge of #107405 - hermitcore:bsd, r=bjorn3bors-476/+584
2023-02-25[stdio][windows] Use MBTWC and WCTMBNicole Mazzuca-29/+78
2023-02-25Add test for VecDeque::append ZST capacity overflowpommicket-0/+14
2023-02-25Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgrbors-2/+2
2023-02-25Use checked_add in VecDeque::append for ZSTs to avoid overflowpommicket-1/+1
2023-02-25Rollup merge of #108407 - notriddle:notriddle/vec-get-mut, r=thomccMatthias Krüger-2/+2
2023-02-25Auto merge of #108233 - ChrisDenton:move-std-tests, r=thomccbors-12/+115
2023-02-25binary_heap: Unify Extend implementation.Tatsuyuki Ishi-34/+2
2023-02-25binary_heap: Make RebuildOnDrop a common helper.Tatsuyuki Ishi-17/+17
2023-02-25Auto merge of #107638 - zhangyunhao116:pdqsort-rand, r=cuviperbors-10/+14
2023-02-24test: drop unused depsklensy-2/+0
2023-02-24avoid the usage of libc during the creation of documentationStefan Lankes-9/+7
2023-02-24remove code duplicationsStefan Lankes-393/+129
2023-02-24move IO traits to std/src/os/hermitStefan Lankes-73/+102
2023-02-24add support of RustyHermit's BSD socket layerStefan Lankes-457/+802
2023-02-24Rollup merge of #108391 - sunfishcode:sunfishcode/is-terminal-file-length, r=...Dylan DPC-19/+21
2023-02-24Rollup merge of #108370 - fbq:time-doc-fix, r=thomccDylan DPC-3/+3
2023-02-24Rollup merge of #106918 - dtolnay:heapretain, r=the8472Dylan DPC-6/+37
2023-02-24Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomccDylan DPC-0/+77
2023-02-23Stabilize atomic_as_ptrTrevor Gross-7/+7
2023-02-23docs: use intra-doc links for `Vec::get(_mut)`Michael Howell-2/+2
2023-02-23Fix `is_terminal`'s handling of long paths on Windows.Dan Gohman-19/+21
2023-02-23Add lint against `Iterator::map` receiving a callable that returns `()`Obei Sideg-0/+2
2023-02-22Require `literal`s for some `(u)int_impl!` parametersScott McMurray-36/+46
2023-02-23Rollup merge of #108218 - ChrisDenton:cmd-escape, r=cuviperMatthias Krüger-1/+10
2023-02-22std: time: Avoid to use "was created" in elapsed() descriptionBoqun Feng-3/+3
2023-02-22Rollup merge of #107736 - tgross35:atomic-as-ptr, r=m-ou-seMatthias Krüger-9/+9
2023-02-22Optimize break patternszhangyunhao-10/+14
2023-02-22Quote more batch file argumentsChris Denton-1/+10
2023-02-21Exclude SGX from create_dir_all_bare testChris Denton-0/+2
2023-02-21Make `create_dir_all_bare` an std integration testChris Denton-12/+97
2023-02-21Move `rename_directory` from ui-fulldeps to stdChris Denton-0/+16
2023-02-21Remove unused FileDesc::get_cloexecTomasz MiÄ…sko-5/+0
2023-02-21Rollup merge of #108272 - MrNossiom:master, r=thomccDylan DPC-1/+1
2023-02-21Rollup merge of #108105 - majaha:patch-1, r=cuviperDylan DPC-6/+10
2023-02-20Explain the default panic hook betterMatt Harding-6/+10
2023-02-20use UpperCamelCaseMilo Moisson-1/+1
2023-02-20Changes according to reviewMarkus Everling-11/+11
2023-02-20Rollup merge of #108279 - Nilstrieb:int, r=scottmcmMatthias Krüger-78/+356