| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-01 | account for external macro in MISSING_INLINE_IN_PUBLIC_ITEMS lint | Lzu Tao | -0/+4 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -21/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-09 | rustfmt tests | Matthias Krüger | -8/+7 | |
| 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-07-04 | do not apply lint to executable crate type | gnzlbg | -2/+2 | |
| 2018-07-04 | add missing_inline lint | gnzlbg | -0/+72 | |
| When turned on, the lint warns on all exported functions, methods, trait methods (default impls, impls), that are not `#[inline]`. Closes #1503. | ||||
