| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-13 | Extract visitor to utils | ThibsG | -0/+35 | |
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+1 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -2/+2 | |
| 2019-12-30 | Rustup to rust-lang/rust#66942 | Yuki Okushi | -1/+1 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -2/+6 | |
| 2019-11-29 | Use infer_ctxt | flip1995 | -9/+4 | |
| 2019-11-28 | Fix categorizations | Manish Goregaokar | -7/+6 | |
| 2019-11-28 | Fix arguments on ExprUseVisitor::new | Manish Goregaokar | -2/+0 | |
| 2019-11-28 | euv moved from middle to typeck | Manish Goregaokar | -3/+1 | |
| 2019-11-28 | cmt_ -> Place | Manish Goregaokar | -4/+4 | |
| 2019-10-04 | Rustup to rust-lang/rust#64874 | flip1995 | -11/+3 | |
| Episode 1 - The simple cases | ||||
| 2019-06-24 | Fix dogfood test failures. | Mazdak Farrokhzad | -1/+1 | |
| 2019-06-20 | Fix warnings about unnecessary lifetime bounds | Lzu Tao | -6/+2 | |
| Rustup https://github.com/rust-lang/rust/pull/61172 | ||||
| 2019-06-02 | Cargo fmt | Mateusz Mikuła | -2/+11 | |
| 2019-06-02 | Rustup for https://github.com/rust-lang/rust/pull/61276 | Mateusz Mikuła | -6/+6 | |
| 2019-05-03 | Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) | Matthias Krüger | -3/+3 | |
| 2019-04-14 | Remove now-unnecessary calls to node_to_hir_id | Manish Goregaokar | -1/+1 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -3/+2 | |
| 2019-03-01 | align with rust-lang/rust/#58836 | ljedrz | -5/+4 | |
| 2019-02-24 | HirIdify some lints | ljedrz | -3/+3 | |
| 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 | -10/+10 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -1/+0 | |
| 2018-10-11 | Fix `similar_names` warnings | Devon Hollowood | -0/+1 | |
| 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-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-09-15 | Reintroduce `extern crate` for non-Cargo dependencies. | Eduard-Mihai Burtescu | -10/+10 | |
| 2018-09-12 | Change Hash{Map, Set} to FxHash{Map, Set} | flip1995 | -4/+4 | |
| 2018-08-28 | Update imports and rustup | Oliver Schneider | -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 | -2/+2 | |
| 2018-06-08 | Implement lint that checks for unidiomatic `unwrap()` (fixes #1770) | Fabian Zaiser | -0/+82 | |
| This checks for things like if x.is_some() { x.unwrap() } which should be written using `if let` or `match` instead. In the process I moved some logic to determine which variables are mutated in an expression to utils/usage.rs. | ||||
