| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -250/+0 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+2 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -0/+2 | |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -2/+2 | |
| 2022-03-16 | Add test for StructuralEq for std::cmp::Ordering. | Zachary S | -0/+13 | |
| Added test in library/core/tests/cmp.rs that ensures that `const`s of type `Ordering`s can be used in patterns. | ||||
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -1/+0 | |
| 2021-12-16 | Disable test on bootstrap compiler | Dylan MacKenzie | -20/+25 | |
| 2021-12-16 | Test const impl of `cmp` traits | Dylan MacKenzie | -0/+28 | |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -0/+71 | |
| 2020-09-04 | Move const tests for `Ordering` to `library\core` | Christiaan Dirkx | -1/+17 | |
| Part of #76268 | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+118 | |
