| Age | Commit message (Expand) | Author | Lines |
| 2020-12-29 | test: updated expected Vec src path | C | -4/+4 |
| 2020-12-29 | Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote | bors | -93/+93 |
| 2020-12-29 | Add static assertion for the size of ItemKind | Joshua Nelson | -0/+4 |
| 2020-12-28 | Rollup merge of #80419 - LeSeulArtichaut:80375-test-case, r=lcnr | Mara Bos | -0/+15 |
| 2020-12-28 | Rollup merge of #80410 - MarcoIeni:patch-1, r=jonas-schievink | Mara Bos | -1/+1 |
| 2020-12-28 | Rollup merge of #80393 - ehuss:doc-git-link, r=jyn514 | Mara Bos | -0/+6 |
| 2020-12-28 | Rollup merge of #80434 - pietroalbini:tarball-temp-dir, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-12-28 | Rollup merge of #80362 - jyn514:rustc-macros, r=ehuss | Dylan DPC | -6/+9 |
| 2020-12-28 | Rollup merge of #80284 - ThePuzzlemaker:issue-80179-fix, r=varkor | Dylan DPC | -0/+48 |
| 2020-12-28 | bootstrap: put the component name in the tarball temp dir path | Pietro Albini | -1/+1 |
| 2020-12-28 | Auto merge of #80397 - Mark-Simulacrum:fix-bare-tarball, r=pietroalbini | bors | -1/+7 |
| 2020-12-27 | Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearth | bors | -129/+319 |
| 2020-12-27 | Add regression test for #80375 | LeSeulArtichaut | -0/+15 |
| 2020-12-27 | Auto merge of #80315 - tmiasko:ignore-proc-macros, r=Mark-Simulacrum | bors | -1/+15 |
| 2020-12-27 | rustdoc book: fix example | Marco Ieni | -1/+1 |
| 2020-12-27 | Auto merge of #79642 - ijackson:default-theme-stab, r=jyn514 | bors | -2/+22 |
| 2020-12-27 | Auto merge of #79135 - lcnr:the-paleogenesis-of-generic-germination, r=varkor | bors | -1064/+658 |
| 2020-12-27 | Auto merge of #80395 - ehuss:lint-docs-warn-missing, r=Mark-Simulacrum | bors | -6/+16 |
| 2020-12-26 | Use package name for top-level directory in bare tarballs | Mark Rousskov | -1/+7 |
| 2020-12-26 | Fix missing deny-by-default.md file. | Eric Huss | -0/+3 |
| 2020-12-26 | lint-docs: Warn on missing lint when documenting. | Eric Huss | -6/+16 |
| 2020-12-26 | Add links to the source for the rustc and rustdoc books. | Eric Huss | -0/+6 |
| 2020-12-26 | update tests | Bastian Kauschke | -950/+658 |
| 2020-12-26 | delete no longer relevant tests | Bastian Kauschke | -114/+0 |
| 2020-12-26 | Auto merge of #80316 - ehuss:rustdoc-index, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-12-26 | Auto merge of #80209 - erikdesjardins:ptrcmp, r=Mark-Simulacrum | bors | -0/+16 |
| 2020-12-26 | Remove pointer comparison from slice equality | bors | -0/+16 |
| 2020-12-26 | Auto merge of #80246 - matthewjasper:projection-cycle-caching, r=Mark-Simulacrum | bors | -16/+124 |
| 2020-12-25 | Auto merge of #80366 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-12-25 | Bump version to 1.51 | Mark Rousskov | -1/+1 |
| 2020-12-25 | Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err... | bors | -19/+37 |
| 2020-12-25 | Auto merge of #80226 - ThePuzzlemaker:issue-80004-fix, r=jyn514,petrochenkov | bors | -12/+24 |
| 2020-12-25 | Auto merge of #80187 - 0dvictor:nativelib, r=bjorn3 | bors | -0/+6 |
| 2020-12-25 | Auto merge of #80364 - Dylan-DPC:rollup-0y96okz, r=Dylan-DPC | bors | -47/+110 |
| 2020-12-25 | Rollup merge of #80340 - jyn514:less-modules-attrs, r=GuillaumeGomez | Dylan DPC | -14/+3 |
| 2020-12-25 | Rollup merge of #80319 - jyn514:async-lifetimes, r=tmandry | Dylan DPC | -2/+67 |
| 2020-12-25 | Rollup merge of #80280 - pierwill:x-readme, r=Mark-Simulacrum | Dylan DPC | -0/+7 |
| 2020-12-25 | Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov | Dylan DPC | -4/+4 |
| 2020-12-25 | Rollup merge of #80160 - diondokter:move_async_fix, r=davidtwco | Dylan DPC | -0/+29 |
| 2020-12-25 | Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk | Dylan DPC | -27/+0 |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -54/+593 |
| 2020-12-24 | Don't process `[]` and `()` in intra-doc links | Joshua Nelson | -32/+109 |
| 2020-12-24 | Document rustc_macros on nightly-rustc | Joshua Nelson | -6/+9 |
| 2020-12-24 | rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun... | ThePuzzlemaker | -12/+24 |
| 2020-12-24 | Auto merge of #80322 - ehuss:update-cargo, r=ehuss | bors | -0/+2 |
| 2020-12-24 | Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N... | bors | -71/+52 |
| 2020-12-24 | Auto merge of #80295 - GuillaumeGomez:beautify-rework, r=petrochenkov | bors | -1/+1 |
| 2020-12-24 | Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco | bors | -14/+14 |
| 2020-12-24 | Auto merge of #80249 - calebcartwright:update-rustfmt, r=Mark-Simulacrum | bors | -5/+5 |
| 2020-12-23 | Don't unnecessarily override attrs for Module | Joshua Nelson | -14/+3 |