| Age | Commit message (Expand) | Author | Lines |
| 2021-11-04 | Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup | flip1995 | -1532/+3201 |
| 2021-11-04 | Auto merge of #90179 - Nilstrieb:lifetime-elision-mismatch-hint, r=estebank | bors | -0/+134 |
| 2021-11-03 | Auto merge of #90475 - camelid:docvisitor, r=notriddle | bors | -125/+218 |
| 2021-11-03 | Add beginner friendly lifetime elision hint to E0623 | Nilstrieb | -0/+134 |
| 2021-11-03 | Auto merge of #90413 - tmiasko:addr-of-mutable, r=RalfJung,oli-obk | bors | -64/+58 |
| 2021-11-03 | `addr_of!` grants mutable access, maybe? | Tomasz Miąsko | -6/+58 |
| 2021-11-03 | Remove `MaybeMutBorrowedLocals` | Tomasz Miąsko | -58/+0 |
| 2021-11-03 | Auto merge of #90527 - 12101111:libc_a, r=petrochenkov | bors | -3/+3 |
| 2021-11-03 | Provide standalone libc.a in self-contained for musl and wasi | 12101111 | -3/+3 |
| 2021-11-03 | Auto merge of #90517 - willcrichton:example-analyzer, r=jyn514 | bors | -16/+23 |
| 2021-11-02 | Add line number to URLs in "additional examples" section of rustdoc | Will Crichton | -13/+20 |
| 2021-11-02 | Fix URL for scrape-examples.js in rustdoc page template | Will Crichton | -3/+3 |
| 2021-11-03 | Auto merge of #90516 - matthiaskrgr:rollup-3dmfjkj, r=matthiaskrgr | bors | -35/+32 |
| 2021-11-02 | Rollup merge of #90502 - GuillaumeGomez:split-doc-cfg-feature, r=jyn514 | Matthias Krüger | -5/+25 |
| 2021-11-02 | Rollup merge of #90500 - xFrednet:00000-update-clippy-deps, r=flip1995 | Matthias Krüger | -4/+4 |
| 2021-11-02 | Rollup merge of #90417 - lcnr:stabilize-relaxed-struct-unsizing, r=wesleywiser | Matthias Krüger | -25/+0 |
| 2021-11-02 | Rollup merge of #90354 - xFrednet:00000-lets-deploy-clippy-docs, r=Mark-Simul... | Matthias Krüger | -0/+2 |
| 2021-11-02 | Rollup merge of #90084 - noncombatant:patch-2, r=steveklabnik | Matthias Krüger | -1/+1 |
| 2021-11-02 | Auto merge of #90464 - lnicola:rust-analyzer-2021-11-01, r=lnicola | bors | -16/+23 |
| 2021-11-02 | Also check for feature gates in "src/test/rustdoc" | Guillaume Gomez | -0/+1 |
| 2021-11-02 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -5/+24 |
| 2021-11-02 | Update clippy dependencies | xFrednet | -4/+4 |
| 2021-11-02 | Pull in libkvm on FreeBSD | Laurențiu Nicola | -1/+1 |
| 2021-11-02 | Auto merge of #90490 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-11-01 | List all cases explicitly in `Doc{Folder,Visitor}` | Noah Lev | -6/+45 |
| 2021-11-01 | Update cargo | Eric Huss | -0/+0 |
| 2021-11-01 | Auto merge of #90457 - rusticstuff:use-curl-ca-bundle, r=Mark-Simulacrum | bors | -68/+56 |
| 2021-11-01 | Ignore files copied from previous stage when generating hash. | Hans Kratz | -1/+2 |
| 2021-11-01 | Auto merge of #90406 - nbdd0121:panic, r=cjgillot | bors | -0/+58 |
| 2021-11-01 | Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr | bors | -42/+286 |
| 2021-11-01 | Auto merge of #90462 - pietroalbini:bidi-master, r=nikomatsakis,pietroalbini | bors | -0/+231 |
| 2021-11-01 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+23 |
| 2021-10-31 | Fix `RefCell` `BorrowMut` error in `DocVisitor` | Noah Lev | -10/+10 |
| 2021-10-31 | Convert more impls of `DocFolder` to `DocVisitor` | Noah Lev | -27/+26 |
| 2021-10-31 | Convert many impls of `DocFolder` to `DocVisitor` | Noah Lev | -38/+39 |
| 2021-10-31 | rustdoc: Small micro-optimizations and cleanups | Noah Lev | -7/+8 |
| 2021-10-31 | Fix FIXMEs in `rustdoc::html::sources` | Noah Lev | -5/+6 |
| 2021-10-31 | Clean up now that visitors only need `&clean::Crate` | Noah Lev | -15/+15 |
| 2021-10-31 | rustdoc: Use `DocVisitor` for sources collection | Noah Lev | -12/+14 |
| 2021-10-31 | rustdoc: Add `DocVisitor` | Noah Lev | -15/+66 |
| 2021-10-31 | rustdoc: Replace wildcard with explicit pattern | Noah Lev | -1/+1 |
| 2021-10-31 | rustdoc: Remove unnecessary clone in `DocFolder` | Noah Lev | -2/+1 |
| 2021-11-01 | Rollup merge of #90441 - tmiasko:test-promotion-needs-drop, r=Mark-Simulacrum | Matthias Krüger | -9/+100 |
| 2021-11-01 | Rollup merge of #90398 - GuillaumeGomez:doc-keyword-doc, r=camelid | Matthias Krüger | -2/+20 |
| 2021-11-01 | Rollup merge of #90349 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -2/+28 |
| 2021-11-01 | Rollup merge of #90333 - jsha:flashy-searchbar, r=GuillaumeGomez | Matthias Krüger | -14/+18 |
| 2021-11-01 | Rollup merge of #89929 - yuvaldolev:handle-submodule-checkout-more-gracefully... | Matthias Krüger | -1/+9 |
| 2021-10-31 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -14/+111 |
| 2021-10-31 | Use ubuntu image to download openssl, curl sources, cacert.pem | Hans Kratz | -67/+54 |
| 2021-10-31 | Hide search bar in noscript.css | Jacob Hoffman-Andrews | -14/+18 |