| Age | Commit message (Expand) | Author | Lines |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2021-10-07 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -4/+21 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -4/+4 |
| 2021-10-02 | Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-par... | bors | -10/+40 |
| 2021-09-29 | Fix truncate of 'bound params stack' by using the correct length | Audun Halland | -1/+1 |
| 2021-09-29 | Improve error message for `printf`-style format strings | Fabian Wolff | -26/+73 |
| 2021-09-29 | Deriving: Include bound generic params for extracted type parameters in where... | Audun Halland | -10/+40 |
| 2021-09-24 | derive: Do not configure or clone items unless necessary | Vadim Petrochenkov | -22/+47 |
| 2021-09-24 | builtin_macros: Make #[derive(A, B, ...)] cfg-eval its input only for `A, B, ... | Vadim Petrochenkov | -2/+2 |
| 2021-09-24 | Auto merge of #88835 - FabianWolff:issue-88770, r=petrochenkov | bors | -16/+15 |
| 2021-09-23 | Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum | bors | -18/+14 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -18/+14 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-17 | Auto merge of #88832 - pcwalton:debug-unit-variant-fast-path, r=oli-obk | bors | -3/+17 |
| 2021-09-11 | Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa | Jubilee | -0/+12 |
| 2021-09-10 | Fix error recovery in format macro parsing | Fabian Wolff | -16/+15 |
| 2021-09-10 | Introduce a fast path that avoids the `debug_tuple` abstraction when deriving | Patrick Walton | -3/+17 |
| 2021-09-10 | Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot | Manish Goregaokar | -8/+10 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -0/+2 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -0/+2 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -23/+13 |
| 2021-08-31 | emit suggestion byte literal is passed to `format!` | ibraheemdev | -8/+10 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -2/+2 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -76/+14 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -7/+4 |
| 2021-08-23 | Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay | bors | -7/+23 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -7/+4 |
| 2021-08-21 | Improve error message when _ is used for in/inout asm operands | Amanieu d'Antras | -0/+12 |
| 2021-08-18 | Remove box syntax from rustc_builtin_macros | est31 | -12/+24 |
| 2021-08-16 | Make Arguments constructors unsafe | Cameron Steffen | -7/+23 |
| 2021-08-14 | Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa | bors | -8/+101 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -7/+100 |
| 2021-08-12 | Fix error message typo for pure asm without outputs | Amanieu d'Antras | -1/+1 |
| 2021-08-04 | Combine spans into one error, deduplicate code | asquared31415 | -21/+14 |
| 2021-08-04 | Update error message | asquared31415 | -4/+4 |
| 2021-08-04 | Fix lint capitalization and ignoring, test with include_str | asquared31415 | -3/+3 |
| 2021-08-04 | Handle leading colons properly | asquared31415 | -0/+3 |
| 2021-08-04 | Proper characters in labels, ignore comments | asquared31415 | -5/+10 |
| 2021-08-04 | Comment tweaks | asquared31415 | -0/+1 |
| 2021-08-04 | Lint against named asm labels | asquared31415 | -4/+72 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -0/+1 |
| 2021-07-27 | Prohibit `#[default]` in invalid places | Jacob Pratt | -3/+37 |
| 2021-07-27 | Add machine-applicable suggestions | Jacob Pratt | -8/+42 |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -31/+166 |
| 2021-07-21 | Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwco | Guillaume Gomez | -7/+3 |
| 2021-07-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -6/+5 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -6/+5 |