| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -2/+2 |
| 2021-06-08 | Rollup merge of #85906 - LingMan:iter_find, r=matthewjasper | Yuki Okushi | -8/+3 |
| 2021-06-07 | Rollup merge of #85912 - LingMan:iter_any, r=nagisa | Guillaume Gomez | -9/+4 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -1/+1 |
| 2021-06-05 | Rollup merge of #85853 - marmeladema:improper-ctypes-definitions-boxed-dst, r... | Yuki Okushi | -4/+11 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -14/+39 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -1/+1 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-06-03 | Warn against boxed DST in `improper_ctypes_definitions` lint | marmeladema | -4/+11 |
| 2021-06-03 | Rollup merge of #85900 - LingMan:pat_mat, r=petrochenkov | Yuki Okushi | -19/+7 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -16/+32 |
| 2021-06-01 | Use pattern matching instead of checking lengths explicitly | LingMan | -19/+7 |
| 2021-06-01 | Use `Iterator::any` and `filter_map` instead of open-coding them | LingMan | -9/+4 |
| 2021-06-01 | Use `Iterator::find` instead of open-coding it | LingMan | -8/+3 |
| 2021-06-01 | Fix issues and add test | Ryan Levick | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+1 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-28 | Initial support for force-warns | Ryan Levick | -0/+9 |
| 2021-05-26 | Lint against non-camelCase trait alias names | Smitty | -0/+1 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -8/+6 |
| 2021-05-15 | Fix unused attributes on macro_rules. | Eric Huss | -0/+4 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -3/+3 |
| 2021-05-12 | Use () for lint_levels. | Camille GILLOT | -5/+3 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -9/+21 |
| 2021-05-10 | Rollup merge of #85075 - ptrojahn:panic_warning, r=jackh726 | Dylan DPC | -6/+11 |
| 2021-05-09 | Improve "panic message is not a string literal" warning | Paul Trojahn | -6/+11 |
| 2021-05-07 | Fix duplicate unknown lint errors | Cameron Steffen | -3/+3 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -26/+55 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -2/+2 |
| 2021-04-28 | Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis | bors | -1/+1 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -28/+9 |
| 2021-04-18 | Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov | bors | -43/+38 |
| 2021-04-17 | Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`... | hyd-dev | -43/+38 |
| 2021-04-15 | rename pat2015 to pat_param | mark | -1/+1 |
| 2021-04-15 | Run buffered lints attached to anon consts | Aaron Hill | -0/+1 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+88 |
| 2021-04-13 | Add compatibility info to lints | Ryan Levick | -1/+5 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -4/+7 |
| 2021-04-09 | changes based on review | Aliénore Bouttefeux | -6/+4 |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -1/+1 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -3/+4 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-04-08 | Change how edition is determined | Ryan Levick | -2/+2 |
| 2021-04-08 | Update BARE_TRAIT_OBJECT and ELLIPSIS_INCLUSIVE_RANGE_PATTERNS to errors in R... | Ryan Levick | -25/+50 |
| 2021-04-08 | fix lint doc | Aliénore Bouttefeux | -18/+7 |
| 2021-04-07 | change documentation of lint | Aliénore Bouttefeux | -5/+14 |