Nicholas Nethercote
|
84ac80f192
|
Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
|
2024-07-29 08:26:52 +10:00 |
|
Deadbeef
|
4c6ddc036b
|
fix library and rustdoc tests
|
2023-04-16 11:38:52 +00:00 |
|
Deadbeef
|
76dbe29104
|
rm const traits in libcore
|
2023-04-16 06:49:27 +00:00 |
|
Zachary S
|
b13b495b91
|
Add test for StructuralEq for std::cmp::Ordering.
Added test in library/core/tests/cmp.rs that ensures that `const`s of type `Ordering`s can be used in patterns.
|
2022-03-16 14:01:48 -05:00 |
|
Pietro Albini
|
5b3462c556
|
update cfg(bootstrap)s
|
2022-01-28 15:01:07 +01:00 |
|
Dylan MacKenzie
|
2049287030
|
Disable test on bootstrap compiler
|
2021-12-16 22:11:17 -08:00 |
|
Dylan MacKenzie
|
1606335a93
|
Test const impl of cmp traits
|
2021-12-16 21:35:25 -08:00 |
|
Christiaan Dirkx
|
be554c4101
|
Make ui test that are run-pass and do not test the compiler itself library tests
|
2020-11-30 02:47:32 +01:00 |
|
Christiaan Dirkx
|
79d563c819
|
Move const tests for Ordering to library\core
Part of #76268
|
2020-09-04 00:40:11 +02:00 |
|
mark
|
2c31b45ae8
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|