about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-05-28Rollup merge of #97034 - fee1-dead-contrib:layout-hash, r=dtolnayDylan DPC-2/+9
2022-05-28Rollup merge of #94640 - Pointerbender:issue-71146-partial-stabilization, r=y...Dylan DPC-3/+4
2022-05-27Auto merge of #97444 - compiler-errors:rollup-2gvdav6, r=compiler-errorsbors-27/+109
2022-05-26Rollup merge of #96051 - newpavlov:duration_rounding, r=nagisa,joshtriplettMichael Goulet-27/+109
2022-05-27fmtАртём Павлов [Artyom Pavlov]-5/+1
2022-05-27fix nanos overflow for f64Артём Павлов [Artyom Pavlov]-9/+24
2022-05-27add debug assertsArtyom Pavlov-4/+8
2022-05-27libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co...Vadim Petrochenkov-0/+57
2022-05-26Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcmMatthias Krüger-0/+40
2022-05-25fix broken doctestJane Lusby-0/+1
2022-05-25update option and result references to expect message docsJane Lusby-5/+27
2022-05-25Auto merge of #94954 - SimonSapin:null-thin3, r=yaahcbors-0/+46
2022-05-25Rollup merge of #97233 - c410-f3r:assert-lib, r=scottmcmDylan DPC-0/+110
2022-05-25Rollup merge of #97026 - Nilstrieb:make-atomic-debug-relaxed, r=scottmcmDylan DPC-3/+3
2022-05-25tweak doctestsАртём Павлов [Artyom Pavlov]-8/+6
2022-05-25implement tie to evenАртём Павлов [Artyom Pavlov]-19/+73
2022-05-25Rollup merge of #97363 - wackbyte:sliceindex-doc-typo, r=JohnTitorYuki Okushi-1/+1
2022-05-25Rollup merge of #93966 - rkuhn:patch-1, r=tmandryYuki Okushi-0/+13
2022-05-24Fix a mistake in `SliceIndex`'s documentationwackbyte-1/+1
2022-05-24Rollup merge of #97321 - RalfJung:int-to-fnptr, r=Dylan-DPCDylan DPC-0/+29
2022-05-24Rollup merge of #97308 - JohnTitor:stabilize-cell-filter-map, r=Mark-SimulacrumDylan DPC-6/+2
2022-05-23explain how to turn integers into fn ptrsRalf Jung-0/+29
2022-05-23Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPCDylan DPC-2/+17
2022-05-23Stabilize `cell_filter_map`Yuki Okushi-6/+2
2022-05-23Auto merge of #97304 - Dylan-DPC:rollup-qxrfddc, r=Dylan-DPCbors-0/+4
2022-05-23Rollup merge of #97087 - Nilstrieb:clarify-slice-iteration-order, r=dtolnayDylan DPC-0/+4
2022-05-23Auto merge of #96100 - Raekye:master, r=dtolnaybors-4/+4
2022-05-22Make write/print macros eagerly drop temporariesDavid Tolnay-6/+8
2022-05-22[RFC 2011] Library codeCaio-0/+110
2022-05-22Auto merge of #97265 - JohnTitor:rollup-kgthnjt, r=JohnTitorbors-2/+2
2022-05-22Rollup merge of #97225 - cuviper:ref-display, r=scottmcmYuki Okushi-2/+2
2022-05-22Auto merge of #94119 - c410-f3r:array-again-and-again, r=scottmcmbors-7/+5
2022-05-21Auto merge of #94530 - tmiasko:alignment-impls, r=dtolnaybors-1/+1
2022-05-21Rollup merge of #97219 - RalfJung:ptr-invalid, r=thomccGuillaume Gomez-2/+10
2022-05-21Rollup merge of #97190 - SylvainDe:master, r=Dylan-DPCGuillaume Gomez-2/+6
2022-05-20Fix `Display` for `cell::{Ref,RefMut}`Josh Stone-2/+2
2022-05-20make ptr::invalid not the same as a regular int2ptr castRalf Jung-2/+10
2022-05-20Stabilize core::array::from_fnCaio-7/+5
2022-05-20Rollup merge of #97192 - sunfishcode:sunfishcode/rightmost, r=thomccGuillaume Gomez-1/+1
2022-05-20Auto merge of #97147 - Mark-Simulacrum:stage0-bump, r=pietroalbinibors-2/+0
2022-05-20Auto merge of #97027 - cuviper:yesalias-refcell, r=thomccbors-34/+49
2022-05-19Say "last" instead of "rightmost" in the documentation for `std::str::rfind`.Dan Gohman-1/+1
2022-05-19Add implicit call to from_str via parse in documentationSylvainDe-2/+6
2022-05-19Rollup merge of #97155 - alygin:patch-1, r=JohnTitorDylan DPC-1/+1
2022-05-18Auto merge of #95643 - WaffleLapkin:ptr_convenience, r=joshtriplettbors-2/+337
2022-05-19Fix doc typoAndrew Lygin-1/+1
2022-05-18Stage-step cfgsMark Rousskov-2/+0
2022-05-17bump stable version #94640Pointerbender-2/+2
2022-05-16Add a comment for covariant `Ref`Josh Stone-1/+2
2022-05-16Remove outdated references to nll-rfc#40Josh Stone-2/+0