| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-18 | Rustup to rust-lang/rust#68204 | Yuki Okushi | -2/+2 | |
| 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-09 | Rustup to rust-lang/rust#67979 | Yuki Okushi | -3/+8 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -3/+3 | |
| 2019-12-31 | Rustup to rust-lang/rust#67707 | Yuki Okushi | -1/+1 | |
| 2019-12-30 | Rustup to rust-lang/rust#66942 | Yuki Okushi | -5/+5 | |
| 2019-12-22 | Rustup to rust-lang/rust#66931 | flip1995 | -1/+1 | |
| 2019-12-22 | Add <'_> where necessary | flip1995 | -3/+3 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-11-29 | Move use_self to nursery | Philipp Hansch | -1/+1 | |
| Closes #4859 We have a lot of false positives in this lint, so I think it makes sense to move this to the nursery until they are resolved. changelog: Move `use_self` lint to nursery, due to many false positives | ||||
| 2019-11-08 | Auto merge of #4776 - mikerite:fix-4727, r=flip1995 | bors | -19/+21 | |
| Fix crash in `use-self` lint Fixes #4727 changelog: Fix crash in `use-self` lint | ||||
| 2019-11-08 | Rustup rust-lang/rust#66188 | HMPerson1 | -1/+1 | |
| 2019-11-07 | use-self: correctly ignore dummy paths | Michael Wright | -19/+21 | |
| 2019-11-06 | Fix crash in `use-self` lint | Michael Wright | -1/+1 | |
| Fixes #4727 | ||||
| 2019-10-15 | Fix ICE in use_self lint | flip1995 | -1/+6 | |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -5/+5 | |
| 2019-09-09 | Extend `use_self` to check constructor | Michael Wright | -2/+2 | |
| Rust did not allow this before. | ||||
| 2019-08-01 | Update formatting | Michael Wright | -4/+3 | |
| 2019-07-31 | Extend the `use_self` lint to suggest uses of `Self::Variant`. | Jakub Wieczorek | -20/+38 | |
| 2019-07-06 | Rename hir::map::local_def_id_from_hir_id to local_def_id | Lzu Tao | -2/+2 | |
| 2019-06-20 | Fix warnings about unnecessary lifetime bounds | Lzu Tao | -3/+3 | |
| Rustup https://github.com/rust-lang/rust/pull/61172 | ||||
| 2019-05-28 | Auto merge of #4142 - agnxy:rename-assoc, r=flip1995 | bors | -1/+1 | |
| Rename "Associated*" to "Assoc*" This is to fix the breakage introduced by rust-lang/rust#60163. changelog: none | ||||
| 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-23 | Rustup to https://github.com/rust-lang/rust/pull/60740 | Philipp Hansch | -2/+2 | |
| changelog: none | ||||
| 2019-05-03 | Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) | Matthias Krüger | -5/+5 | |
| 2019-04-28 | Rustup to rustc 1.36.0-nightly (c7fcbfbf1 2019-04-29) | Manish Goregaokar | -4/+5 | |
| See https://github.com/rust-lang/rust/pull/60317 | ||||
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -13/+2 | |
| Fixes #3917. | ||||
| 2019-03-26 | Hacky rustup | Oliver Scherer | -1/+1 | |
| 2019-03-16 | cargo fmt | flip1995 | -1/+1 | |
| 2019-03-15 | parent_def_id -> parent | flip1995 | -1/+2 | |
| 2019-03-11 | Fix `use_self` false positive on nested functions | Taiki Endo | -1/+2 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -4/+5 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -29/+29 | |
| 2019-03-01 | align with rust-lang/rust/#58836 | ljedrz | -1/+1 | |
| 2019-03-01 | enable rust-lang/rust#58754 | ljedrz | -1/+1 | |
| 2019-02-19 | Rustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19) | Manish Goregaokar | -1/+1 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+4 | |
| 2019-01-22 | Improving comments. | daxpedda | -2/+1 | |
| 2019-01-22 | Improve span shortening. | Philipp Krones | -1/+1 | |
| Co-Authored-By: daxpedda <1645124+daxpedda@users.noreply.github.com> | ||||
| 2019-01-21 | Fixed potential mistakes with nesting. Added tests. | daxpedda | -5/+11 | |
| 2019-01-20 | Fix automatic suggestion on `use_self`. | daxpedda | -6/+6 | |
| 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 | Improve tests and exclude nested impls | Wilco Kusee | -1/+2 | |
| 2019-01-06 | Update known problems | Wilco Kusee | -1/+0 | |
| 2019-01-06 | Restrict use_self on nested items | Wilco Kusee | -4/+12 | |
| 2019-01-04 | Trigger `use_self` lint in local macros | Wilco Kusee | -3/+3 | |
| 2018-12-30 | Remove false negatives from known problems | Wilco Kusee | -2/+0 | |
| 2018-12-30 | Implement use_self for tuple structs | Wilco Kusee | -5/+10 | |
| 2018-12-30 | Document known problems | Wilco Kusee | -1/+7 | |
