about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
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-25stabilise array methodsDylan DPC-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
2022-10-17Remove all uses of array_assume_initAlex Saveau-4/+4
2022-10-15Stabilize `duration_checked_float`Ryan Lopopolo-1/+0
2022-10-14Auto merge of #103069 - matthiaskrgr:rollup-xxsx6sk, r=matthiaskrgrbors-0/+9
2022-10-14Auto merge of #101030 - woppopo:const_location, r=scottmcmbors-0/+35
2022-10-14Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)`beetrees-0/+9
2022-10-14more dupe word typosRageking8-1/+1
2022-10-12Rollup merge of #102578 - lukas-code:ilog-panic, r=m-ou-seDylan DPC-0/+30
2022-10-11Fix inconsistent rounding of 0.5 when formatted to 0 decimal placesAndrew Tribick-4/+4
2022-10-11Change tracking issue from #76156 to #102911woppopo-0/+1
2022-10-09fixup lint nameMaybe Waffle-1/+1
2022-10-09allow `for_loop_over_fallibles` in a `core` testMaybe Waffle-0/+1
2022-10-08Fix test (location_const_file)woppopo-1/+1