summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2024-10-13Auto merge of #125679 - clarfonthey:escape_ascii, r=joboetbors-3/+19
2024-10-12Stabilize `const_option`Trevor Gross-1/+0
2024-10-12Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJungTrevor Gross-1/+0
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-1/+0
2024-10-11Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35Trevor Gross-1/+0
2024-10-11Rollup merge of #131287 - RalfJung:const_result, r=tgross35Trevor Gross-1/+0
2024-10-11Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboetTrevor Gross-1/+0
2024-10-11Rollup merge of #131065 - Voultapher:port-sort-test-suite, r=thomccTrevor Gross-51/+0
2024-10-11stabilize const_resultRalf Jung-1/+0
2024-10-11stabilize duration_consts_floatRalf Jung-1/+0
2024-10-10Rollup merge of #130538 - ultrabear:ultrabear_const_from_ref, r=workingjubileeMatthias Krüger-2/+0
2024-10-09Optimize escape_asciiltdk-3/+19
2024-10-09Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdevMatthias Krüger-1/+1
2024-10-09Library: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-10-09stabilize `{slice,array}::from_mut`ultrabear-2/+0
2024-10-04Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro...Jubilee-1/+0
2024-10-02library: Stabilize `const_ptr_as_ref`Jubilee Young-1/+0
2024-10-01Stabilize `debug_more_non_exhaustive`Trevor Gross-1/+0
2024-09-30Port sort-research-rs test suite Rust stdlib testsLukas Bergdoll-51/+0
2024-09-28stabilize const_cell_into_innerRalf Jung-1/+0
2024-09-26Rollup merge of #130313 - c410-f3r:unlock-rfc-2011, r=thomccJubilee-0/+20
2024-09-23stabilize const_intrinsic_copyRalf Jung-1/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-15/+16
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+2
2024-09-19Rollup merge of #128001 - Krappa322:master, r=scottmcmMatthias Krüger-0/+2
2024-09-18remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilizedultrabear-1/+0
2024-09-18Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=AmanieuJubilee-0/+22
2024-09-18library: Destabilize Lazy{Cell,Lock}::{force,deref}_mutJubilee Young-0/+1
2024-09-17Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`Chayim Refael Friedman-0/+21
2024-09-17Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubileebors-0/+24
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-09-13RustfmtCaio-1/+1
2024-09-13[`cfg_match`] Generalize inputsCaio-0/+20
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+2
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-5/+2
2024-09-09fix UB in a testRalf Jung-1/+6
2024-09-09`RepeatN`: use MaybeUninitDeadbeef-0/+24
2024-09-08add FIXME(const-hack)Ralf Jung-5/+2
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-1/+0
2024-09-05update cfgsBoxy-1/+0
2024-09-02Stabilize waker_gettersKevin Mehall-1/+0
2024-09-02Move the `data` and `vtable` methods from `RawWaker` to `Waker`Kevin Mehall-6/+5
2024-08-31Improve documentation for <integer>::from_str_radixKappa322-0/+2
2024-08-31Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35Matthias Krüger-13/+5
2024-08-28Improve `isqrt` tests and add benchmarksChai T. Rex-32/+249
2024-08-28Enable some ilog2 tests as wellBen Kimock-13/+5
2024-08-25Remove cfg(test) from library/coreBen Kimock-656/+649
2024-08-22Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgrbors-34/+353
2024-08-21Rollup merge of #129321 - krtab:float_sum, r=workingjubileeMatthias Krüger-0/+28
2024-08-21Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=NoratriebMatthias Krüger-34/+353