| Age | Commit message (Expand) | Author | Lines |
| 2023-01-22 | Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errors | bors | -1/+2 |
| 2023-01-21 | Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot | Michael Goulet | -1/+1 |
| 2023-01-22 | Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim... | bors | -0/+68 |
| 2023-01-21 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report | Aaron Hill | -0/+1 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -2/+3 |
| 2023-01-20 | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error" | Felix S. Klock II | -0/+68 |
| 2023-01-20 | Add `compile_fail` to doctest for `bindings_with_variant_name` | --global | -1/+1 |
| 2023-01-20 | Change `bindings_with_variant_name` to deny-by-default | --global | -1/+1 |
| 2023-01-19 | Update wording of invalid_doc_attributes docs. | Eric Huss | -3/+9 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -2/+3 |
| 2023-01-16 | fix #104440 | Takayuki Maeda | -1/+1 |
| 2023-01-12 | Bump IMPLIED_BOUNDS_ENTAILMENT to Deny + ReportNow | Michael Goulet | -2/+2 |
| 2023-01-10 | create helper function for `rustc_lint_defs::Level` and remove it's duplicate... | ozkanonur | -0/+13 |
| 2022-12-25 | fix some typos | KaDiWa | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-19 | Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin... | Michael Goulet | -4/+5 |
| 2022-12-19 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -0/+41 |
| 2022-12-15 | Make the test actually emit the future incompat lint | Oli Scherer | -3/+4 |
| 2022-12-15 | Fix docs | Oli Scherer | -1/+1 |
| 2022-12-15 | Always report alignment failures in future incompat summaries | Oli Scherer | -0/+1 |
| 2022-12-15 | Make alignment checks a future incompat lint | Oli Scherer | -0/+36 |
| 2022-12-12 | delete mentions of type ascription from lint descriptions | Lukas Markeffsky | -14/+17 |
| 2022-11-23 | Make `deref_into_dyn_supertrait` lint the impl and not the usage | Maybe Waffle | -46/+0 |
| 2022-11-15 | Merge branch 'master' into patch-2 | Kagami Sascha Rosylight | -68/+0 |
| 2022-10-25 | Fix failing examples | Kagami Sascha Rosylight | -4/+4 |
| 2022-10-24 | Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error | Aaron Hill | -68/+0 |
| 2022-10-22 | Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726 | Matthias Krüger | -0/+1 |
| 2022-10-19 | Fixup a few tests needing asm support | Josh Stone | -1/+1 |
| 2022-10-17 | `order_dependent_trait_objects` to `ReportNow` | lcnr | -0/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-08 | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | -0/+3 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -32/+0 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -0/+3 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -5/+26 |
| 2022-09-22 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -26/+5 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -5/+26 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -2/+0 |
| 2022-09-12 | Allow tool-lints to specify a feature-gate too | Wim Looman | -3/+7 |
| 2022-09-04 | Don't fire `rust_2021_incompatible_closure_captures` in edition = 2021 | Maybe Waffle | -2/+2 |
| 2022-09-02 | Add warning against unexpected --cfg with --check-cfg | Urgau | -1/+0 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -2/+0 |
| 2022-08-28 | Suggest calling when operator types mismatch | Michael Goulet | -1/+2 |
| 2022-08-27 | Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2022-08-22 | Tidy | finalchild | -1/+1 |
| 2022-08-22 | Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword... | finalchild | -2/+2 |
| 2022-08-22 | Use DiagnosticMessage for BufferedEarlyLint.msg | finalchild | -4/+4 |
| 2022-08-20 | Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkov | Matthias Krüger | -0/+51 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |