| Age | Commit message (Expand) | Author | Lines |
| 2022-10-06 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -8/+8 |
| 2022-09-15 | Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -8/+8 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -8/+8 |
| 2022-09-13 | Update must_not_suspend/ref.rs | Eric Holk | -10/+37 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -45/+30 |
| 2022-09-04 | Don't fire `rust_2021_incompatible_closure_captures` in edition = 2021 | Maybe Waffle | -0/+15 |
| 2022-09-02 | Rollup merge of #97739 - a2aaron:let_underscore, r=estebank | Guillaume Gomez | -0/+63 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-26 | More tests for invalid_value lint | 5225225 | -7/+49 |
| 2022-08-26 | Make invalid-value trigger on uninit primitives | 5225225 | -10/+23 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -11/+10 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -11/+10 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -20/+20 |
| 2022-08-18 | Rollup merge of #97962 - eholk:drop-tracking-must-not-suspend, r=cjgillot | Matthias Krüger | -0/+57 |
| 2022-08-11 | Add missing visit_pat_field in early lint visitor. | Eric Huss | -6/+27 |
| 2022-08-11 | Make Node::ExprField a child of Node::Expr. | Eric Huss | -76/+76 |
| 2022-08-11 | Add visitors for PatField and ExprField. | Eric Huss | -1/+1 |
| 2022-08-11 | Honor lint level attributes in more places. | Eric Huss | -0/+1266 |
| 2022-08-11 | Check attributes on struct expression fields. | Eric Huss | -2/+8 |
| 2022-08-11 | Check attributes on pattern fields. | Eric Huss | -1/+13 |
| 2022-08-10 | Rollup merge of #100226 - cjgillot:noice-multibyte, r=davidtwco | Matthias Krüger | -0/+54 |
| 2022-08-07 | Do not manually craft a span pointing inside a multibyte character. | Camille GILLOT | -0/+54 |
| 2022-08-05 | Use `#![warn(let_underscore_drop)]` in tests. | Aaron Kofsky | -2/+6 |
| 2022-08-05 | Delay formatting trimmed path until lint/error is emitted | Michael Goulet | -0/+24 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -6/+64 |
| 2022-08-04 | Explain why let-underscoring a lock guard is incorrect. | Aaron Kofsky | -2/+4 |
| 2022-08-04 | Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro... | Matthias Krüger | -0/+41 |
| 2022-08-04 | Enable unused_parens for match arms | wcampbell | -0/+41 |
| 2022-08-03 | Rollup merge of #100029 - hdelc:master, r=cjgillot | Matthias Krüger | -2/+2 |
| 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 | 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 |