about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-09-01Document eager evaluation of `bool::then_some` argumentAdam-Gleave-0/+6
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-14/+14
2022-08-31Correct typoDezhi Wu-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-14/+14
2022-08-31Link “? operator” to relevant chapter in The BookMartin Geisler-3/+5
2022-08-31Rollup merge of #101159 - tspiteri:track-const-slice-split_at, r=Mark-SimulacrumYuki Okushi-1/+1
2022-08-30Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJungbors-8/+5
2022-08-30Implement `Ready::into_inner()`dAxpeDDa-0/+24
2022-08-30Make docs formulation more consistent for NonZero{int}yjhn-12/+12
2022-08-29Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgrbors-1/+1
2022-08-29Rollup merge of #101056 - kpreid:prim-doc, r=JohnTitorMatthias Krüger-1/+1
2022-08-29add tracking issue number to const_slice_split_at_not_mutTrevor Spiteri-1/+1
2022-08-29Rollup merge of #100934 - a1phyr:improve_fmt_PadAdapter, r=Mark-SimulacrumDylan DPC-14/+4
2022-08-29Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcmDylan DPC-5/+5
2022-08-28Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcmbors-0/+200
2022-08-28Rollup merge of #100955 - nrc:chain, r=joshtriplettMatthias Krüger-25/+25
2022-08-28Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcmbors-0/+41
2022-08-27Partially stabilize `bound_as_ref` by stablizing `Bound::as_ref`Ryan Lopopolo-1/+1
2022-08-27Adjust ptr_const_cast stabilization version to CURRENT_RUSTC_VERSIONest31-4/+4
2022-08-27Rollup merge of #100953 - joshtriplett:write-docs, r=Mark-SimulacrumYuki Okushi-22/+21
2022-08-27Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar...Yuki Okushi-5/+4
2022-08-26Re-add some justification5225225-0/+5
2022-08-26Creating uninitialized integers is UB5225225-11/+3
2022-08-26Add the syntax of references to their documentation summary.Kevin Reid-1/+1
2022-08-26Rollup merge of #100128 - kpreid:waker-doc, r=thomccGuillaume Gomez-12/+38
2022-08-26constify `Location` methodswoppopo-3/+6
2022-08-26Auto merge of #101017 - JohnTitor:rollup-73f2fhb, r=JohnTitorbors-50/+16
2022-08-26Rollup merge of #100933 - a1phyr:cheap_assert_match_failed, r=JoshTriplettYuki Okushi-2/+2
2022-08-26Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-seYuki Okushi-44/+0
2022-08-26Rollup merge of #100076 - tspiteri:const_slice_split_at, r=oli-obkYuki Okushi-4/+14
2022-08-26Auto merge of #99487 - bmacnaughton:is_whitespace_updates, r=thomccbors-10/+18
2022-08-25Auto merge of #100911 - tmiasko:update-stdarch, r=Amanieubors-21/+0
2022-08-25reviewTrevor Spiteri-2/+6
2022-08-25error::Error: remove some commentsNick Cameron-15/+0
2022-08-25Do not include `const_ptr_sub_ptr` in this stabilizationDeadbeef-1/+1
2022-08-25Stabilize `const_ptr_offset_from`.Deadbeef-5/+4
2022-08-25Rollup merge of #100921 - ChayimFriedman2:and-eager-eval, r=JohnTitorYuki Okushi-0/+11
2022-08-25Clarify comment to fit `as _` betterJosh Triplett-1/+2
2022-08-24Rollup merge of #100922 - GuillaumeGomez:rewrite-error-index, r=notriddleMatthias Krüger-2/+2
2022-08-24Rollup merge of #100220 - scottmcm:fix-by-ref-sized, r=joshtriplettMatthias Krüger-12/+38
2022-08-24error::Error: rename the Demand arguments from req to demandNick Cameron-7/+7
2022-08-24error::Error: rename the chain method to sourcesNick Cameron-7/+22
2022-08-24Expand example to show how to implement qualified trait namesJosh Triplett-0/+17
2022-08-24Update `write!` docs: can now import traits as `_` to avoid conflictsJosh Triplett-2/+2
2022-08-24Remove some documentation duplicated between `writeln!` and `write!`Josh Triplett-19/+0
2022-08-24Remove a packing branch from `fmt::builders::PadAdapter`Benoît du Garreau-14/+4
2022-08-24Reduce code size of `assert_matches_failed`Benoît du Garreau-2/+2
2022-08-23Auto merge of #99917 - yaahc:error-in-core-move, r=thomccbors-0/+757
2022-08-23Fix links to error codesGuillaume Gomez-2/+2
2022-08-23Add a warning about `Option/Result::and()` being eagerly evaluatedChayim Refael Friedman-0/+11