| Age | Commit message (Expand) | Author | Lines |
| 2021-06-17 | Rollup merge of #86401 - FabianWolff:issue-83512, r=LeSeulArtichaut | Mara Bos | -1/+15 |
| 2021-06-17 | Move regression test for #83512 into doc_keyword.rs | Fabian Wolff | -19/+15 |
| 2021-06-17 | Auto merge of #86399 - JohnTitor:rollup-qlm2dvz, r=JohnTitor | bors | -123/+125 |
| 2021-06-17 | Fix ICE when using `#[doc(keyword = "...")]` on non-items | Fabian Wolff | -0/+18 |
| 2021-06-17 | Rollup merge of #86355 - JohnTitor:issue-82158, r=estebank | Yuki Okushi | -0/+35 |
| 2021-06-17 | Rollup merge of #86343 - JohnTitor:issue-85581, r=estebank | Yuki Okushi | -0/+32 |
| 2021-06-17 | Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJung | Yuki Okushi | -88/+54 |
| 2021-06-17 | Rollup merge of #85970 - jsha:remove-methods-implementors, r=GuillaumeGomez | Yuki Okushi | -35/+4 |
| 2021-06-17 | Auto merge of #85755 - b-naber:unexpected_concrete_region, r=nikomatsakis | bors | -46/+38 |
| 2021-06-17 | Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwco | bors | -42/+182 |
| 2021-06-16 | Fix target highlighting in rustdoc. | Jacob Hoffman-Andrews | -9/+1 |
| 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-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 | 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 | 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 | Rollup merge of #86277 - jsha:remove-must-use, r=Manishearth | Yuki Okushi | -42/+1 |
| 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 | 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-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 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -26/+26 |
| 2021-06-12 | add `@has` | Ellen | -0/+2 |
| 2021-06-12 | Auto merge of #86215 - FabianWolff:unnameable-types, r=jackh726 | bors | -0/+105 |
| 2021-06-12 | line | Ellen | -1/+1 |
| 2021-06-12 | dont ICE on `ConstEvaluatable` predicates | Ellen | -0/+5 |
| 2021-06-12 | Auto merge of #86130 - BoxyUwU:abstract_const_as_cast, r=oli-obk | bors | -0/+279 |
| 2021-06-11 | Suggest a FnPtr type if a FnDef type is found | Fabian Wolff | -27/+33 |
| 2021-06-12 | Rollup merge of #86205 - JohnTitor:full-test-for-72293, r=oli-obk | Yuki Okushi | -11/+17 |
| 2021-06-12 | Rollup merge of #86174 - lqd:const-ub-align, r=RalfJung | Yuki Okushi | -0/+48 |
| 2021-06-12 | Rollup merge of #86153 - tmiasko:dummy-span, r=estebank | Yuki Okushi | -8/+8 |