| Age | Commit message (Expand) | Author | Lines |
| 2022-08-03 | Auto merge of #100064 - RalfJung:disaligned, r=petrochenkov | bors | -1/+110 |
| 2022-08-03 | fix is_disaligned logic for nested packed structs | Ralf Jung | -1/+110 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -6/+64 |
| 2022-08-02 | Add items to `DocAliasBadLocation` check error match arm | hdelc | -2/+2 |
| 2022-07-29 | Fix after rebasing | Eric Holk | -1/+1 |
| 2022-07-29 | Update to still be correct without drop tracking | Eric Holk | -6/+33 |
| 2022-07-29 | Update must_not_suspend lint to traverse references | Eric Holk | -6/+6 |
| 2022-07-29 | Add drop tracking version of must_not_suspend ref test | Eric Holk | -0/+30 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -7/+7 |
| 2022-07-22 | Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe... | Dylan DPC | -2/+2 |
| 2022-07-20 | Rollup merge of #99485 - mdholloway:unused-qualifications-in-derive, r=oli-obk | Dylan DPC | -0/+38 |
| 2022-07-18 | Don't add attribute to allow unused-qualifications to derive impl's | Samrat Man Singh | -0/+38 |
| 2022-07-19 | feat: omit suffixes in const generics (e.g. `1_i32`) | Artur Sinila | -2/+2 |
| 2022-07-18 | Update invalid atomic ordering lint | Tomasz Miąsko | -254/+57 |
| 2022-07-15 | Correctly handle path stability for 'use tree' items | Aaron Hill | -2/+11 |
| 2022-07-15 | add `#[must_use]` to `Box::from_raw` | rhysd | -0/+26 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -3/+19 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -23/+21 |
| 2022-07-08 | Support unstable moves via stable in unstable items | Jane Lusby | -3/+19 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -23/+21 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -1/+1 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -8/+8 |
| 2022-07-01 | Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkov | bors | -72/+38 |
| 2022-07-01 | Auto merge of #98767 - Dylan-DPC:rollup-j1gq5sr, r=Dylan-DPC | bors | -1/+1 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -72/+38 |
| 2022-07-01 | Rollup merge of #98739 - euclio:useless-comment-plural, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-07-01 | Auto merge of #98402 - cjgillot:undead, r=michaelwoerister | bors | -68/+87 |
| 2022-06-30 | fix grammar in useless doc comment lint | Andy Russell | -1/+1 |
| 2022-06-30 | For diagnostic information of Boolean, remind it as use the type: 'bool' | Yiming Lei | -6/+37 |
| 2022-06-27 | Rollup merge of #97389 - m-ou-se:memory-ordering-diagnostics, r=estebank | Matthias Krüger | -228/+246 |
| 2022-06-25 | bless remaining tests | Ralf Jung | -0/+39 |
| 2022-06-22 | Rewrite dead-code pass to avoid fetching HIR. | Camille GILLOT | -30/+53 |
| 2022-06-22 | Uniform spans in dead code lint. | Camille GILLOT | -42/+38 |
| 2022-06-22 | Slightly tweak invalid atomic ordering lint messages. | Mara Bos | -180/+180 |
| 2022-06-22 | Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=... | bors | -176/+262 |
| 2022-06-22 | Rollup merge of #98336 - fmease:remove-faulty-doc-hidden-lint, r=GuillaumeGomez | Yuki Okushi | -177/+0 |
| 2022-06-21 | Move some tests to more reasonable directories | Caio | -0/+34 |
| 2022-06-21 | Remove `#[doc(hidden)]` logic from `unused_attributes` lint | León Orell Valerian Liehr | -177/+0 |
| 2022-06-19 | collapse dead code warnings into a single diagnostic | Takayuki Maeda | -176/+262 |
| 2022-06-16 | fix one more case of trailing space | klensy | -14/+14 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -82/+82 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -0/+175 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -0/+175 |
| 2022-06-11 | Have the drop code suggestion not include `let _ =` | Aaron Kofsky | -4/+4 |
| 2022-06-11 | Reword suggestion messages. | Aaron Kofsky | -4/+4 |
| 2022-06-11 | Auto merge of #97903 - est31:unused_macro_rules_compile_error, r=petrochenkov | bors | -0/+113 |
| 2022-06-10 | Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w... | Yuki Okushi | -0/+8 |
| 2022-06-09 | Test that the unused_macros lint works correctly if rules are malformed | est31 | -0/+41 |
| 2022-06-09 | Suppress the unused_macro_rules lint if malformed rules are encountered | est31 | -0/+19 |
| 2022-06-09 | Never regard macro rules with compile_error! invocations as unused | est31 | -0/+53 |