| Age | Commit message (Expand) | Author | Lines |
| 2021-03-04 | Rollup merge of #82744 - camelid:cratenum-byval, r=GuillaumeGomez | Yuki Okushi | -3/+3 |
| 2021-03-04 | Rollup merge of #82740 - jyn514:proper-history, r=Mark-Simulacrum | Yuki Okushi | -3/+2 |
| 2021-03-04 | Rollup merge of #82717 - estebank:issue-70152, r=lcnr | Yuki Okushi | -0/+56 |
| 2021-03-04 | Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomez | Yuki Okushi | -5/+19 |
| 2021-03-04 | Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomez | Yuki Okushi | -51/+69 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -225/+461 |
| 2021-03-03 | Pass `CrateNum` by value instead of by reference | Camelid | -3/+3 |
| 2021-03-03 | Fix commit detected when using `download-rustc` | Joshua Nelson | -3/+2 |
| 2021-03-03 | Auto merge of #82702 - jyn514:downgrade-err, r=Manishearth | bors | -8/+38 |
| 2021-03-03 | reworded message | Esteban Küber | -1/+3 |
| 2021-03-03 | Auto merge of #82553 - tmiasko:update-tracing, r=Mark-Simulacrum | bors | -1/+2 |
| 2021-03-03 | Change error about unknown doc attributes to a warning | Joshua Nelson | -8/+38 |
| 2021-03-03 | Auto merge of #82704 - RalfJung:miri-atomic-minmax, r=oli-obk | bors | -9/+16 |
| 2021-03-03 | Rollup merge of #82713 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-03 | Rollup merge of #82695 - XAMPPRocky:remove-non-power-of-two-limit, r=nagisa | Yuki Okushi | -44/+5 |
| 2021-03-03 | Rollup merge of #82469 - notriddle:bring-our-own-diff, r=Mark-Simulacrum | Yuki Okushi | -13/+71 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -10/+150 |
| 2021-03-02 | Use Arial as fallback font instead of sans-serif. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-03-02 | Account for macros when suggesting adding lifetime | Esteban Küber | -0/+54 |
| 2021-03-02 | Improve page load performance in rustdoc. | Jacob Hoffman-Andrews | -2/+16 |
| 2021-03-02 | Update cargo | Eric Huss | -0/+0 |
| 2021-03-02 | Load rustdoc's JS search index on-demand. | Jacob Hoffman-Andrews | -51/+69 |
| 2021-03-02 | update Miri | Ralf Jung | -9/+16 |
| 2021-03-02 | Rollup merge of #82691 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-02 | Rollup merge of #82661 - lnicola:rust-analyzer-2021-03-01, r=jonas-schievink | Yuki Okushi | -17/+15 |
| 2021-03-02 | Rollup merge of #82627 - JohnTitor:issue-82612, r=estebank | Yuki Okushi | -0/+52 |
| 2021-03-02 | Rollup merge of #82597 - noslaver:fix-82137, r=nagisa | Yuki Okushi | -15/+12 |
| 2021-03-02 | Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichton | Yuki Okushi | -0/+37 |
| 2021-03-02 | Rollup merge of #82579 - osa1:issue82566, r=estebank | Yuki Okushi | -0/+122 |
| 2021-03-02 | Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obk | Yuki Okushi | -18/+71 |
| 2021-03-02 | Rollup merge of #80874 - jyn514:intra-doc-docs, r=Manishearth | Yuki Okushi | -13/+62 |
| 2021-03-02 | Fix UI errors | Erin Power | -9/+3 |
| 2021-03-02 | Revert non-power-of-two vector restriction | Erin Power | -35/+2 |
| 2021-03-01 | Update books | Eric Huss | -0/+0 |
| 2021-03-01 | Test that using the previous lint names still applies the lint | Joshua Nelson | -0/+28 |
| 2021-03-01 | Address review comments | Joshua Nelson | -22/+53 |
| 2021-03-01 | Improve error messages | Joshua Nelson | -9/+45 |
| 2021-03-01 | Add `declare_rustdoc_lint!` macro | Joshua Nelson | -14/+22 |
| 2021-03-01 | Move lint machinery into a separate file | Joshua Nelson | -180/+183 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -141/+271 |
| 2021-03-02 | Rollup merge of #82676 - dtolnay:powers, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2021-03-02 | Rollup merge of #82662 - GuillaumeGomez:doc-attr-check, r=jyn514 | Guillaume Gomez | -0/+38 |
| 2021-03-02 | Rollup merge of #82655 - SkiFire13:fix-issue-81314, r=estebank | Guillaume Gomez | -16/+61 |
| 2021-03-02 | Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514 | Guillaume Gomez | -0/+17 |
| 2021-03-02 | Rollup merge of #82018 - jyn514:no-dummy-cache, r=camelid,GuillaumeGomez | Guillaume Gomez | -133/+82 |
| 2021-03-02 | Rollup merge of #81932 - jyn514:rustdoc-logging, r=Mark-Simulacrum | Guillaume Gomez | -1/+82 |
| 2021-03-02 | Rollup merge of #80734 - abonander:ab/issue-66693, r=oli-obk | Guillaume Gomez | -4/+92 |
| 2021-03-01 | Get TyCtxt from self instead of passing as argument in AutoTraitFinder | Noam Koren | -15/+12 |
| 2021-03-01 | Auto merge of #82663 - jyn514:rollup-xh3cb0c, r=jyn514 | bors | -66/+101 |
| 2021-03-01 | Add tests for doc attribute check | Guillaume Gomez | -0/+38 |