about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-04-11Implement Default for AssertUnwindSafeSoni L-0/+7
2022-04-11Rollup merge of #95743 - yaahc:binary-search-clarification, r=Mark-SimulacrumMatthias Krüger-2/+14
2022-04-10Rollup merge of #95566 - eduardosm:std_char_consts_and_methods, r=Mark-Simula...Dylan DPC-203/+54
2022-04-09Rollup merge of #95831 - redzic:xor-uppercase, r=workingjubileeDylan DPC-2/+2
2022-04-09Rollup merge of #95805 - c410-f3r:meta-vars, r=petrochenkovDylan DPC-13/+13
2022-04-09Rollup merge of #95361 - scottmcm:valid-align, r=Mark-SimulacrumDylan DPC-6/+251
2022-04-09Rollup merge of #95787 - yaahc:panic-doc-update-v2, r=dtolnayDylan DPC-12/+22
2022-04-08Make non-power-of-two alignments a validity error in `Layout`Scott McMurray-6/+251
2022-04-08Use bitwise XOR in to_ascii_uppercaseRedzic-2/+2
2022-04-08Left overs of #95761Caio-13/+13
2022-04-08Rollup merge of #95761 - c410-f3r:meta-var-stuff, r=petrochenkovDylan DPC-116/+25
2022-04-08Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcmDylan DPC-0/+82
2022-04-08add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int...Cyborus04-0/+82
2022-04-07reword panic vs result section to remove recoverable vs unrecoverable framingJane Lusby-12/+22
2022-04-07Kickstart the inner usage of macro_metavar_exprCaio-116/+25
2022-04-07Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPCbors-2/+2
2022-04-07Rollup merge of #95753 - ChayimFriedman2:patch-1, r=dtolnayDylan DPC-2/+2
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-115/+48
2022-04-07Correct safety reasoning in `str::make_ascii_{lower,upper}case()`Chayim Refael Friedman-2/+2
2022-04-07Rollup merge of #95725 - hkBst:patch-1, r=Dylan-DPCDylan DPC-2/+2
2022-04-07Rollup merge of #95708 - fee1-dead:doc_whitespace_trim, r=Dylan-DPCDylan DPC-8/+11
2022-04-07Rollup merge of #95646 - mgeisler:mention-std-env-var, r=Dylan-DPCDylan DPC-2/+8
2022-04-07Update library/core/src/slice/mod.rsDylan DPC-1/+1
2022-04-07remove exclamation markDylan DPC-1/+1
2022-04-06add necessary closure for partition_pointJane Lusby-2/+2
2022-04-06Update binary_search example to instead redirect to partition_pointJane Lusby-2/+14
2022-04-06Revert "Mark Location::caller() as #[inline]"bjorn3-1/+0
2022-04-06Mention `std::env::var` in `env!`Martin Geisler-2/+8
2022-04-06Message: Chunks cannot have a size of zero.Marijn Schouten-2/+2
2022-04-06Update documentation for `trim*` and `is_whitespace` to include newlinesDeadbeef-8/+11
2022-04-05trivial cfg(bootstrap) changesPietro Albini-115/+48
2022-04-05Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er...Dylan DPC-0/+18
2022-04-05Rollup merge of #95547 - RalfJung:ptr-int-transmutes, r=scottmcmDylan DPC-0/+10
2022-04-05diagnostics: tweak error message to give more rationale to unsafe FnMichael Howell-3/+6
2022-04-05Rollup merge of #95660 - yaahc:panic-docs-update, r=Dylan-DPCDylan DPC-7/+19
2022-04-04Fix bogus tidy errorsMichael Howell-0/+3
2022-04-04diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMutMichael Howell-0/+12
2022-04-05Rollup merge of #95630 - declanvk:update-nonnull-doc, r=RalfJungDylan DPC-4/+8
2022-04-05Rollup merge of #95588 - RalfJung:strict-provenance, r=scottmcmDylan DPC-19/+217
2022-04-05Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi...Dylan DPC-0/+4
2022-04-04Update panic docs to make it clearer when to use panic vs ResultJane Lusby-7/+19
2022-04-04explicitly distinguish pointer::addr and pointer::expose_addrRalf Jung-19/+217
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+4
2022-04-04Rollup merge of #95438 - m-ou-se:sync-unsafe-cell, r=joshtriplettDylan DPC-4/+109
2022-04-04Stabilize total_cmpPyry Kontio-4/+2
2022-04-03Add doc links referencing raw pointer methodsDeclan Kelly-4/+8
2022-04-03Auto merge of #95619 - bjorn3:inline_location_caller, r=scottmcmbors-0/+1
2022-04-03Rollup merge of #95618 - adamse:master, r=dtolnayDylan DPC-5/+8
2022-04-03Rollup merge of #95617 - saethlin:swap-test-invalidation, r=Dylan-DPCDylan DPC-2/+3
2022-04-03Fix &mut invalidation in ptr::swap doctestBen Kimock-2/+3