| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-18 | Rustup to rust-lang/rust#68204 | Yuki Okushi | -1/+5 | |
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+2 | |
| 2020-01-11 | Rustup to rust-lang/rust#67806 | Yuki Okushi | -3/+2 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -3/+3 | |
| 2020-01-05 | Rustup to rust-lang/rust#67803 | Yuki Okushi | -1/+1 | |
| 2020-01-04 | Rustup to https://github.com/rust-lang/rust/pull/67853 | Philipp Hansch | -1/+1 | |
| Specifically caused by https://github.com/rust-lang/rust/pull/67786 | ||||
| 2019-12-22 | Rustup to rust-lang/rust#66931 | flip1995 | -1/+1 | |
| 2019-12-22 | Add <'_> where necessary | flip1995 | -1/+1 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -2/+2 | |
| 2019-09-26 | Rustup https://github.com/rust-lang/rust/pull/64513 | Lzu Tao | -1/+1 | |
| 2019-07-06 | Rename hir::map::local_def_id_from_hir_id to local_def_id | Lzu Tao | -1/+1 | |
| 2019-06-18 | Refactor: Replace NodeSet with HirIdSet | Philipp Hansch | -7/+6 | |
| This saves us one HirId -> NodeId conversion. | ||||
| 2019-06-18 | rustup https://github.com/rust-lang/rust/pull/61836/ | Matthias Krüger | -2/+3 | |
| 2019-05-25 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 | |
| This is to fix the breakage introduced by rust-lang/rust#60163. | ||||
| 2019-05-17 | Prevent symbocalypse | Oliver Scherer | -3/+2 | |
| 2019-05-14 | Rustfmt all the things | Oliver Scherer | -1/+1 | |
| 2019-05-14 | Use symbols instead of strings | Oliver Scherer | -2/+3 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -10/+2 | |
| Fixes #3917. | ||||
| 2019-03-23 | rustup https://github.com/rust-lang/rust/pull/59096/ | Matthias Krüger | -2/+1 | |
| 2019-03-12 | Rename span_lint_node* functions to span_lint_hir* | Philipp Hansch | -3/+3 | |
| Because they now take a `hir_id` instead of a `node_id` argument. | ||||
| 2019-03-05 | fix or ignore failing doc tests | Andy Russell | -2/+2 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -67/+67 | |
| 2019-03-01 | enable rust-lang/rust#58754 | ljedrz | -1/+1 | |
| 2019-02-24 | HirIdify some lints | ljedrz | -4/+5 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+4 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2019-01-07 | Add missing ` in default lint | Marcel Hellwig | -1/+1 | |
| 2018-12-29 | Auto merge of #3558 - russelltg:new_without_default_merge, r=flip1995 | bors | -21/+23 | |
| Merge new_without_default_derive into new_without_default Closes #3525, deprecating new_without_default_derive and moving both lints into new_without_default. | ||||
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -8/+8 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-12-28 | Merge new_without_default_derive into new_without_default | Russell Greene | -21/+23 | |
| 2018-12-12 | new_without_default, partialeq_ne_impl: Use span_lint_node | Shotaro Yamada | -3/+5 | |
| Fixes #2892, fixes #3199 | ||||
| 2018-12-08 | rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() ) | Matthias Krüger | -4/+4 | |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -12/+16 | |
| 2018-11-21 | rustup https://github.com/rust-lang/rust/pull/52591 | Matthias Krüger | -1/+1 | |
| 2018-10-23 | Don't emit `new_without_default_derive` if an impl of Default exists | Owen Sanchez | -4/+33 | |
| 2018-10-07 | new_without_default should not warn about unsafe new | Daniele D'Orazio | -0/+4 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-09-20 | Fill in Applicability from review comments by @flip1995 | Vitaly _Vi Shukela | -2/+2 | |
| 2018-09-20 | Fix indents | Vitaly _Vi Shukela | -6/+6 | |
| 2018-09-20 | Supplement DiagnosticBuilderExt with Applicability | Vitaly _Vi Shukela | -1/+9 | |
| 2018-09-15 | Reintroduce `extern crate` for non-Cargo dependencies. | Eduard-Mihai Burtescu | -6/+6 | |
| 2018-08-29 | Switch to declare_tool_lint macro | flip1995 | -1/+1 | |
| 2018-08-28 | Update imports and rustup | Oliver Schneider | -1/+1 | |
| 2018-08-27 | docs: make example in new_without_default lint syntax highlighted | Matthias Krüger | -2/+2 | |
| 2018-08-22 | rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 | Matthias Krüger | -1/+1 | |
| 2018-08-19 | codemap -> source_map | Manish Goregaokar | -1/+1 | |
| https://github.com/rust-lang/rust/pull/52953 | ||||
| 2018-08-02 | Replace cfg_attr(rustfmt... thingies | flip1995 | -1/+1 | |
| 2018-07-24 | Inline utils::in_external_macro | Dale Wijnand | -2/+2 | |
| 2018-07-23 | Rustup | Oliver Schneider | -1/+1 | |
