| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -242/+0 | |
| 2024-08-12 | Explicitly specify type parameter on FromResidual impls in stdlib. | Zachary S | -0/+1 | |
| To work around coherence issue. Also adds regression test. | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+3 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2021-11-21 | Test not never | David Tolnay | -0/+6 | |
| Currently fails to build: error[E0600]: cannot apply unary operator `!` to type `!` --> library/core/tests/ops.rs:239:8 | 239 | if !return () {} | ^^^^^^^^^^ cannot apply unary operator `!` | ||||
| 2021-02-06 | Expand the docs for ops::ControlFlow a bit | Scott McMurray | -0/+2 | |
| Since I was writing some examples for an RFC anyway. | ||||
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -0/+33 | |
| 2020-11-07 | Test structural matching for all range types | Christiaan Dirkx | -1/+47 | |
| Adds structural match tests for all range types. Note: also adds the otherwise unrelated test `test_range_to_inclusive` for completeness | ||||
| 2020-11-05 | Move range in ui test to ops test in library/core | Daiki Ihara | -1/+58 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+96 | |
