summary refs log tree commit diff
path: root/library/std/tests
AgeCommit message (Expand)AuthorLines
2025-03-22Rollup merge of #138294 - paulmenage:test-panic-unwind, r=bjorn3Matthias Krüger-2/+34
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
2025-02-02Remove stabilized feature gatebjorn3-2/+1
2025-01-26Move env modifying tests to a separate integration testbjorn3-160/+166
2025-01-26Fix for SGXbjorn3-1/+1
2025-01-26Move std::sync unit tests to integration testsbjorn3-0/+4120
2025-01-26Move std::thread_local unit tests to integration testsbjorn3-0/+420
2025-01-26Move std::time unit tests to integration testsbjorn3-0/+229
2025-01-26Move std::path unit tests to integration testsbjorn3-0/+1978
2025-01-26Move std::panic unit tests to integration testsbjorn3-0/+56
2025-01-26Move std::num unit tests to integration testsbjorn3-0/+230
2025-01-26Move std float unit tests to integration testsbjorn3-0/+3797
2025-01-26Move std::error unit tests to integration testsbjorn3-0/+442
2025-01-26Move std::env unit tests to integration testsbjorn3-0/+120
2025-01-26Windows: Test that deleting a running binary failsChris Denton-0/+8
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-2/+3
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-2/+1
2024-11-04Fix and undeprecate home_dir()Kornel-6/+6
2024-10-18Avoid shadowing user provided types or type aliases in `thread_local!`许杰友 Jieyou Xu (Joe)-0/+23
2024-10-10rustc_target: Add sme-b16b16 as an explicit aarch64 target featureKajetan Puchalski-0/+1
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-3/+3
2024-09-22Add test for `available_parallelism()`Oli Iliffe-0/+18
2024-08-27rustc_target: Add SME aarch64 featuresKajetan Puchalski-0/+13
2024-08-27rustc_target: Add various aarch64 featuresKajetan Puchalski-0/+21
2024-07-29Reformat `use` declarations.Nicholas Nethercote-16/+15
2024-07-23Initial implementation of anonymous_pipeJiahao XU-0/+39
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-06-12Make PathBuf less Ok with adding UTF-16 then `into_string`Jubilee Young-0/+14
2024-05-24Stop using the avx512er and avx512pf x86 target featuresHans Wennborg-2/+0
2024-05-05Rename test for issue 21058Ryan Lowe-8/+8
2024-04-28Run tidy on testsRyan Lowe-27/+45
2024-04-28Move various stdlib tests to library/std/testsRyan Lowe-0/+312
2024-04-15disable create_dir_all_bare on all(miri, windows)Ralf Jung-0/+1