| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-23 | delete UI tests that only check internal implementation details of thread-locals | joboet | -32/+0 | |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -1/+1 | |
| This commit is extracted from #122036 and adds a new directive to the `compiletest` test runner, `//@ needs-threads`. This is intended to capture the need that a target must implement threading to execute a specific test, typically one that uses `std::thread`. This is primarily done for WebAssembly targets which currently do not have threads by default. This enables transitioning a lot of `//@ ignore-wasm*`-style ignores into a more self-documenting `//@ needs-threads` directive. Additionally the `wasm32-wasi-preview1-threads` target, for example, does actually have threads, but isn't tested in CI at this time. This change enables running these tests for that target, but not other wasm targets. | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -2/+2 | |
| 2024-01-05 | Remove revisions for THIR unsafeck | Matthew Jasper | -6/+2 | |
| This is to make the diff when stabilizing it easier to review. | ||||
| 2023-04-26 | Update tests. | Mara Bos | -5/+3 | |
| 2023-03-10 | Moved thread_local implementation to sys::common | Ayush Singh | -4/+4 | |
| This allows removing all the platform-dependent code from `library/std/src/thread/local.rs` and `library/std/src/thread/mod.rs` Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com> | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+38 | |
