| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -28/+9 |
| 2021-04-07 | add test | Aliénore Bouttefeux | -0/+2 |
| 2021-04-06 | add lint deref_nullptr | Aliénore Bouttefeux | -0/+90 |
| 2021-04-05 | Fix bug where rustc_lint would not apply renamed tool lints | Joshua Nelson | -3/+4 |
| 2021-04-04 | Trigger `unused_doc_comments` on macros at once | Yuki Okushi | -1/+1 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -0/+3 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -1/+1 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -1/+1 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -5/+4 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -6/+6 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -0/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -6/+6 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | Rollup merge of #83216 - jyn514:register-tool, r=petrochenkov | Dylan DPC | -10/+38 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -12/+12 |
| 2021-03-16 | Allow registering tool lints with `register_tool` | Joshua Nelson | -10/+38 |
| 2021-03-16 | Don't warn about old rustdoc lint names (temporarily) | Joshua Nelson | -1/+35 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -12/+12 |
| 2021-03-14 | Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl` | Aaron Hill | -0/+3 |
| 2021-03-14 | Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-03-09 | Track HirId when visiting attributes. | Camille GILLOT | -4/+7 |