| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-18 | Rustup to rust-lang/rust#68204 | Yuki Okushi | -1/+1 | |
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+1 | |
| 2020-01-11 | Rustup to rust-lang/rust#67806 | Yuki Okushi | -3/+2 | |
| 2020-01-07 | Normalize lint messages | Yuki Okushi | -1/+1 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -2/+2 | |
| 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-31 | Rustup to rust-lang/rust#67707 | Yuki Okushi | -1/+1 | |
| 2019-12-30 | Rustup to rust-lang/rust#66942 | Yuki Okushi | -2/+2 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -2/+2 | |
| 2019-12-22 | Add <'_> where necessary | flip1995 | -3/+3 | |
| 2019-12-21 | rustup "Merge `ast::Mutability` and `mir::Mutability`" | Lzu Tao | -3/+3 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-11-11 | MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy | Manish Goregaokar | -3/+3 | |
| 2019-11-08 | Rustup rust-lang/rust#66188 | HMPerson1 | -2/+2 | |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -11/+11 | |
| 2019-09-26 | Rustup https://github.com/rust-lang/rust/pull/64513 | Lzu Tao | -1/+1 | |
| 2019-09-11 | run rustfmt | Matthias Krüger | -2/+4 | |
| 2019-09-09 | Use diagnostic item for | Andre Bogus | -3/+4 | |
| 2019-07-06 | Rename hir::map::local_def_id_from_hir_id to local_def_id | Lzu Tao | -1/+1 | |
| 2019-06-25 | find_by_hir_id -> find | Manish Goregaokar | -1/+1 | |
| 2019-05-18 | Dogfood and rustfmt | Oliver Scherer | -6/+1 | |
| 2019-05-17 | Prevent symbocalypse | Oliver Scherer | -7/+6 | |
| 2019-05-14 | Rustfmt all the things | Oliver Scherer | -1/+6 | |
| 2019-05-14 | Use symbols instead of strings | Oliver Scherer | -6/+7 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -14/+3 | |
| Fixes #3917. | ||||
| 2019-03-05 | fix or ignore failing doc tests | Andy Russell | -3/+3 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -63/+63 | |
| 2019-03-01 | enable rust-lang/rust#58754 | ljedrz | -7/+7 | |
| 2019-02-19 | Rustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19) | Manish Goregaokar | -1/+1 | |
| 2019-02-01 | Adding lint for too many lines. | Araam Borhanian | -0/+1 | |
| 2019-01-27 | run cargo fmt | Matthias Krüger | -6/+1 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57907/ | Matthias Krüger | -5/+5 | |
| for file in `fd \.rs$` ; do sed -i s/span_suggestion_with_applicability/span_suggestion/g $file ; done for file in `fd \.rs$` ; do sed -i s/span_suggestion_short_with_applicability/span_suggestion_short/g $file ; done for file in `fd \.rs$` ; do sed -i s/span_suggestions_with_applicability/span_suggestions/g $file ; done | ||||
| 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 | ||||
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -9/+9 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-12-08 | rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() ) | Matthias Krüger | -2/+2 | |
| 2018-11-27 | Fix some formatting issues | flip1995 | -4/+3 | |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -36/+37 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-09-20 | Fix indents | Vitaly _Vi Shukela | -10/+10 | |
| 2018-09-20 | Use span_suggestion_with_applicability instead of span_suggestion | Vitaly _Vi Shukela | -5/+23 | |
| 2018-09-15 | Reintroduce `extern crate` for non-Cargo dependencies. | Eduard-Mihai Burtescu | -8/+8 | |
| 2018-08-29 | Switch to declare_tool_lint macro | flip1995 | -1/+1 | |
| 2018-08-28 | Update imports and rustup | Oliver Schneider | -3/+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-07-23 | Rustup | Oliver Schneider | -1/+1 | |
| 2018-07-20 | Remove import of if_chain | Manish Goregaokar | -0/+1 | |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 | |
| 2018-07-16 | Update for hir renamings in rustc | Oliver Schneider | -2/+2 | |
