| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-09 | Improve cast_ptr_alignment lint | Florian Gilcher | -0/+2 | |
| * print alignment in bytes in the lint message * ignore ZST left-hand types | ||||
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -1/+1 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-27 | tests: fix formatting and update test output | Matthias Krüger | -1/+0 | |
| fix script one last time™ | ||||
| 2018-12-12 | rustup https://github.com/rust-lang/rust/pull/56092 | Matthias Krüger | -1/+1 | |
| fix ui test cast_alignment failure by adding #![feature(rustc_private)] | ||||
| 2018-12-09 | rustfmt tests | Matthias Krüger | -3/+0 | |
| 2018-10-11 | Stabilize tool lints | Oliver Scherer | -1/+1 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-08-29 | Adapt ui-tests to the tool_lints | flip1995 | -2/+4 | |
| 2018-04-24 | Make cast_ptr_alignment ignore c_void | Devon Hollowood | -0/+7 | |
| 2018-04-11 | Fix misaligned_transmute lint | Devon Hollowood | -0/+19 | |
| This is done by adding two new lints: cast_ptr_alignment and transmute_ptr_to_ptr. These will replace misaligned_transmute. | ||||
