| Age | Commit message (Expand) | Author | Lines |
| 2020-09-03 | specialization_graph: avoid trimmed paths for OverlapError | Dan Aloni | -6/+6 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -59/+59 |
| 2020-08-30 | Point to no_mangle/export_name attribute when linting | Wim Looman | -16/+16 |
| 2020-08-30 | Add note about why no_mangle and export_name are unsafe | Wim Looman | -0/+11 |
| 2020-08-30 | Scope no_mangle and export_name warnings to the declarations name | Wim Looman | -16/+16 |
| 2020-08-30 | Add checking for export_name to unsafe_code lint | Wim Looman | -19/+61 |
| 2020-08-30 | Add checking for no_mangle to unsafe_code lint | Wim Looman | -20/+60 |
| 2020-08-30 | Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran... | Dylan DPC | -14/+89 |
| 2020-08-27 | Fix ICE on unwrap of unknown layout. | jumbatm | -0/+23 |
| 2020-08-25 | Also handle transparent single-variant enums | jumbatm | -14/+33 |
| 2020-08-25 | Fix clashing_extern_declarations false positive. | jumbatm | -2/+58 |
| 2020-08-19 | Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr | Yuki Okushi | -0/+119 |
| 2020-08-18 | Promote missing_fragment_specifier to hard error | Aleksey Kladov | -22/+4 |
| 2020-08-18 | Actually introduce a cycle in Reffy test. | jumbatm | -4/+6 |
| 2020-08-18 | Add test demonstrating the issue. | jumbatm | -0/+117 |
| 2020-08-11 | Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obk | Yuki Okushi | -5/+5 |
| 2020-08-10 | unused_delims: trim expr | Bastian Kauschke | -5/+5 |
| 2020-08-10 | Fix symbol ordering for confusable idents detection. | Nicholas Nethercote | -2/+13 |
| 2020-08-03 | Do not trigger `unused_braces` for `while let` | Yuki Okushi | -24/+17 |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -2/+2 |
| 2020-08-02 | Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnr | Manish Goregaokar | -0/+95 |
| 2020-08-03 | Recover strictness for `yield` | Yuki Okushi | -7/+59 |
| 2020-08-02 | fix typos | liuzhenyu | -2/+2 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -404/+404 |
| 2020-08-02 | Do not trigger `unused_{braces,parens}` lints with `yield` | Yuki Okushi | -0/+43 |
| 2020-07-30 | Fix missed same-sized member clash in ClashingExternDeclarations. | jumbatm | -7/+41 |
| 2020-07-30 | Address code review comments. | jumbatm | -6/+23 |
| 2020-07-30 | Apply suggested wording changes from code review. | jumbatm | -4/+4 |
| 2020-07-30 | Don't emit clashing decl lint for FFI-safe enums. | jumbatm | -1/+61 |
| 2020-07-30 | Add additional clashing_extern_decl cases. | jumbatm | -62/+124 |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -404/+404 |
| 2020-07-20 | wf: check foreign fn decls for well-formedness | David Wood | -32/+33 |
| 2020-07-17 | Rollup merge of #74448 - davidtwco:improper-ctypes-definitions-boxes, r=david... | Manish Goregaokar | -63/+46 |
| 2020-07-17 | improper_ctypes_definitions: allow `Box` | David Wood | -63/+46 |
| 2020-07-17 | warn about uninit multi-variant enums | Ralf Jung | -36/+73 |
| 2020-07-14 | lint: use `transparent_newtype_field` to avoid ICE | David Wood | -0/+14 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -118/+477 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -118/+477 |
| 2020-07-01 | Rollup merge of #73839 - crlf0710:snapshot_the_reality, r=Manishearth | Manish Goregaokar | -16/+189 |
| 2020-06-28 | Split and expand nonstandard-style lints unicode unit test. | Charles Lew | -16/+189 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -43/+70 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -147/+148 |
| 2020-06-25 | Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=Manishearth | Manish Goregaokar | -22/+89 |
| 2020-06-26 | Implement mixed script confusable lint. | Charles Lew | -0/+69 |
| 2020-06-24 | improper_ctypes: allow pointers to sized types | David Wood | -84/+24 |
| 2020-06-24 | lints: add `improper_ctypes_definitions` | David Wood | -0/+433 |
| 2020-06-23 | Refactor non_ascii_idents lints, exclude ascii pair for confusable_idents lint. | Charles Lew | -22/+20 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -6/+290 |
| 2020-06-20 | lint: normalize projections using opaque types | David Wood | -0/+108 |
| 2020-06-20 | Update existing test cases. | jumbatm | -24/+25 |