| Age | Commit message (Expand) | Author | Lines |
| 2024-07-09 | add lint for inline asm labels that look like binary | asquared31415 | -34/+129 |
| 2024-07-08 | Update a f16/f128 FIXME to be more accurate | Trevor Gross | -1/+2 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -3/+3 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -6/+2 |
| 2024-07-05 | Rollup merge of #127221 - Urgau:check-cfg-std-diag, r=pnkfelix | Michael Goulet | -6/+12 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -3/+5 |
| 2024-07-01 | Improve well known value check-cfg diagnostic for the standard library | Urgau | -6/+12 |
| 2024-06-30 | Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnr | Matthias Krüger | -86/+7 |
| 2024-06-29 | Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-06-28 | Make it into a structured suggestion, maybe-incorrect | Michael Goulet | -2/+21 |
| 2024-06-28 | Basic lint detecting closure-returning-async-block | Michael Goulet | -0/+113 |
| 2024-06-28 | Only require symbol name for @feature_gate | Michael Goulet | -5/+4 |
| 2024-06-28 | Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqd | Matthias Krüger | -1/+1 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -1/+1 |
| 2024-06-27 | Switch back `non_local_definitions` lint to allow-by-default | Urgau | -1/+1 |
| 2024-06-27 | Remove the `box_pointers` lint. | Nicholas Nethercote | -86/+7 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -15/+0 |
| 2024-06-25 | Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco | bors | -0/+10 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -1/+1 |
| 2024-06-24 | resolve: Implement a lint for out-of-scope use of `macro_rules` | Vadim Petrochenkov | -0/+10 |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -0/+31 |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -1/+1 |
| 2024-06-19 | Rollup merge of #126422 - Urgau:doctest-impl-non-local-def, r=fmease | 许杰友 Jieyou Xu (Joe) | -46/+55 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -3/+3 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -2/+2 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -8/+12 |
| 2024-06-17 | Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -3/+14 |
| 2024-06-16 | boxed_slice_into_iter: tiny doc correction | Kalle Wachsmuth | -1/+1 |
| 2024-06-15 | Also simplify macro_rules doctest code | Urgau | -10/+6 |
| 2024-06-15 | Suggest standalone doctest for non-local impl defs | Urgau | -38/+51 |
| 2024-06-15 | Auto merge of #125722 - Urgau:non_local_defs-macro-to-change, r=estebank | bors | -3/+19 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -10/+10 |
| 2024-06-14 | Resolve elided lifetimes in assoc const to static if no other lifetimes are i... | Michael Goulet | -3/+14 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-06-12 | Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee | bors | -3/+5 |
| 2024-06-12 | Add a `fn main() {}` to a doctest to prevent the test from being wrapped in a... | Oli Scherer | -0/+2 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -3/+5 |
| 2024-06-11 | Rollup merge of #125659 - tbu-:pr_rm_isize, r=pnkfelix | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -2/+2 |
| 2024-06-11 | Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -2/+7 |
| 2024-06-06 | Rollup merge of #126040 - Urgau:unreachable_pub-fields-less, r=petrochenkov | Jubilee | -6/+15 |
| 2024-06-06 | Don't warn on fields in the `unreachable_pub` lint | Urgau | -6/+15 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -3/+13 |
| 2024-06-05 | Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to... | Santiago Pastorino | -3/+6 |
| 2024-06-04 | Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebank | Guillaume Gomez | -11/+0 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -3/+3 |
| 2024-06-04 | Make extern blocks without unsafe warn in edition 2024 | Santiago Pastorino | -0/+7 |
| 2024-06-04 | Rollup merge of #125750 - compiler-errors:expect, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -1/+1 |
| 2024-06-03 | check_is_object_safe -> is_object_safe | Michael Goulet | -2/+2 |