| Age | Commit message (Expand) | Author | Lines |
| 2021-03-01 | Change twice used large const table to static | David Tolnay | -1/+1 |
| 2021-02-28 | Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr | bors | -48/+33 |
| 2021-02-28 | Remove unnecessary `self_ty` parameter to `get_blanket_impls` | Joshua Nelson | -48/+33 |
| 2021-02-28 | Auto merge of #82603 - RalfJung:miri, r=RalfJung | bors | -7/+10 |
| 2021-02-28 | update Miri | Ralf Jung | -7/+10 |
| 2021-02-28 | Auto merge of #82350 - ehuss:test-chapter, r=jyn514 | bors | -1/+287 |
| 2021-02-28 | Auto merge of #82605 - cuviper:issue81051, r=nikic | bors | -0/+0 |
| 2021-02-28 | Auto merge of #82594 - nagisa:nagisa/remove-rumprun, r=petrochenkov | bors | -36/+0 |
| 2021-02-27 | Rollup merge of #82584 - tazjin:rustdoc-aria, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2021-02-27 | Rollup merge of #82563 - lucas-deangelis:issue-82209-fix, r=jyn514 | Dylan DPC | -0/+19 |
| 2021-02-27 | Rollup merge of #82537 - wesleywiser:update_measureme, r=oli-obk | Dylan DPC | -0/+1 |
| 2021-02-27 | Rollup merge of #82534 - nikic:musl-crtend, r=nagisa | Dylan DPC | -0/+6 |
| 2021-02-27 | Rollup merge of #81856 - Smittyvb:utf16-warn, r=matthewjasper | Dylan DPC | -0/+0 |
| 2021-02-27 | Revert LLVM D81803 because it broke Windows 7 | Josh Stone | -0/+0 |
| 2021-02-27 | Remove the x86_64-rumprun-netbsd target | Simonas Kazlauskas | -36/+0 |
| 2021-02-27 | Add ARIA role to sidebar toggle in Rustdoc | Vincent Ambo | -1/+1 |
| 2021-02-27 | Auto merge of #82511 - jsha:fix-bfcache2, r=GuillaumeGomez | bors | -6/+14 |
| 2021-02-27 | Rollup merge of #82494 - estebank:issue-82455, r=petrochenkov | Dylan DPC | -2/+32 |
| 2021-02-27 | Rollup merge of #82490 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2021-02-27 | Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasper | Dylan DPC | -0/+40 |
| 2021-02-27 | Rollup merge of #82419 - petrochenkov:inertord, r=Aaron1011 | Dylan DPC | -38/+112 |
| 2021-02-27 | Rollup merge of #82404 - nagisa:nagisa/hexagon-enums-llvm-comps, r=petrochenkov | Dylan DPC | -5/+6 |
| 2021-02-27 | Rollup merge of #82396 - pickfire:patch-5, r=GuillaumeGomez | Dylan DPC | -2/+2 |
| 2021-02-27 | Rollup merge of #82394 - lnicola:rust-analyzer-2021-02-22, r=jonas-schievink | Dylan DPC | -17/+17 |
| 2021-02-27 | Rollup merge of #82370 - 0yoyoyo:update-issue-81650-point-anonymous-lifetime,... | Dylan DPC | -103/+88 |
| 2021-02-27 | Rollup merge of #82057 - upsuper-forks:cstr, r=davidtwco,wesleywiser | Dylan DPC | -0/+1 |
| 2021-02-27 | Move test file, add test of generated link | Lucas De Angelis | -0/+3 |
| 2021-02-26 | Update src/librustdoc/passes/collect_intra_doc_links.rs | Lucas De Angelis | -1/+1 |
| 2021-02-26 | Fix formatting | Lucas De Angelis | -1/+6 |
| 2021-02-26 | Fix intra-doc handling of `Self` in enum | Lucas De Angelis | -0/+11 |
| 2021-02-26 | Auto merge of #82552 - GuillaumeGomez:rollup-8dn1ztn, r=GuillaumeGomez | bors | -26/+101 |
| 2021-02-27 | Add for example word to spotlight doc | Ivan Tham | -2/+2 |
| 2021-02-26 | Rollup merge of #82549 - rust-lang:revert-82313-update-normalize-css, r=apiraino | Guillaume Gomez | -1/+1 |
| 2021-02-26 | Rollup merge of #82545 - jsha:woff2, r=GuillaumeGomez | Guillaume Gomez | -2/+14 |
| 2021-02-26 | Rollup merge of #82506 - estebank:unused_variable_lint, r=lcnr | Guillaume Gomez | -0/+46 |
| 2021-02-26 | Rollup merge of #82165 - nellshamrell:nell/fix-80658-B, r=estebank | Guillaume Gomez | -20/+38 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -3/+2 |
| 2021-02-26 | Revert "Update normalize.css to 8.0.1" | Guillaume Gomez | -1/+1 |
| 2021-02-26 | Auto merge of #81458 - estebank:match-stmt-remove-semi, r=oli-obk | bors | -0/+81 |
| 2021-02-26 | Link crtbegin/crtend on musl to terminate .eh_frame | Nikita Popov | -0/+6 |
| 2021-02-26 | Embed woff2 files in rustdoc binary. | Jacob Hoffman-Andrews | -0/+8 |
| 2021-02-26 | Add optional woff2 versions of FiraSans. | Jacob Hoffman-Andrews | -2/+6 |
| 2021-02-26 | Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 | bors | -7/+71 |
| 2021-02-25 | Update measureme dependency to the latest version | Wesley Wiser | -0/+1 |
| 2021-02-25 | Rollup merge of #82503 - cratelyn:patch-1, r=Mark-Simulacrum | Aaron Hill | -1/+1 |
| 2021-02-25 | Rollup merge of #82502 - jyn514:tidy, r=petrochenkov | Aaron Hill | -6/+12 |
| 2021-02-25 | Rollup merge of #82484 - bugadani:docfix, r=jyn514 | Aaron Hill | -1/+11 |
| 2021-02-25 | Rollup merge of #82467 - ojeda:tidy-normalize-safety-comments, r=kennytm | Aaron Hill | -1/+1 |
| 2021-02-25 | Rollup merge of #82463 - jrmuizel:patch-1, r=steveklabnik | Aaron Hill | -1/+1 |
| 2021-02-25 | Rollup merge of #82441 - frewsxcv:frewsxcv-docs, r=GuillaumeGomez | Aaron Hill | -2/+2 |