| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-10 | Remove unnecessary parentheses in `assert!`s | Esteban Küber | -1/+1 | |
| 2025-01-26 | Move env modifying tests to a separate integration test | bjorn3 | -160/+0 | |
| 2025-01-26 | Move std::env unit tests to integration tests | bjorn3 | -0/+120 | |
| 2024-11-04 | Fix and undeprecate home_dir() | Kornel | -6/+6 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+2 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-08-20 | Add data race test to `std::env::{get, set}` | ShE3py | -0/+20 | |
| 2023-02-21 | Make `create_dir_all_bare` an std integration test | Chris Denton | -12/+2 | |
| Moving `create_dir_all` out of `ui-fulldeps` is complicated by the fact it sets the current directory. This means it can't be a unit test. Instead, move it to its own integration test. | ||||
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -4/+16 | |
| 2020-12-07 | Fix SGX CI, take 3 | Jethro Beekman | -5/+3 | |
| Broken in #79038 | ||||
| 2020-12-01 | Fix SGX CI | Jethro Beekman | -1/+4 | |
| Broken in #79038 | ||||
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -0/+61 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+78 | |
