| Age | Commit message (Expand) | Author | Lines |
| 2021-06-16 | Factor out render_rightside | Jacob Hoffman-Andrews | -3/+0 |
| 2021-06-16 | Make portability part of the summary. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-06-16 | Remove methods under Implementors on trait pages | Jacob Hoffman-Andrews | -20/+0 |
| 2021-06-16 | add regression test for issue #37508 | Yerkebulan Tulibergenov | -0/+36 |
| 2021-06-16 | add regression test for issue #39161 | Yerkebulan Tulibergenov | -0/+13 |
| 2021-06-17 | Rollup merge of #86260 - jsha:expand-methods, r=GuillaumeGomez | Yuki Okushi | -0/+5 |
| 2021-06-17 | Rollup merge of #86104 - FabianWolff:issue-86085, r=davidtwco | Yuki Okushi | -0/+43 |
| 2021-06-16 | Open trait implementations' toggles by default. | Jacob Hoffman-Andrews | -0/+5 |
| 2021-06-16 | rename test-cases | Trinity Pointard | -4/+4 |
| 2021-06-16 | Auto merge of #86332 - rylev:fix-ice-docalias, r=GuillaumeGomez | bors | -4/+11 |
| 2021-06-16 | Move some typeck-related tests to the typeck dir | Yuki Okushi | -0/+0 |
| 2021-06-16 | Remove invalid suggestions for assoc consts on placeholder type error | Yuki Okushi | -0/+35 |
| 2021-06-16 | Allow to pass arguments to rustdoc-gui tool | Guillaume Gomez | -0/+12 |
| 2021-06-16 | Update test stderr files | Aris Merchant | -43/+6 |
| 2021-06-15 | add regression test for issue #78632 | Yerkebulan Tulibergenov | -0/+59 |
| 2021-06-16 | Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqd | Yuki Okushi | -0/+20 |
| 2021-06-16 | Rollup merge of #86280 - JohnTitor:issue-76510, r=oli-obk | Yuki Okushi | -0/+90 |
| 2021-06-16 | Rollup merge of #86242 - BoxyUwU:rustdoc-const-evaluatable-ice, r=oli-obk | Yuki Okushi | -0/+7 |
| 2021-06-16 | Rollup merge of #85283 - Swatinem:ordered-profraw, r=tmandry | Yuki Okushi | -6/+8 |
| 2021-06-16 | Do not emit invalid suggestions on multiple mutable borrow errors | Yuki Okushi | -0/+32 |
| 2021-06-15 | Use better error message for hard errors in CTFE | Smitty | -88/+54 |
| 2021-06-15 | Add test for safe intrinsics | Guillaume Gomez | -0/+20 |
| 2021-06-15 | Fix ICE when doc aliases were put on function params | Ryan Levick | -4/+11 |
| 2021-06-15 | remove code for recursive Deref in sidebar | Trinity Pointard | -0/+22 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -2/+2 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -1/+3 |
| 2021-06-15 | Use last segment | hi-rustin | -24/+22 |
| 2021-06-15 | fix rustdoc stack overflow on mutually recursive Deref | Trinity Pointard | -0/+22 |
| 2021-06-15 | Rollup merge of #86277 - jsha:remove-must-use, r=Manishearth | Yuki Okushi | -42/+1 |
| 2021-06-15 | shrinking the deprecated method span | hi-rustin | -123/+157 |
| 2021-06-15 | Add future_prelude_collision to 2021 compat group | jam1garner | -11/+66 |
| 2021-06-15 | Auto merge of #84867 - pnkfelix:rustdoc-revert-deref-recur, r=jyn514 | bors | -83/+18 |
| 2021-06-14 | Auto merge of #86275 - lqd:ctfe-validation, r=RalfJung | bors | -95/+95 |
| 2021-06-14 | Avoid possible filename collision in coverage tests | Arpad Borsos | -6/+8 |
| 2021-06-14 | don't warn for fully qual inherent methods | Niko Matsakis | -0/+42 |
| 2021-06-14 | add inherent-method-collision test | Niko Matsakis | -0/+15 |
| 2021-06-14 | move test to rust-2021 directory | Niko Matsakis | -0/+0 |
| 2021-06-14 | Fix `future_prelude_collision` not maintaining type aliases | jam1garner | -1/+15 |
| 2021-06-14 | Fix `future_prelude_collision` lint breaking for pointer mutabilty coercion | jam1garner | -7/+35 |
| 2021-06-14 | Add autoderef and autoref tests for `future_prelude_collision` lint | jam1garner | -5/+47 |
| 2021-06-14 | Add UI tests for `future_prelude_collision` lint | jam1garner | -0/+142 |
| 2021-06-14 | Auto merge of #86117 - ehuss:force-warns-underscore, r=rylev | bors | -1/+1 |
| 2021-06-14 | Add a regression test for issue-76510 | Yuki Okushi | -0/+90 |
| 2021-06-13 | Remove must_use from ALLOWED_ATTRIBUTES | Jacob Hoffman-Andrews | -42/+1 |
| 2021-06-14 | Permit zero non-zero-field on transparent types | Yuki Okushi | -72/+42 |
| 2021-06-13 | update tests involving CTFE validation | Rémy Rakic | -95/+95 |
| 2021-06-13 | Auto merge of #86271 - GuillaumeGomez:fix-font-weight, r=jsha | bors | -1/+31 |
| 2021-06-13 | Add test to ensure font-weight is applied correctly | Guillaume Gomez | -1/+31 |
| 2021-06-13 | Auto merge of #86245 - lqd:const-ub-align, r=RalfJung | bors | -27/+129 |
| 2021-06-13 | Test invalid vtable size/alignment const UB errors | Rémy Rakic | -27/+129 |