about summary refs log tree commit diff
path: root/tests/ui/transmute.rs
AgeCommit message (Expand)AuthorLines
2020-01-20Split up `transmute` ui testYuki Okushi-94/+0
2019-10-02New lint: unsound_collection_transmuteAndre Bogus-6/+0
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-1/+1
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-11/+5
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-08-29Adapt ui-tests to the tool_lintsflip1995-13/+13
2018-05-29Fix behavior with generic lifetime parametersDevon Hollowood-2/+22
2018-05-29Test that we allow non-static lifetime transmutesDevon Hollowood-4/+15
2018-05-29Don't lint lifetime-only transmutesDevon Hollowood-1/+7
2018-04-11Deprecate misaligned_transmuteDevon Hollowood-7/+0
2018-04-11Fix misaligned_transmute lintDevon Hollowood-1/+20
2018-01-25Add misaligned_transmute lintDevon Hollowood-0/+7
2017-11-01Lint `transmute::<&[u8], &str>`sinkuu-0/+5
2017-10-03Add lints `transmute_int_to_*`PizzaIter-0/+17
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-2/+2
2017-05-17Make most tests an `example` so we can run them one by oneOliver Schneider-5/+5
2017-05-11clean tests/ui/transmute.rsLuis de Bethencourt-53/+0
2017-02-21New zero_ptr lint.Andre Bogus-2/+2
2017-02-08remove all //~ from testsOliver Schneider-55/+55
2017-02-07rustup and compile-fail -> ui test moveOliver Schneider-0/+174