| Age | Commit message (Expand) | Author | Lines |
| 2022-02-22 | Move `return_self_not_must_use` to `pedantic` | xFrednet | -6/+6 |
| 2022-02-21 | Soft-disable incremental compilation | Mark Rousskov | -2/+33 |
| 2022-02-21 | Bump CI channel | Mark Rousskov | -1/+1 |
| 2022-02-12 | ignore test on wasm32 | The 8472 | -0/+1 |
| 2022-02-12 | Adjust clippy tests to account for unreachable! changes | Mark Rousskov | -6/+3 |
| 2022-02-11 | Take in account the unreachable! macro in the non_fmt_panic lint | Loïc BRANSTETT | -30/+137 |
| 2022-02-11 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -13/+50 |
| 2022-02-11 | backport llvm fix for issue 91671. | Felix S. Klock II | -0/+0 |
| 2022-02-11 | resolve lifetimes for const generic defaults | Michael Goulet | -0/+36 |
| 2022-02-11 | Remove obsolete no-op #[main] attribute from compiler. | Jeremy Banks | -0/+35 |
| 2022-02-09 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2022-02-09 | Rollup merge of #93394 - m-ou-se:fix-93378, r=estebank | Mara Bos | -0/+41 |
| 2022-02-09 | Auto merge of #93081 - nikic:aarch64-fix, r=cuviper | bors | -0/+0 |
| 2022-02-09 | Auto merge of #92983 - pietroalbini:pa-bump-runner-images, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-02-09 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+36 |
| 2022-01-31 | Revert -Zbranch-protection | Simonas Kazlauskas | -107/+0 |
| 2022-01-27 | Handle implicit named arguments in `useless_format` | Jason Newcomb | -3/+42 |
| 2022-01-25 | Auto merge of #93014 - Kobzol:revert-92103-stable-hash-skip-zero-bytes, r=the... | bors | -2/+2 |
| 2022-01-25 | Rollup merge of #93128 - pietroalbini:pa-verify-stable-version-number, r=Mark... | Matthias Krüger | -0/+34 |
| 2022-01-25 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2022-01-20 | Add GUI test for rust logo style in the sidebars | Guillaume Gomez | -0/+78 |
| 2022-01-20 | Fix style for rust logo | Guillaume Gomez | -3/+3 |
| 2022-01-20 | rustdoc: add intra-doc trait impl test for extern types | Mahdi Dibaiee | -2/+23 |
| 2022-01-20 | rustdoc: fix intra-link for generic trait impls | Mahdi Dibaiee | -1/+31 |
| 2022-01-20 | fix(rustfmt): resolve generated file formatting issue | Caleb Cartwright | -5/+25 |
| 2022-01-17 | [beta] backport cargo | Weihang Lo | -0/+0 |
| 2022-01-17 | update the bootstrap compiler to the latest stable | Pietro Albini | -340/+283 |
| 2022-01-13 | bump rls | Pietro Albini | -0/+0 |
| 2022-01-11 | fix unused warnings in rustfmt | Pietro Albini | -5/+4 |
| 2022-01-10 | switch to the beta channel | Pietro Albini | -1/+1 |
| 2022-01-08 | Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez | bors | -3/+0 |
| 2022-01-07 | Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=... | Eric Huss | -2/+6 |
| 2022-01-06 | Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-01-06 | Rollup merge of #92417 - dtolnay:printimpl, r=jackh726 | Matthias Krüger | -1/+7 |
| 2022-01-06 | Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726 | Matthias Krüger | -0/+82 |
| 2022-01-06 | Auto merge of #92609 - matthiaskrgr:rollup-ldp47ot, r=matthiaskrgr | bors | -45/+228 |
| 2022-01-06 | Create CSS class instead of using inline style for search results | Guillaume Gomez | -2/+6 |
| 2022-01-06 | Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=... | Matthias Krüger | -30/+119 |
| 2022-01-06 | Rollup merge of #92404 - GuillaumeGomez:src-font-size, r=jsha | Matthias Krüger | -13/+19 |
| 2022-01-06 | Rollup merge of #92389 - chordtoll:test-92015, r=Mark-Simulacrum | Matthias Krüger | -0/+18 |
| 2022-01-06 | Rollup merge of #92360 - jackh726:param-heuristics-1, r=davidtwco | Matthias Krüger | -0/+14 |
| 2022-01-06 | Rollup merge of #92349 - avitex:fix-rustdoc-private-doc-tests, r=GuillaumeGomez | Matthias Krüger | -1/+46 |
| 2022-01-06 | Rollup merge of #92058 - jsha:run-on-hover, r=GuillaumeGomez | Matthias Krüger | -1/+12 |
| 2022-01-06 | Revert "bootstrap: copy `llvm-dwp` to sysroot" | David Wood | -12/+1 |
| 2022-01-06 | cg: use thorin instead of llvm-dwp | David Wood | -19/+86 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -5/+19 |
| 2022-01-05 | Simplify :target CSS selector | Guillaume Gomez | -12/+3 |
| 2022-01-05 | Break the loop | Chris Denton | -1/+3 |
| 2022-01-05 | Add test for [src] font-size in headers | Guillaume Gomez | -0/+12 |
| 2022-01-05 | Fix font size for [src] links in headers | Guillaume Gomez | -1/+4 |