about summary refs log tree commit diff
path: root/tests/ui/trivially_copy_pass_by_ref.rs
AgeCommit message (Expand)AuthorLines
2019-07-03Fix allow bug in `trivially_copy_pass_by_ref`Michael Wright-0/+11
2019-05-23trivially_copy_pass_by_ref: print size of type and limit in the lint messageMatthias Krüger-0/+3
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-27/+19
2018-11-21Update trivially_copy_pass_by_ref with Trait examplesWayne Warren-0/+19
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-3/+5
2018-08-06Fix #3000Michael Wright-1/+1
2018-08-02Allow pass by ref when returning ADT with refRyan Cumming-0/+17
2018-07-23Allow pass by reference if we return a referenceRyan Cumming-0/+11
2018-06-15New Lint: Pass small trivially copyable objects by valueWim Looman-0/+57