| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-08 | report call site of inlined scopes for large assignment lints | Jonathan Gruner | -0/+39 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -16/+16 | |
| 2024-02-10 | tests/ui/lint/large_assignments: only-x86_64 -> only-64bit | Martin Nordholts | -3/+3 | |
| So that devs on aarch64 can also bless tests. | ||||
| 2024-02-10 | large_assignments: Allow moves into functions | Martin Nordholts | -16/+57 | |
| Moves into functions are typically implemented with pointer passing rather than memcpy's at the llvm-ir level, so allow moves into functions. | ||||
| 2024-02-08 | large_assignments: Add copy variant of Box, Rc, Arc check | Martin Nordholts | -3/+63 | |
| 2024-01-15 | large_assignments: Lint on specific large args passed to functions | Martin Nordholts | -2/+57 | |
| 2023-09-21 | tests/ui: Split large_moves.rs and move to lint/large_assignments | Martin Nordholts | -0/+124 | |
| To make failing tests easier to debug with --emit=mir, etc. | ||||
