| Age | Commit message (Expand) | Author | Lines |
| 2021-01-21 | Auto merge of #81240 - JohnTitor:rollup-ieaz82a, r=JohnTitor | bors | -27/+170 |
| 2021-01-21 | Rollup merge of #81185 - osa1:fix_80742, r=oli-obk | Yuki Okushi | -0/+75 |
| 2021-01-21 | Rollup merge of #81184 - jyn514:combine-after, r=CraftSpider | Yuki Okushi | -23/+30 |
| 2021-01-21 | Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank | Yuki Okushi | -4/+34 |
| 2021-01-21 | Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-Simulacrum | Yuki Okushi | -0/+31 |
| 2021-01-21 | Auto merge of #80958 - bstrie:deptbdnums, r=KodrAus | bors | -1/+1 |
| 2021-01-21 | Auto merge of #81231 - jyn514:flaky-test-2, r=Mark-Simulacrum | bors | -6/+0 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -1/+1 |
| 2021-01-20 | Remove flaky test | Joshua Nelson | -6/+0 |
| 2021-01-20 | Work around missing -dev packages in solaris docker image. | Mara Bos | -5/+13 |
| 2021-01-20 | Auto merge of #81118 - ojeda:metadata-obj, r=nagisa | bors | -0/+7 |
| 2021-01-20 | Auto merge of #81063 - CraftSpider:jsondocck, r=jyn514 | bors | -812/+466 |
| 2021-01-19 | No longer require unstable for jsondocck, only build it for json tests | Rune Tynan | -7/+12 |
| 2021-01-19 | Auto merge of #79578 - alexcrichton:update-waasi, r=KodrAus | bors | -6/+4 |
| 2021-01-19 | Address review v2 | Rune Tynan | -68/+60 |
| 2021-01-19 | Shift another panic into an exit | Rune Tynan | -2/+1 |
| 2021-01-19 | Address review comments | Rune Tynan | -63/+29 |
| 2021-01-19 | Add jsondocck tool, and use it for rustdoc JSON | Rune Tynan | -812/+504 |
| 2021-01-19 | Fix ICE in mir when evaluating SizeOf on unsized type | Ömer Sinan Ağacan | -0/+75 |
| 2021-01-19 | Auto merge of #81186 - GuillaumeGomez:rollup-y2d04g9, r=GuillaumeGomez | bors | -40/+144 |
| 2021-01-19 | Rollup merge of #81161 - GuillaumeGomez:remove-inline-script, r=Nemo157 | Guillaume Gomez | -23/+33 |
| 2021-01-19 | Rollup merge of #81147 - estebank:drop-suggestion, r=varkor | Guillaume Gomez | -17/+96 |
| 2021-01-19 | Rollup merge of #80382 - GuillaumeGomez:search-result-tab-picking, r=Nemo157,... | Guillaume Gomez | -0/+15 |
| 2021-01-19 | Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJung | bors | -16/+39 |
| 2021-01-19 | Remove unnecessary `after_run` function | Joshua Nelson | -23/+30 |
| 2021-01-19 | Auto merge of #81103 - zackmdavis:comma_trail, r=davidtwco | bors | -5/+44 |
| 2021-01-19 | Auto merge of #81042 - sasurau4:fix/unclear-error-with-trait, r=estebank | bors | -2/+32 |
| 2021-01-18 | Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJung | bors | -0/+50 |
| 2021-01-18 | Auto merge of #81165 - KodrAus:rollup-s7llxis, r=KodrAus | bors | -339/+2412 |
| 2021-01-18 | Add tests for resolution changes | Ryan Levick | -0/+30 |
| 2021-01-18 | Add test case for suggestion E0283 | Daiki Ihara | -2/+32 |
| 2021-01-18 | Rollup merge of #81153 - jyn514:linkcheck, r=Manishearth | Ashley Mannix | -10/+1 |
| 2021-01-18 | Rollup merge of #81128 - RalfJung:validation-testing, r=oli-obk | Ashley Mannix | -81/+59 |
| 2021-01-18 | Rollup merge of #81071 - osa1:fix_81006, r=estebank | Ashley Mannix | -0/+24 |
| 2021-01-18 | Rollup merge of #81038 - flip1995:clippyup, r=Manishearth | Ashley Mannix | -248/+2328 |
| 2021-01-18 | Auto merge of #81015 - jyn514:feature-gate-ptr, r=camelid | bors | -13/+86 |
| 2021-01-18 | Only inherit const stability for methods of `impl const Trait` blocks | oli | -5/+11 |
| 2021-01-18 | Improve unknown external crate error | Ryan Levick | -4/+4 |
| 2021-01-18 | Remove inline script tags | Guillaume Gomez | -23/+33 |
| 2021-01-17 | Remove unused linkcheck exceptions | Joshua Nelson | -10/+1 |
| 2021-01-17 | Fix structured suggestion for explicit `drop` call | Esteban Küber | -17/+96 |
| 2021-01-17 | Auto merge of #80537 - ehuss:macos-posix-spawn-chdir, r=dtolnay | bors | -0/+49 |
| 2021-01-17 | Fix test to work with remote-test-server. | Eric Huss | -1/+7 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -57/+53 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -13/+86 |
| 2021-01-17 | validation test: turn some const_err back into validation failures | Ralf Jung | -81/+59 |
| 2021-01-17 | Auto merge of #80524 - jyn514:unknown-tool-lints, r=flip1995,matthewjasper | bors | -93/+52 |
| 2021-01-17 | Add test for Command::current_dir behavior. | Eric Huss | -0/+43 |
| 2021-01-17 | Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fn | LeSeulArtichaut | -16/+39 |
| 2021-01-17 | Skip linking if it is not required | Miguel Ojeda | -0/+7 |