| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | Fix list length | Esteban Kuber | -0/+224 |
| 2022-04-04 | Suggest dereferncing when possible in E0277, fix #87437 | Esteban Kuber | -3/+55 |
| 2022-04-04 | Fix #90970, doesn't address #87437 | Esteban Kuber | -0/+42 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -125/+530 |
| 2022-04-04 | Auto merge of #95119 - OliverMD:method_suggestions, r=davidtwco | bors | -5/+12 |
| 2022-04-04 | bump version to 1.62.0 | Pietro Albini | -1/+1 |
| 2022-04-04 | Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011 | bors | -1/+2 |
| 2022-04-03 | Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddle | Dylan DPC | -1/+13 |
| 2022-04-03 | Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiasko | Dylan DPC | -1/+38 |
| 2022-04-03 | Improve method name suggestions | Oliver Downard | -5/+12 |
| 2022-04-03 | Add test for attribute display in rustdoc | Guillaume Gomez | -0/+7 |
| 2022-04-03 | Fix display of attributes in rustdoc | Guillaume Gomez | -1/+6 |
| 2022-04-03 | Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco | bors | -0/+277 |
| 2022-04-02 | Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not... | bors | -8/+80 |
| 2022-04-02 | Auto merge of #95600 - Dylan-DPC:rollup-580y2ra, r=Dylan-DPC | bors | -0/+46 |
| 2022-04-02 | Rollup merge of #95597 - dtolnay:threadlocalu8, r=Dylan-DPC | Dylan DPC | -0/+15 |
| 2022-04-02 | Rollup merge of #95593 - notriddle:notriddle/size-of-in-const-context, r=comp... | Dylan DPC | -0/+24 |
| 2022-04-02 | Rollup merge of #95589 - Kobzol:rlink-header, r=bjorn3 | Dylan DPC | -0/+7 |
| 2022-04-02 | Add test for multi-line attribute handling in doctests | Guillaume Gomez | -0/+18 |
| 2022-04-02 | Fix doctest multi-line mod attributes handling | Guillaume Gomez | -8/+62 |
| 2022-04-02 | Add test of thread_local! breaking on redefined u8 | David Tolnay | -0/+15 |
| 2022-04-02 | Auto merge of #94911 - jackh726:gats_extended_2, r=compiler-errors | bors | -30/+162 |
| 2022-04-02 | Make GATs object safe under generic_associated_types_extended feature | Jack Huey | -30/+162 |
| 2022-04-02 | diagnostics: add test case for bogus T:Sized suggestion | Michael Howell | -0/+24 |
| 2022-04-02 | Auto merge of #95568 - GuillaumeGomez:fix-invalid-dom-generation, r=notriddle | bors | -2/+2 |
| 2022-04-02 | Address review comments and add a test | Jakub Beránek | -0/+7 |
| 2022-04-02 | Auto merge of #95571 - petrochenkov:nowrapident2, r=Aaron1011 | bors | -18/+6 |
| 2022-04-02 | Auto merge of #95581 - Dylan-DPC:rollup-2suh5h1, r=Dylan-DPC | bors | -16/+90 |
| 2022-04-02 | Rollup merge of #95557 - niluxv:issue-95533, r=dtolnay | Dylan DPC | -0/+8 |
| 2022-04-02 | Rollup merge of #95544 - jam1garner:improve-naked-noreturn-diagnostic, r=tmiasko | Dylan DPC | -0/+25 |
| 2022-04-02 | Rollup merge of #95373 - RalfJung:invalid_value, r=davidtwco | Dylan DPC | -11/+52 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -5/+5 |
| 2022-04-01 | update Miri | Ralf Jung | -8/+21 |
| 2022-04-02 | ast_lowering: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -18/+6 |
| 2022-04-01 | Fix invalid DOM generation | Guillaume Gomez | -2/+2 |
| 2022-04-01 | Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgr | bors | -67/+305 |
| 2022-04-01 | Add regression test for naked functions with invalid asm syntax | jam1garner | -1/+13 |
| 2022-04-01 | Reword purpose description of noreturn in naked function | jam1garner | -5/+5 |
| 2022-04-01 | Don't emit non-asm contents error for naked function composed of errors | jam1garner | -1/+26 |
| 2022-04-01 | invalid_value lint: detect invalid initialization of arrays | Ralf Jung | -11/+52 |
| 2022-04-01 | Rollup merge of #95475 - Jules-Bertholet:rustdoc-hide-assoc-consts-from-trait... | Matthias Krüger | -4/+25 |
| 2022-04-01 | Fix `thread_local!` macro to be compatible with `no_implicit_prelude` | niluxv | -0/+8 |
| 2022-04-01 | Rollup merge of #95530 - notriddle:notriddle/private-kw-prim, r=jsha | Matthias Krüger | -8/+33 |
| 2022-04-01 | Rollup merge of #95388 - RalfJung:rust-val-limit, r=oli-obk | Matthias Krüger | -43/+72 |
| 2022-04-01 | Rollup merge of #95344 - jyn514:better-debug-output, r=camelid | Matthias Krüger | -1/+23 |
| 2022-04-01 | Rollup merge of #95293 - compiler-errors:braces, r=davidtwco | Matthias Krüger | -15/+63 |
| 2022-04-01 | Rollup merge of #95260 - compiler-errors:fn, r=davidtwco | Matthias Krüger | -0/+114 |
| 2022-03-31 | Add error message suggestion for missing noreturn in naked function | jam1garner | -0/+25 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -5/+5 |
| 2022-03-31 | rustdoc: do not show primitives and keywords as private | Michael Howell | -8/+33 |