about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-02-03Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obkMichael Goulet-120/+21
2023-02-03Rollup merge of #107519 - joboet:raw_os_error_ty, r=AmanieuMichael Goulet-10/+26
2023-02-03nit fixedAme-1/+1
2023-02-03Clarifying that .map() returns None if None.Ame-2/+4
2023-02-04Fix #103320, add explanatory message for [#must_use]yukang-6/+12
2023-02-03Replace `ConstFnMutClosure` with const closuresDeadbeef-120/+21
2023-02-03Rollup merge of #107598 - chenyukang:yukang/fix-core-bench, r=thomccMatthias Krüger-32/+44
2023-02-03fix #107590, Fix benchmarks in library/core with black_boxyukang-32/+44
2023-02-01Stabilize `#![feature(target_feature_11)]`Léo Lanteri Thauvin-1/+0
2023-02-01Change 'from_bytes_until_nul' to const stableTrevor Gross-4/+14
2023-02-01Stabilize feature 'cstr_from_bytes_until_nul'Trevor Gross-9/+5
2023-02-01Rollup merge of #107442 - lukas-code:slice-panics, r=cuviperMatthias Krüger-16/+32
2023-02-01Rollup merge of #107389 - zvavybir:master, r=estebankMatthias Krüger-2/+2
2023-02-01Stabilize cmpxchg16b_target_featureNugine-1/+1
2023-02-01BTreeMap: Add Cursor and CursorMutAmanieu d'Antras-5/+839
2023-02-01BTreeMap: Change internal insert function to return a handleAmanieu d'Antras-37/+119
2023-01-31improve panic message for slice windows and chunksLukas Markeffsky-16/+32
2023-01-31Rollup merge of #107535 - dcompoze:tcp-doc-unwrap, r=cuviperGuillaume Gomez-1/+1
2023-01-31Replace unwrap with ? in TcpListener docDaniel Chmielewski-1/+1
2023-01-31Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-59/+18
2023-01-31implement const iterator using `rustc_do_not_const_check`Deadbeef-0/+77
2023-01-31std: add type alias for raw OS errorsjoboet-10/+26
2023-01-31Fix `vec_deque::Drain` FIXMEMarkus Everling-31/+19
2023-01-31Rollup merge of #107494 - lebensterben:patch-1, r=JohnTitorYuki Okushi-0/+1
2023-01-31Rollup merge of #107445 - Swatinem:rm-genfuture, r=cuviperYuki Okushi-45/+0
2023-01-31fix link in std::path::Path::display()Lucius Hu-0/+1
2023-01-30Improved wording of error messages of missing remainder implementationsMatthias Kaak-2/+2
2023-01-30stage-step cfgsMark Rousskov-50/+9
2023-01-30Rollup merge of #107424 - bpeel:clone-into-from-share-code, r=scottmcmMatthias Krüger-40/+34
2023-01-30Auto merge of #107080 - Urgau:cleanup-bootstrap-extra-check-cfgs, r=Mark-Simu...bors-8/+1
2023-01-30Rollup merge of #107459 - tshepang:cosistency, r=WaffleLapkinDylan DPC-2/+2
2023-01-30Rollup merge of #107452 - y21:get-mut-unchecked-typo, r=Mark-SimulacrumDylan DPC-2/+2
2023-01-30Rollup merge of #101569 - m-ou-se:alloc-no-rexport-argumentv1, r=thomccDylan DPC-1/+1
2023-01-30end entry paragraph with a period (.)Tshepang Mbambo-2/+2
2023-01-29Don't re-export private/unstable ArgumentV1 from `alloc`.Mara Bos-1/+1
2023-01-29fix typo in {Rc, Arc}::get_mut_unchecked docsy21-2/+2
2023-01-29Rollup merge of #107431 - notriddle:notriddle/colon, r=thomccMatthias Krüger-1/+1
2023-01-29Rollup merge of #106798 - scottmcm:signum-via-cmp, r=Mark-SimulacrumMatthias Krüger-5/+6
2023-01-29Rollup merge of #106769 - lenko-d:libtest-print_why_a_test_was_ignored_if_its...Matthias Krüger-1/+16
2023-01-29Remove `GenFuture` from coreArpad Borsos-45/+0
2023-01-29Auto merge of #106253 - nbdd0121:upcast, r=compiler-errorsbors-0/+5
2023-01-29Rollup merge of #107154 - glaubitz:m68k-alloc, r=JohnTitorMatthias Krüger-0/+1
2023-01-29Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitorMatthias Krüger-0/+9
2023-01-28docs: remove colon from time headerMichael Howell-1/+1
2023-01-28vec: Use SpecCloneIntoVec::clone_into to implement Vec::clone_fromNeil Roberts-30/+1
2023-01-28slice: Add a specialization for clone_into when T is CopyNeil Roberts-10/+33
2023-01-28Reintroduce multiple_supertrait_upcastable lintGary Guo-0/+5
2023-01-28Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnayMatthias Krüger-58/+15
2023-01-28Rollup merge of #105524 - Ayush1325:libc-free, r=ChrisDentonMatthias Krüger-9/+10
2023-01-28Rollup merge of #104252 - faern:stabilize-const_socketaddr, r=JohnTitorMatthias Krüger-14/+13