about summary refs log tree commit diff
path: root/library/std/tests
AgeCommit message (Expand)AuthorLines
2025-07-29add extra drop, panic, and unwind testsConnor Tsui-22/+80
2025-07-29add nonpoison and poison mutex testsConnor Tsui-146/+260
2025-07-29reorder mutex testsConnor Tsui-144/+158
2025-07-06Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJungbors-1/+13
2025-07-06sleep_until: use clock_nanosleep where possibledvdsk-1/+13
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-4/+4
2025-06-19Auto merge of #141864 - Berrysoft:cygwin-path, r=ChrisDentonbors-0/+472
2025-06-17library: Increase timeout on mpmc test to reduce flakesJubilee Young-2/+2
2025-06-16Handle win32 separator & prefixes for cygwin paths王宇逸-0/+472
2025-06-09Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJungbors-18/+23
2025-06-08Avoid a gratuitous 10s wait in a stress testJosh Triplett-6/+16
2025-06-06Stabilised `os_string_pathbuf_leak`schvv31n-1/+0
2025-06-05change tests to use fixed constants to let them pass with miriLorrensP-2158466-52/+12
2025-06-03Enable Float non-determinism in miri. Update and add tests and changeLorrensP-2158466-18/+63
2025-05-25Implement normalize lexicallyChris Denton-1/+55
2025-05-24Rollup merge of #141105 - GrantBirki:grantbirki/path-tests, r=jhprattGuillaume Gomez-0/+31
2025-05-17remove extra tests that really might not be all that usefulGrantBirki-55/+0
2025-05-17revert forward slash to backslashGrantBirki-1/+1
2025-05-16remove `test_embedded_null_byte()` test for nowGrantBirki-20/+0
2025-05-16additional edge cases tests for `path.rs`GrantBirki-1/+107
2025-05-14Move applicable float tests from `coretests` back to `std`Trevor Gross-0/+1166
2025-05-13Move float tests from std to coreTrevor Gross-3994/+0
2025-05-12update cfg(bootstrap)Pietro Albini-64/+2
2025-04-30Rename `(Mapped)(RwLock|Mutex)Guard::try_map` to `filter_map`.Zachary S-18/+26
2025-04-27Use `feature(target_has_reliable_f16_f128)` in library testsTrevor Gross-62/+192
2025-04-22test_nan: ensure the NAN contant is quietRalf Jung-0/+8
2025-04-15Basic tests of MPMC receiver cloningGlyn Normington-0/+30
2025-04-05Rollup merge of #137897 - xTachyon:tls-fix, r=thomcc,jieyouxuStuart Cook-1/+22
2025-04-04Expose algebraic floating point intrinsicsCalder Coalson-2/+82
2025-03-22Rollup merge of #138294 - paulmenage:test-panic-unwind, r=bjorn3Matthias Krüger-2/+34
2025-03-18fix pthread-based tls on apple targetsAndrei Damian-1/+22
2025-03-17Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplettJacob Pratt-2/+0
2025-03-17Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieubors-0/+43
2025-03-16Rollup merge of #138275 - folkertdev:expose-is-s390x-feature-detected, r=Mark...许杰友 Jieyou Xu (Joe)-0/+30
2025-03-14Stablize feature `anonymous_pipe`Jiahao XU-2/+0
2025-03-11Add `From<{integer}>` for `f16`/`f128` implsbeetrees-0/+43
2025-03-11Enable `f16` tests for `powf`Trevor Gross-43/+41
2025-03-10Mark some std tests as requiring `panic = "unwind"`Paul Menage-2/+34
2025-03-09expose `is_s390x_feature_detected` from `std::arch`Folkert de Vries-0/+30
2025-02-13std: Apply deprecated_safe_2024Eric Huss-33/+51
2025-02-13library: Update rand to 0.9.0Eric Huss-2/+2
2025-02-10Rollup merge of #136805 - RalfJung:miri-win-delete-self, r=NoratriebJubilee-0/+1
2025-02-10ignore win_delete_self test in MiriRalf Jung-0/+1
2025-02-09Mark extern blocks as unsafeMichael Goulet-2/+2
2025-02-09Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgaubors-0/+8
2025-02-09Rollup merge of #134679 - ChrisDenton:rm-readonly, r=Mark-SimulacrumUrgau-0/+8
2025-02-08Rollup merge of #135696 - joboet:move_pal_io, r=NoratriebMatthias Krüger-1/+1
2025-02-07std: get rid of `sys_common::io`joboet-1/+1
2025-02-06Remove some unnecessary parens in `assert!` conditionsEsteban Küber-13/+13