about summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+1
2023-11-22also make 'core_intrinsics' internalRalf Jung-0/+1
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-1/+1
2023-11-21Auto merge of #117619 - elomatreb:add-duration-abs-diff, r=thomccbors-0/+1
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-1/+1
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-0/+2
2023-11-05Add `Duration::abs_diff`Ole Bertram-0/+1
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-1/+1
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-2/+0
2023-10-22use visibility to check unused imports and delete some stmtsbohan-2/+0
2023-10-13Auto merge of #116233 - DaniPopes:stabilize-const_maybe_uninit_assume_init_re...bors-1/+0
2023-10-11Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviperbors-0/+1
2023-09-29Auto merge of #116176 - FedericoStra:isqrt, r=dtolnaybors-0/+1
2023-09-28Stabilize `const_maybe_uninit_assume_init_read`DaniPopes-1/+0
2023-09-28isqrt: fix stabilityFederico Stra-0/+1
2023-09-23Add the `cfg_match!` macroCaio-0/+2
2023-09-02Auto merge of #113295 - clarfonthey:ascii-step, r=cuviperbors-0/+2
2023-08-14Auto merge of #113464 - waynr:remove-provider-trait, r=Amanieubors-1/+3
2023-08-14Implement Step for AsciiCharltdk-0/+2
2023-08-13core/any: remove Provider traitwayne warren-1/+3
2023-08-11Add Iterator::map_windowsFrank King-0/+1
2023-07-18remove the unstable `core::sync::atomic::ATOMIC_*_INIT` constantsKaDiWa-1/+1
2023-06-19Implement slice::split_once and slice::rsplit_onceBenjamin Lee-0/+1
2023-05-30Bump to latest beta compilerMark Rousskov-1/+1
2023-05-14Auto merge of #92048 - Urgau:num-midpoint, r=scottmcmbors-0/+1
2023-05-05Stabilize const_ptr_readbors-1/+0
2023-04-26Implement midpoint for all signed and unsigned integersLoïc BRANSTETT-0/+1
2023-04-21offset_ofDrMeepster-0/+1
2023-04-16fix library and rustdoc testsDeadbeef-3/+0
2023-04-08Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c...Deadbeef-3/+0
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-03-28Auto merge of #108095 - soc:drop-contains, r=Amanieubors-1/+0
2023-03-18Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im...onestacked-0/+3
2023-02-28add missing feature in core/testsRalf Jung-0/+1
2023-02-26Move IpAddr and SocketAddr to coreLinus Färnstrand-0/+5
2023-02-15Remove `#![feature(option_result_contains)]` from library/core/tests/lib.rssoc-1/+0
2023-01-11Stabilize `::{core,std}::pin::pin!`Daniel Henry-Mantilla-1/+0
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-0/+13
2022-11-22Rollup merge of #83608 - Kimundi:index_many, r=Mark-SimulacrumManish Goregaokar-0/+1
2022-11-20Add get_many_mut methods to sliceMarvin Löbel-0/+1
2022-11-20enable fuzzy_provenance_casts in libcore+testsRalf Jung-0/+1
2022-11-20Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomccYuki Okushi-0/+1
2022-11-19add coretests for `is_aligned`Lukas Markeffsky-0/+2
2022-11-19add coretests for const `align_offset`Lukas Markeffsky-0/+1
2022-11-15`VecDeque::resize` should re-use the buffer in the passed-in elementScott McMurray-0/+1
2022-11-10Rollup merge of #104060 - ink-feather-org:const_hash, r=fee1-deadManish Goregaokar-0/+1
2022-11-09Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcmDylan DPC-1/+0
2022-11-08Test const `Hash`, fix nitsonestacked-0/+1
2022-10-29interpret: fix align_of_val on packed typesRalf Jung-0/+2
2022-10-26stabilize `int_log`Lukas Markeffsky-1/+0