| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -1/+1 | |
| 2019-12-23 | Rustup to rust-lang/rust#66877 | Yuki Okushi | -10/+1 | |
| 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-12-01 | chore: fix and split some ui tests on 32bit system | Lzu Tao | -0/+1 | |
| 2019-09-28 | rustup https://github.com/rust-lang/rust/pull/64781/ | Matthias Krüger | -1/+1 | |
| cc https://github.com/rust-lang/rust/issues/64867 | ||||
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -1/+1 | |
| 2019-09-26 | Rustup https://github.com/rust-lang/rust/pull/64513 | Lzu Tao | -2/+2 | |
| 2019-08-15 | Rustup to rust-lang/rust#63543 | flip1995 | -3/+2 | |
| 2019-05-26 | Rustup to rustc 1.36.0-nightly (2268d9923 2019-05-26) | Oliver Scherer | -1/+1 | |
| 2019-05-18 | Fixed more lint findings. | pJunger | -1/+2 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -12/+2 | |
| Fixes #3917. | ||||
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -16/+16 | |
| 2019-02-27 | Rustup https://github.com/rust-lang/rust/pull/58321 | Philipp Hansch | -2/+2 | |
| 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-05 | rustup (don't know the exact PR unfortunately) | Matthias Krüger | -1/+1 | |
| 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-08 | rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() ) | Matthias Krüger | -1/+1 | |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -9/+8 | |
| 2018-10-11 | Fix `similar_names` warnings | Devon Hollowood | -6/+6 | |
| Most of these are just `#![allow]`ed, because they are things like using l vs r to differentiate left vs right. These would be made less clear by taking the advice of `similar_names` | ||||
| 2018-10-08 | Fix cast_possible_wrap and cast_sign_loss warnings | Devon Hollowood | -1/+1 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-09-15 | Reintroduce `extern crate` for non-Cargo dependencies. | Eduard-Mihai Burtescu | -8/+8 | |
| 2018-08-29 | Adapt codebase to the tool_lints | flip1995 | -1/+1 | |
| 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-22 | rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 | Matthias Krüger | -3/+3 | |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 | |
| 2018-07-16 | Update for hir renamings in rustc | Oliver Schneider | -1/+1 | |
| 2018-05-30 | Run rustfix | Mateusz Mikuła | -2/+2 | |
| 2018-05-23 | Update to nightly 2018-05-22 | Mateusz Mikuła | -2/+2 | |
| Fixes #2788 | ||||
| 2018-03-28 | Categorize all the lints! | Oliver Schneider | -2/+2 | |
| 2018-03-16 | Apply clippy suggestions | Mateusz Mikuła | -2/+2 | |
| Signed-off-by: Mateusz Mikuła <mati865@gmail.com> | ||||
| 2018-03-15 | Fix warning | Mateusz Mikuła | -1/+1 | |
| Signed-off-by: Mateusz Mikuła <mati865@gmail.com> | ||||
| 2018-03-15 | Rustup | Mateusz Mikuła | -1/+1 | |
| Signed-off-by: Mateusz Mikuła <mati865@gmail.com> | ||||
| 2018-03-13 | Update to rustc master | Oliver Schneider | -21/+32 | |
| 2017-11-05 | Cargo fmt | topecongiro | -2/+8 | |
| 2017-09-13 | Rustup | Oliver Schneider | -2/+2 | |
| 2017-09-05 | Run nightly rustfmt | Oliver Schneider | -3/+4 | |
| 2017-08-28 | Add a lint for lossless casts. | Dan Gohman | -2/+2 | |
| 2017-08-14 | Rustfmt | Oliver Schneider | -6/+11 | |
| 2017-07-31 | Update to latest master | Oliver Schneider | -3/+8 | |
| 2017-04-19 | Fixes compilation error with latest nightly rust (1.18.0-nightly (9f2abadca ↵ | Bastian Köcher | -1/+1 | |
| 2017-04-18)) | ||||
| 2017-03-01 | Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) | Enrico Schmitz | -1/+1 | |
| 2017-02-03 | TyCtxt::map is now called TyCtxt::hir | Mrmaxmeier | -1/+1 | |
| 2017-01-13 | rustup to 2017-01-12 | Oliver Schneider | -4/+2 | |
