about summary refs log tree commit diff
path: root/tests/ui/slow_vector_initialization.rs
AgeCommit message (Expand)AuthorLines
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-4/+2
2018-12-03Remove unsafe_vector_initialization lintDavid Tolnay-11/+0
2018-12-01Keep testing unsafe_vector_initialization as ui testDavid Tolnay-0/+2
2018-11-25Lint only the first statment/expression after allocGuillem Nieto-3/+14
2018-11-25Add unsafe set_len initializationGuillem Nieto-0/+9
2018-11-25Add slow zero-filled vector initialization lintGuillem Nieto-0/+63