about summary refs log tree commit diff
path: root/src/test/ui/consts/std
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-160/+0
2022-12-27Fix ui constant tests for big-endian platformsUlrich Weigand-12/+15
2022-07-01Shorten def_span for more items.Camille GILLOT-8/+8
2022-06-29fix stderr by hand since that test is not run on my systemRalf Jung-4/+4
2022-04-11fix Layout struct member naming styleliangyongrui-4/+4
2022-04-08Make non-power-of-two alignments a validity error in `Layout`Scott McMurray-9/+36
2021-06-13update tests involving CTFE validationRémy Rakic-2/+2
2021-03-31Add 32bit.stderr files.Hameer Abbasi-0/+14
2021-03-31Rename stderr->64bit.stderr where needed.Hameer Abbasi-1/+2
2021-03-31Add allocation information to undefined behaviour errors.Hameer Abbasi-0/+3
2021-01-01Enhance some commentsoli-9/+14
2021-01-01Fix cell checks in const fnoli-0/+2
2021-01-01Allow references to interior mutable data behind a feature gateoli-10/+30
2020-11-26Move const ip in ui test to unit testDaiki Ihara-13/+0
2020-11-23Stabilize `IpAddr::is_ipv4` and `is_ipv6` as constChristiaan Dirkx-0/+13
2020-09-03Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library`Christiaan Dirkx-111/+0
2020-09-03Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morseDylan DPC-0/+58
2020-09-01Make all remaining methods of `std::net::Ipv4Addr` constChristiaan Dirkx-1/+18
2020-09-01Add test for `Ipv4Addr` methods in a const contextChristiaan Dirkx-0/+41
2020-09-01Add trailing newline to `ipv6.rs`CDirkx-1/+1
2020-09-01Add test for `Ipv6Addr` methods in a const contextCDirkx-0/+53
2020-02-08Test `u8::is_ascii` alongside `char::is_ascii`Dylan MacKenzie-9/+0
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-05-14Add ui test for const Layout::from_size_align_uncheckedRichard Wiedenhöft-0/+21
2018-11-10Tidy ♪ all ♪ the ♪ way ♪♪♪♪ with ♪ a ♪ newline ♪ missing ...Oliver Scherer-4/+4
2018-11-10Add a few tests around raw pointers and interior mutabilityOliver Scherer-0/+73