| Age | Commit message (Expand) | Author | Lines |
| 2022-04-08 | Add test for empty doc comments with a backline | Guillaume Gomez | -0/+22 |
| 2022-04-08 | Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrum | bors | -58/+44 |
| 2022-04-07 | Auto merge of #95706 - petrochenkov:doclink4, r=GuillaumeGomez | bors | -99/+159 |
| 2022-04-07 | Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPC | bors | -10/+55 |
| 2022-04-07 | Rollup merge of #95752 - compiler-errors:issue-82866, r=Dylan-DPC | Dylan DPC | -0/+23 |
| 2022-04-07 | Rollup merge of #95189 - fmease:fix-issue-94340, r=estebank | Dylan DPC | -10/+32 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -370/+349 |
| 2022-04-06 | regression test for #82866 | Michael Goulet | -0/+23 |
| 2022-04-07 | Rollup merge of #95714 - KSBilodeau:master, r=Dylan-DPC | Dylan DPC | -4/+20 |
| 2022-04-07 | Rollup merge of #95352 - jyn514:full-relative-path, r=Mark-Simulacrum | Dylan DPC | -6/+4 |
| 2022-04-07 | Rollup merge of #95738 - GuillaumeGomez:item-info-switch-to-span, r=jsha | Dylan DPC | -4/+8 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -99/+159 |
| 2022-04-06 | Rollup merge of #95731 - oli-obk:lazy_tait_regression, r=compiler-errors | Dylan DPC | -0/+30 |
| 2022-04-06 | Rollup merge of #95721 - xu-cheng:typo, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-04-06 | Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obk | Dylan DPC | -4/+119 |
| 2022-04-06 | Rollup merge of #95353 - jyn514:invalid-filter-hard-error, r=Mark-Simulacrum | Dylan DPC | -4/+4 |
| 2022-04-06 | fix regression caused by rust-lang/cargo#10448 | Pietro Albini | -0/+1 |
| 2022-04-06 | Update rustdoc test following DOM change | Guillaume Gomez | -1/+1 |
| 2022-04-06 | Switch item-info div to span to generate valid HTML | Guillaume Gomez | -3/+7 |
| 2022-04-06 | Stop flagging certain inner attrs as outer ones | León Orell Valerian Liehr | -10/+32 |
| 2022-04-06 | Check that all hidden types are the same and then deduplicate them. | Oli Scherer | -0/+30 |
| 2022-04-06 | Auto merge of #95723 - SparrowLii:const_goto, r=fee1-dead | bors | -118/+151 |
| 2022-04-06 | remove ~const Drop from rustdoc test | Pietro Albini | -15/+5 |
| 2022-04-06 | bless tests | Pietro Albini | -4/+4 |
| 2022-04-06 | enhance `ConstGoto` mir-opt by moving up `StorageDead` statements | SparrowLii | -118/+151 |
| 2022-04-06 | Auto merge of #95720 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-04-05 | Fix typo in bootstrap/setup.rs | Cheng XU | -1/+1 |
| 2022-04-05 | Update cargo | Eric Huss | -0/+0 |
| 2022-04-05 | Merge remote-tracking branch 'origin/master' | kangarooCoder | -561/+1237 |
| 2022-04-05 | Add test for issue rust-lang/rust#83474 | kangarooCoder | -4/+20 |
| 2022-04-06 | Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddle | Dylan DPC | -2/+40 |
| 2022-04-05 | rustdoc changes for ~const Drop | Pietro Albini | -10/+2 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -5/+1 |
| 2022-04-05 | Rollup merge of #95681 - petrochenkov:doclinkregr2, r=Dylan-DPC | Dylan DPC | -0/+18 |
| 2022-04-05 | Rollup merge of #95673 - lnicola:rust-analyzer-2022-04-05, r=lnicola | Dylan DPC | -16/+31 |
| 2022-04-05 | Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er... | Dylan DPC | -10/+17 |
| 2022-04-05 | Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obk | Dylan DPC | -328/+588 |
| 2022-04-05 | Rollup merge of #95585 - compiler-errors:ref-clone, r=estebank | Dylan DPC | -0/+31 |
| 2022-04-05 | bump stage0 to the latest beta | Pietro Albini | -336/+336 |
| 2022-04-05 | kill temp early | ouz-a | -3/+3 |
| 2022-04-05 | diagnostics: tweak error message to give more rationale to unsafe Fn | Michael Howell | -17/+17 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -152/+192 |
| 2022-04-05 | Explain why `&T` is cloned when `T` is not `Clone` | Michael Goulet | -0/+31 |
| 2022-04-05 | Update browser-ui-test version to 0.8.5 | Guillaume Gomez | -1/+1 |
| 2022-04-05 | Add GUI test to ensure that the width of the item-info does not overflow its ... | Guillaume Gomez | -0/+38 |
| 2022-04-05 | Generate a <div> instead of a <span> for item-info elements | Guillaume Gomez | -1/+1 |
| 2022-04-05 | unboxed-closures and type-alias-impl-trait nll revisions | Jack Huey | -20/+42 |
| 2022-04-05 | underscore-lifetime nll revisions | Jack Huey | -7/+19 |
| 2022-04-05 | More nll revisions | Jack Huey | -223/+380 |
| 2022-04-05 | Move some tests with compare-mode=nll output to revisions | Jack Huey | -78/+147 |