| Age | Commit message (Expand) | Author | Lines |
| 2021-06-18 | Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper | bors | -3/+1 |
| 2021-06-18 | Auto merge of #86428 - RalfJung:miri, r=RalfJung | bors | -75/+8 |
| 2021-06-18 | update Miri | Ralf Jung | -75/+8 |
| 2021-06-18 | Auto merge of #86322 - trinity-1686a:rustdoc-fix-overflow-recursive-deref, r=... | bors | -13/+44 |
| 2021-06-18 | Auto merge of #86385 - JohnTitor:use-attrvec, r=davidtwco | bors | -3/+3 |
| 2021-06-17 | Rollup merge of #86401 - FabianWolff:issue-83512, r=LeSeulArtichaut | Mara Bos | -1/+15 |
| 2021-06-17 | Auto merge of #83572 - pkubaj:patch-1, r=nagisa | bors | -0/+1 |
| 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 | -241/+220 |
| 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 | -153/+99 |
| 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 | Restore details for Impls on Foreign Types | Jacob Hoffman-Andrews | -4/+10 |
| 2021-06-16 | Fix target highlighting in rustdoc. | Jacob Hoffman-Andrews | -48/+38 |
| 2021-06-16 | Move anchor earlier in the DOM for easier layout | Jacob Hoffman-Andrews | -8/+11 |
| 2021-06-16 | Factor out render_rightside | Jacob Hoffman-Andrews | -54/+30 |
| 2021-06-16 | Make portability part of the summary. | Jacob Hoffman-Andrews | -21/+27 |
| 2021-06-16 | Use render_impl_summary when rendering traits. | Jacob Hoffman-Andrews | -43/+29 |
| 2021-06-16 | Remove methods under Implementors on trait pages | Jacob Hoffman-Andrews | -42/+21 |
| 2021-06-17 | Use `AttrVec` for `Arm`, `FieldDef`, and `Variant` | Yuki Okushi | -3/+3 |
| 2021-06-17 | Rollup merge of #86361 - GuillaumeGomez:missing-backslashes, r=jsha | Yuki Okushi | -4/+4 |
| 2021-06-17 | Rollup merge of #86260 - jsha:expand-methods, r=GuillaumeGomez | Yuki Okushi | -14/+14 |
| 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 | -14/+14 |
| 2021-06-16 | rename test-cases | Trinity Pointard | -4/+4 |
| 2021-06-16 | Add missing backslashes to prevent unwanted backlines in rustdoc HTML | Guillaume Gomez | -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 | Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqd | Yuki Okushi | -1/+27 |
| 2021-06-16 | Rollup merge of #86293 - GuillaumeGomez:filter-gui-tests-run, r=jsha | Yuki Okushi | -4/+23 |
| 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 | -1/+8 |
| 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 | Auto merge of #86321 - JohnTitor:rollup-q61c8q4, r=JohnTitor | bors | -69/+19 |
| 2021-06-15 | Don't mark "safe" intrinsics as unsafe | Guillaume Gomez | -1/+7 |
| 2021-06-15 | Auto merge of #86323 - hyd-dev:miri, r=RalfJung | bors | -12/+72 |
| 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 | -29/+24 |
| 2021-06-15 | Update Miri | hyd-dev | -12/+72 |
| 2021-06-15 | fix rustdoc stack overflow on mutually recursive Deref | Trinity Pointard | -3/+39 |
| 2021-06-15 | Rollup merge of #86285 - lnicola:rust-analyzer-2021-06-14, r=jonas-schievink | Yuki Okushi | -19/+16 |
| 2021-06-15 | Rollup merge of #86277 - jsha:remove-must-use, r=Manishearth | Yuki Okushi | -50/+3 |