| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -425/+0 | |
| 2020-06-18 | Implement crate level only lints checking. | Charles Lew | -0/+4 | |
| 2020-06-05 | properly handle feature gated lints | Joey Hain | -1/+9 | |
| - lint: add `feature_gate` field, allow specifying it in `declare_lint!` - generalize the lint feature gate check - librustdoc: generalize whitelisting of feature-gated lints | ||||
| 2020-05-27 | Allow types (with lifetimes/generics) in impl_lint_pass | flip1995 | -5/+5 | |
| 2020-04-03 | Minor follow-up after renaming librustc(_middle) | Yuki Okushi | -2/+3 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1/+1 | |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 | |
| 2020-03-21 | add_elided_lifetime_in_path_suggestion -> rustc_session | Mazdak Farrokhzad | -0/+43 | |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 | |
| 2020-02-21 | clean things up | Jane Lusby | -0/+1 | |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -1/+1 | |
| 2. invert rustc_session & syntax deps 3. drop rustc_session dep in rustc_hir | ||||
| 2020-01-11 | move {rustc -> rustc_session}::lint::builtin | Mazdak Farrokhzad | -0/+2 | |
| 2020-01-11 | prepare moving HardwiredLints to rustc_session | Mazdak Farrokhzad | -0/+38 | |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -5/+78 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -2/+2 | |
| 2019-12-22 | Format the world | Mark Rousskov | -15/+16 | |
| 2019-12-03 | Move BufferedEarlyLint to librustc_session | Mark Rousskov | -1/+17 | |
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -0/+122 | |
| 2019-12-03 | Move Lint to rustc_session | Mark Rousskov | -0/+72 | |
| This commit breaks early-lint registration, which will be fixed in the next commit. This movement will allow essentially all crates in the compiler tree to declare lints (though not lint passes). | ||||
| 2019-12-03 | Move Level to rustc_session | Mark Rousskov | -0/+44 | |
