about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-01-07edit new section for typos and better wordingGray Olson-16/+21
2024-01-07fix importsGray Olson-6/+5
2024-01-07fix typosGray Olson-4/+4
2024-01-07add section on manual owning ptr managed solution via @kpreidGray Olson-9/+36
2024-01-07improve structural Unpin + formattingGray Olson-8/+10
2024-01-07reword unpin auto impl sectionGray Olson-26/+20
2024-01-07fix link in footnoteGray Olson-3/+3
2024-01-07improve `Pin` struct docs and add examplesGray Olson-8/+89
2024-01-07improve intro and discussion of pinning as library contractGray Olson-39/+59
2024-01-07improve intro and `Unpin`-related discussionGray Olson-67/+145
2024-01-07update doubly linked list commentary and fix linksGray Olson-19/+26
2024-01-07fix one more broken linkGray Olson-1/+1
2024-01-07fix broken linksGray Olson-2/+2
2024-01-07Fix examples, finish polishingGray Olson-48/+87
2024-01-07mostly doneGray Olson-348/+359
2024-01-07Rewrite `Pin<P>` docs to clarify guarantees and usesMiguel Young de la Sota-214/+605
2024-01-06Rollup merge of #119657 - cls:slice_split_once-typo, r=ChrisDentonMichael Goulet-2/+2
2024-01-06Rollup merge of #119656 - RalfJung:round-docs, r=Mark-SimulacrumMichael Goulet-6/+12
2024-01-06Auto merge of #119599 - marthadev:position, r=the8472bors-6/+13
2024-01-06Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errorsMatthias Krüger-0/+1
2024-01-06Rollup merge of #119595 - mbbill:patch-1, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-01-06Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472Matthias Krüger-23/+23
2024-01-06Add assume into `NonZeroIntX::get`AngelicosPhosphoros-4/+18
2024-01-06document rounding behavior of rint/nearbyint for tiesRalf Jung-6/+12
2024-01-06Fix typo in docs for slice::split_once, slice::rsplit_onceConnor Lane Smith-2/+2
2024-01-05Rollup merge of #119216 - weiznich:use_diagnostic_namespace_in_stdlib, r=comp...Michael Goulet-30/+31
2024-01-05Remove feature not required by `Ipv6Addr::to_cononical` doctestEthan Brierley-1/+0
2024-01-05library: Add `allow(unused_assignments)` to custom MIR doctestVadim Petrochenkov-0/+1
2024-01-05Rollup merge of #119583 - AngelicosPhosphoros:const_assume, r=RalfJungMichael Goulet-2/+1
2024-01-05Fix #119551: Rewrite Iterator::position default impl, storing the accumulatin...martha-6/+13
2024-01-05Replace some usage of `#[rustc_on_unimplemented]` withGeorg Semmler-30/+31
2024-01-05Fix a typo in core::ops::Deref's docLaura Demkowicz-Duffy-1/+1
2024-01-04Fixed ambiguity in hint.rsMing, Bai-1/+1
2024-01-04Make `intrinsics::assume` const stableAngelicosPhosphoros-2/+1
2024-01-04Rollup merge of #119532 - GKFX:offset-of-parse-expr, r=est31Matthias Krüger-0/+10
2024-01-04Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errorsMatthias Krüger-12/+45
2024-01-02Make offset_of field parsing use metavariable which handles any spacingGeorge Bateman-0/+10
2023-12-31Clarify ambiguity in select_nth_unstable docsBrian Romanowski-7/+7
2023-12-31Initial implementation of `str::from_raw_parts[_mut]`Sky-1/+42
2023-12-30Rollup merge of #119424 - ojeda:send-sync, r=est31Matthias Krüger-1/+3
2023-12-29Primitive docs: fix confusing `Send` in `&T`'s listMiguel Ojeda-1/+3
2023-12-28fix typoEmil Gardström-1/+1
2023-12-26custom mir: better type-checkingRalf Jung-7/+9
2023-12-26custom mir: make it clear what the return block isRalf Jung-9/+40
2023-12-26explain what crates should do when adding comparison with foreign typesRalf Jung-0/+38
2023-12-26PartialOrd: transitivity and duality are required only if the corresponding i...Ralf Jung-6/+10
2023-12-26PartialEq: handle longer transitive chainsRalf Jung-2/+4
2023-12-26Auto merge of #119133 - scottmcm:assert-unchecked, r=thomccbors-1/+49
2023-12-25select AsyncFn traits during overloaded call opMichael Goulet-0/+3
2023-12-25We do not need impl_trait_in_assoc_tyMichael Goulet-7/+6