| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -4/+4 |
| 2021-11-23 | Fix printing unit return ty, don't elaborate FnOnce unless we see it | Michael Goulet | -2/+2 |
| 2021-11-23 | Update test outputs | Michael Goulet | -4/+4 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -1/+1 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -1/+1 |
| 2021-11-22 | Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkov | bors | -0/+414 |
| 2021-11-18 | Check for duplicate attributes. | Eric Huss | -0/+414 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+8 |
| 2021-11-17 | Rollup merge of #89610 - guswynn:must_use_future, r=wesleywiser | Matthias Krüger | -0/+69 |
| 2021-11-16 | Update compiler/rustc_passes/src/check_attr.rs | Wesley Wiser | -2/+2 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+50 |
| 2021-11-11 | Shorten Span of unused macro lints | Marcel Hellwig | -48/+28 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -10/+91 |
| 2021-11-08 | warn on must_use use on async fn's | Gus Wynn | -0/+69 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -10/+91 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+180 |
| 2021-11-05 | Rollup merge of #90626 - rusticstuff:be-more-accepting, r=jyn514 | Matthias Krüger | -0/+9 |
| 2021-11-05 | Properly register text_direction_codepoint_in_comment lint. | Hans Kratz | -0/+9 |
| 2021-11-03 | Clean up some `-Z unstable-options` in tests. | Eric Huss | -21/+19 |
| 2021-10-31 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -8/+101 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -5/+5 |
| 2021-10-15 | Bless tests | Cameron Steffen | -5/+5 |
| 2021-10-15 | Add a test for `unsafe_code` lint. | Charles Lew | -0/+32 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+162 |
| 2021-10-04 | Rollup merge of #89473 - FabianWolff:issue-89469, r=joshtriplett | Jubilee | -0/+20 |
| 2021-10-04 | Rollup merge of #89500 - FabianWolff:issue-87308, r=petrochenkov | Jubilee | -0/+26 |
| 2021-10-03 | Fix ICE with buffered lint referring to AST node deleted by everybody_loops | Fabian Wolff | -0/+26 |
| 2021-10-03 | Fix extra `non_snake_case` warning for shorthand field bindings | Fabian Wolff | -0/+20 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -13/+13 |
| 2021-10-03 | Auto merge of #84267 - dtolnay:ptrunit, r=nagisa | bors | -45/+60 |
| 2021-09-30 | Rollup merge of #89303 - guswynn:std_suspend, r=dtolnay | Manish Goregaokar | -0/+38 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -1/+1 |
| 2021-09-28 | ref/refmut | Gus Wynn | -1/+1 |
| 2021-09-27 | Auto merge of #89214 - smoelius:register_tool, r=petrochenkov | bors | -0/+14 |
| 2021-09-27 | #[feature] not required for lint result | Gus Wynn | -5/+4 |
| 2021-09-27 | lock types | Gus Wynn | -0/+39 |
| 2021-09-26 | Auto merge of #88316 - est31:remove_box_tests, r=Mark-Simulacrum | bors | -6/+6 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -6/+6 |
| 2021-09-25 | Move malformed attribute code to a function and fix inner attribute suggestion. | Eric Huss | -1/+1 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -1/+1 |
| 2021-09-23 | Add known-tool-in-submodule test | Samuel E. Moelius III | -0/+14 |
| 2021-09-22 | Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoerister | the8472 | -0/+8 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -0/+417 |
| 2021-09-21 | Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0` | Fabian Wolff | -0/+8 |
| 2021-09-18 | deduplication | Gus Wynn | -59/+45 |
| 2021-09-18 | generic test | Gus Wynn | -0/+52 |
| 2021-09-15 | factor into struct, and comments | Gus Wynn | -21/+49 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+69 |
| 2021-09-13 | error formatting and fix build | Gus Wynn | -26/+39 |
| 2021-09-11 | array comment + test for references | Gus Wynn | -0/+71 |