about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-02-08std: add tracking issue for `RawOsError`joboet-2/+2
2023-02-08Rollup merge of #107776 - dbrgn:docs-string-reserve-headings, r=cuviperMatthias Krüger-2/+2
2023-02-08Rollup merge of #107769 - compiler-errors:pointer-like, r=eholkMatthias Krüger-5/+6
2023-02-07Docs: Fix format of headings in String::reserveDanilo Bargen-2/+2
2023-02-07Rename PointerSized to PointerLikeMichael Goulet-5/+6
2023-02-07Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-seMatthias Krüger-5/+5
2023-02-06Rollup merge of #107720 - tshepang:consistency, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-02-06Rollup merge of #107714 - Wilfred:round_docs, r=m-ou-seMatthias Krüger-4/+4
2023-02-06Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errorsbors-6/+12
2023-02-06end entry paragprah with a period (.)Tshepang Mbambo-1/+1
2023-02-05Clarify wording on f64::round() and f32::round()Wilfred Hughes-4/+4
2023-02-05Mark 'atomic_mut_ptr' methods constTrevor Gross-5/+5
2023-02-05Fix typo in HashMap::with_capacityKiran Shila-1/+1
2023-02-05Add `slice_ranges` safety commentMarkus Everling-5/+12
2023-02-04Allow canonicalizing the `array::map` loop in trusted casesScott McMurray-141/+234
2023-02-04Stop forcing `array::map` through an unnecessary `Result`Scott McMurray-57/+69
2023-02-04Stop using `into_iter` in `array::map`Scott McMurray-11/+99
2023-02-03docs: update fragment for Result implsMichael Howell-3/+3
2023-02-03reword descriptions of the deprecated int modulesPeter Jaszkowiak-36/+12
2023-02-03Rollup merge of #107632 - ameknite:issue-107622-fix, r=jyn514Michael Goulet-2/+4
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-03Update library/std/src/io/mod.rsMichal Nazarewicz-4/+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-03Specify behavior of HashSet::insertStiopa Koltsov-1/+23
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