summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
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-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-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
2023-01-11Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitornils-0/+26
2023-01-07add tests for div_duration_* functionsJacob Kiesel-0/+26
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-9/+19
2023-01-02Remove test of static ContextDavid Tolnay-6/+2
2022-12-30Update paths in comments.jonathanCogan-1/+1
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-2/+2
2022-12-28Update bootstrap cfgPietro Albini-20/+0
2022-12-27Rollup merge of #103718 - matklad:infer-lazy, r=dtolnayMichael Goulet-0/+6
2022-12-23char: µoptimise UTF-16 surrogates decodingMichal Nazarewicz-0/+4
2022-11-24Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trustedScott McMurray-0/+20
2022-11-22Rollup merge of #83608 - Kimundi:index_many, r=Mark-SimulacrumManish Goregaokar-0/+61
2022-11-20Add get_many_mut methods to sliceMarvin Löbel-0/+61
2022-11-20enable fuzzy_provenance_casts in libcore+testsRalf Jung-0/+1
2022-11-20avoid non-strict-provenance casts in libcore testsRalf Jung-1/+1
2022-11-20Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomccYuki Okushi-0/+50
2022-11-19update provenance testLukas Markeffsky-2/+46
2022-11-19fix const `align_offset` implementationLukas Markeffsky-41/+63
2022-11-19add coretests for `is_aligned`Lukas Markeffsky-0/+50
2022-11-19add coretests for const `align_offset`Lukas Markeffsky-0/+166
2022-11-18Rollup merge of #103378 - nagisa:fix-infinite-offset, r=scottmcmManish Goregaokar-0/+12
2022-11-16Auto merge of #102935 - ajtribick:display-float-0.5-fixed-0, r=scottmcmbors-4/+124
2022-11-15`VecDeque::resize` should re-use the buffer in the passed-in elementScott McMurray-0/+50
2022-11-14Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-1/+1
2022-11-10Rollup merge of #104060 - ink-feather-org:const_hash, r=fee1-deadManish Goregaokar-11/+43
2022-11-09Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcmDylan DPC-1/+0
2022-11-08Test const `Hash`, fix nitsonestacked-11/+43
2022-11-07simplification: do not process the ArrayChunks remainder in fold()The 8472-1/+2
2022-11-06cfg-step codeMark Rousskov-1/+1
2022-11-01Format dyn Trait better in type_name intrinsicMichael Goulet-0/+18
2022-10-29interpret: fix align_of_val on packed typesRalf Jung-0/+22
2022-10-29More inference-friendly API for lazyAleksey Kladov-0/+6
2022-10-26stabilize `int_log`Lukas Markeffsky-1/+0
2022-10-25Rollup merge of #98204 - Kixiron:stable-unzip, r=thomccDylan DPC-1/+0
2022-10-24Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-...Yuki Okushi-1/+0
2022-10-22Fix mod_inv termination for the last iterationSimonas Kazlauskas-0/+12
2022-10-20Add tests for rounding of ties during float formattingAndrew Tribick-0/+120
2022-10-19Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ...Thom Chiovoloni-1/+5