about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2023-05-14Auto merge of #92048 - Urgau:num-midpoint, r=scottmcmbors-3/+106
2023-05-05Stabilize const_ptr_readbors-1/+0
2023-04-29fix rustdoc and core testDeadbeef-0/+1
2023-04-26Rollup merge of #110419 - jsoref:spelling-library, r=jyn514Matthias Krüger-5/+5
2023-04-26Implement midpoint for all floating point f32 and f64Loïc BRANSTETT-3/+53
2023-04-26Implement midpoint for all signed and unsigned integersLoïc BRANSTETT-0/+53
2023-04-26Spelling library/Josh Soref-5/+5
2023-04-21major test improvementsDrMeepster-14/+109
2023-04-21fmtDrMeepster-1/+1
2023-04-21fix incorrect param env in dead code lintDrMeepster-1/+1
2023-04-21test improvementsDrMeepster-0/+21
2023-04-21offset_ofDrMeepster-0/+75
2023-04-20Implement `Neg` for signed non-zero integers.John Millikin-0/+18
2023-04-19Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors-26/+63
2023-04-16fix library and rustdoc testsDeadbeef-17/+54
2023-04-16rm const traits in libcoreDeadbeef-11/+11
2023-04-16Remove unused unused_macrosest31-1/+0
2023-04-10remove obsolete testTobias Decking-11/+0
2023-04-10Improve the floating point parser in `dec2flt`.Tobias Decking-1/+1
2023-04-08Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c...Deadbeef-41/+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-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-110/+134
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-112/+116
2023-03-18Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im...onestacked-0/+41
2023-03-16Update format_args!() test to account for inlining.Mara Bos-4/+4
2023-03-03Match unmatched backticks in library/est31-1/+1
2023-02-28add missing feature in core/testsRalf Jung-0/+1
2023-02-26Move IpAddr and SocketAddr to coreLinus Färnstrand-0/+1435
2023-02-15Remove `#![feature(option_result_contains)]` from library/core/tests/lib.rssoc-1/+0
2023-02-13Auto merge of #107634 - scottmcm:array-drain, r=thomccbors-0/+28
2023-02-12Rollup merge of #107954 - RalfJung:tree-borrows-fix, r=m-ou-seMatthias Krüger-3/+3
2023-02-12avoid mixing accesses of ptrs derived from a mutable ref and parent ptrsRalf Jung-3/+3
2023-02-12Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcmbors-1/+0
2023-02-04Allow canonicalizing the `array::map` loop in trusted casesScott McMurray-0/+3
2023-02-04Stop using `into_iter` in `array::map`Scott McMurray-0/+25
2023-01-21Remove unnecessary `&format!`Nikolai Vazquez-1/+1
2023-01-16Implement DoubleEnded and ExactSize for Take<Repeat> and Take<RepeatWith>Michal Nazarewicz-0/+90
2024-08-14Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm许杰友 Jieyou Xu (Joe)-0/+27
2024-08-13Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlinbors-3/+6
2024-08-12Explicitly specify type parameter on FromResidual impls in stdlib.Zachary S-0/+27
2024-08-12ignore some vtable/fn ptr equality tests in Miri, their result is not fully p...Ralf Jung-3/+6
2024-08-09core: optimise Debug impl for ascii::CharMichal Nazarewicz-0/+29
2024-08-07Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieuMatthias Krüger-0/+46
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-0/+46
2024-07-30Rewrite binary search implementationAmanieu d'Antras-6/+6
2024-07-29Stabilize offset_of_nestedGeorge Bateman-54/+56
2023-01-14Remove various double spaces in source comments.André Vennberg-1/+1
2023-01-14Use associated items of `char` instead of freestanding items in `core::char`Lukas Markeffsky-1/+0
2023-01-11Stabilize `::{core,std}::pin::pin!`Daniel Henry-Mantilla-1/+0