| Age | Commit message (Expand) | Author | Lines |
| 2021-04-21 | Replaced flex gap with margin, for compatibility with older browsers. | Tor Hovland | -1/+1 |
| 2021-04-20 | Uses flex to fix formatting of h1 at any width. | Tor Hovland | -4/+9 |
| 2021-04-20 | Auto merge of #84353 - estebank:as-ref-mir, r=davidtwco | bors | -59/+103 |
| 2021-04-20 | Auto merge of #84363 - Dylan-DPC:rollup-ink2wyq, r=Dylan-DPC | bors | -56/+13 |
| 2021-04-20 | Rollup merge of #84347 - Swatinem:simplify-document-fns, r=jyn514 | Dylan DPC | -45/+11 |
| 2021-04-20 | Rollup merge of #84345 - ehuss:remove-core-core-comment, r=Mark-Simulacrum | Dylan DPC | -9/+0 |
| 2021-04-20 | Rollup merge of #84340 - notriddle:patch-4, r=GuillaumeGomez | Dylan DPC | -2/+2 |
| 2021-04-20 | Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry | bors | -2/+186 |
| 2021-04-20 | Auto merge of #83900 - torhovland:issue-83832, r=jyn514 | bors | -9/+153 |
| 2021-04-20 | Auto merge of #84295 - richkadel:continue-coverage, r=tmandry | bors | -2/+146 |
| 2021-04-19 | Suggest `.as_ref()` on borrow error involving `Option`/`Result` | Esteban Küber | -59/+103 |
| 2021-04-19 | rustdoc: Simplify some document functions | Arpad Borsos | -45/+11 |
| 2021-04-19 | Use onEachLazy to iterate DOMTokenList | Michael Howell | -1/+1 |
| 2021-04-19 | Remove comment about doc hack. | Eric Huss | -9/+0 |
| 2021-04-19 | rustdoc: Show nag box on IE10 | Michael Howell | -1/+1 |
| 2021-04-19 | Rollup merge of #84330 - GuillaumeGomez:remove-footer, r=jyn514 | Dylan DPC | -1/+0 |
| 2021-04-19 | Rollup merge of #84313 - lcnr:sized-err-msg, r=petrochenkov | Dylan DPC | -30/+58 |
| 2021-04-19 | Rollup merge of #84168 - cjgillot:asi, r=davidtwco | Dylan DPC | -1/+21 |
| 2021-04-19 | Rollup merge of #84126 - 12101111:musl-sanitizer, r=davidtwco | Dylan DPC | -0/+3 |
| 2021-04-19 | compute fn_sig span from body call_site, and use body ctxt, not root | Rich Kadel | -1/+1 |
| 2021-04-19 | No longer need to add attrs to ImportSource. | Tor Hovland | -10/+17 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -30/+58 |
| 2021-04-19 | Remove unused footer section | Guillaume Gomez | -1/+0 |
| 2021-04-19 | Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomez | bors | -4/+10 |
| 2021-04-19 | Auto merge of #84316 - teymour-aldridge:improve-defaulted-never-note, r=petro... | bors | -2/+6 |
| 2021-04-19 | Auto merge of #84288 - notriddle:short-links, r=jyn514 | bors | -52/+44 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -498/+149 |
| 2021-04-18 | Fixes the issue with uncovered source in async function bodies | Rich Kadel | -87/+69 |
| 2021-04-18 | DRAFT: coverage of async function bodies should match non-async | Rich Kadel | -2/+204 |
| 2021-04-18 | Auto merge of #78880 - CDirkx:not_supported, r=joshtriplett | bors | -2/+4 |
| 2021-04-18 | Improve an error message. | teymour-aldridge | -2/+6 |
| 2021-04-18 | Only generate dummy assign when instrumenting coverage | Rich Kadel | -4/+0 |
| 2021-04-18 | Put attrs in a Box for memory efficiency. | Tor Hovland | -4/+2 |
| 2021-04-18 | Auto merge of #84274 - nagisa:fix-simd, r=nikic | bors | -98/+121 |
| 2021-04-18 | Auto merge of #84285 - hi-rustin:rustin-patch-search, r=GuillaumeGomez | bors | -1/+1 |
| 2021-04-18 | Add coverage to continue statements | Rich Kadel | -2/+150 |
| 2021-04-18 | Test Deprecated, Portability, and Unstable. | Tor Hovland | -3/+76 |
| 2021-04-18 | Now also displays portability tags. | Tor Hovland | -14/+36 |
| 2021-04-18 | Give import items their own CSS class. | Tor Hovland | -6/+11 |
| 2021-04-18 | Added a test. | Tor Hovland | -0/+21 |
| 2021-04-18 | Add stability tags to ImportItem. | Tor Hovland | -4/+22 |
| 2021-04-18 | Fix clippy test using `ErrorKind` | Christiaan Dirkx | -2/+4 |
| 2021-04-18 | Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnay | bors | -1/+3 |
| 2021-04-17 | rustdoc: get rid of CURRENT_DEPTH | Michael Howell | -52/+44 |
| 2021-04-18 | Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -1/+1 |
| 2021-04-18 | Fix the wrong return value type description of validateResult | hi-rustin | -1/+1 |
| 2021-04-18 | Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov | bors | -1/+47 |
| 2021-04-17 | Reduce visual weight of attributes. | Jacob Hoffman-Andrews | -4/+10 |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -1/+1 |
| 2021-04-17 | Auto merge of #84279 - Dylan-DPC:rollup-k7otd7e, r=Dylan-DPC | bors | -2254/+2292 |