| Age | Commit message (Expand) | Author | Lines |
| 2021-11-24 | Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomez | bors | -43/+106 |
| 2021-11-24 | Rollup merge of #91199 - camelid:test-mixing-docs, r=GuillaumeGomez | Guillaume Gomez | -0/+26 |
| 2021-11-24 | Rollup merge of #91179 - GuillaumeGomez:a-color, r=jsha | Guillaume Gomez | -8/+29 |
| 2021-11-24 | Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomez | Guillaume Gomez | -9/+2 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -26/+49 |
| 2021-11-24 | rustdoc: Add test for mixing doc comments and attrs | Noah Lev | -0/+26 |
| 2021-11-24 | Add test for merged features | Guillaume Gomez | -0/+24 |
| 2021-11-24 | Update error message for doc(keyword) | Guillaume Gomez | -2/+2 |
| 2021-11-24 | Add feature gate test for "rustdoc_internal" feature | Guillaume Gomez | -1/+18 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -25/+7 |
| 2021-11-24 | Fix clicking on anchors inside summary tags. | Jacob Hoffman-Andrews | -0/+4 |
| 2021-11-24 | Update GUI tests for <a> color | Guillaume Gomez | -8/+29 |
| 2021-11-24 | Auto merge of #91171 - jsha:fix-rustdoc-gui-test, r=GuillaumeGomez | bors | -1/+1 |
| 2021-11-24 | Fix toggle-click-deadspace rustdoc-gui test | Jacob Hoffman-Andrews | -1/+1 |
| 2021-11-23 | Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514 | bors | -0/+23 |
| 2021-11-23 | Auto merge of #91159 - matthiaskrgr:rollup-91mgg5v, r=matthiaskrgr | bors | -22/+100 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -22/+32 |
| 2021-11-23 | Rollup merge of #91103 - jsha:non-toggle-click-doesnt-toggle, r=Manishearth,G... | Matthias Krüger | -0/+10 |
| 2021-11-23 | Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t... | Matthias Krüger | -0/+58 |
| 2021-11-23 | Auto merge of #90788 - ecstatic-morse:issue-90752, r=wesleywiser | bors | -0/+96 |
| 2021-11-24 | Suggestion to wrap inner types using `allocator_api` in tuple | Ken Matsui | -0/+58 |
| 2021-11-23 | Auto merge of #84197 - bbjornse:stack-protector, r=nikic | bors | -0/+846 |
| 2021-11-22 | Update issue-91134.stdout | Michael Howell | -1/+1 |
| 2021-11-23 | Auto merge of #91094 - inquisitivecrystal:rustdoc-top-mod, r=jyn514 | bors | -21/+209 |
| 2021-11-22 | fix(doctest): detect extern crate items in statement doctests | Michael Howell | -0/+23 |
| 2021-11-22 | Rollup merge of #91102 - jsha:theme-anchor, r=GuillaumeGomez | Matthias Krüger | -0/+17 |
| 2021-11-22 | `#![feature(inline_const)]` is no longer incomplete | Gary Guo | -11/+4 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -11/+28 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -0/+846 |
| 2021-11-22 | Add GUI test for clicking on non-toggle summary | Jacob Hoffman-Andrews | -0/+10 |
| 2021-11-22 | Set color for <a> in a more straightforward way | Jacob Hoffman-Andrews | -0/+17 |
| 2021-11-22 | Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkov | bors | -122/+668 |
| 2021-11-21 | Bless coverage tests | Cameron Steffen | -11/+9 |
| 2021-11-21 | Update link_ordinal duplicate attribute handling. | Eric Huss | -3/+8 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -101/+60 |
| 2021-11-21 | Auto merge of #91104 - matthiaskrgr:rollup-duk33o1, r=matthiaskrgr | bors | -17/+101 |
| 2021-11-21 | Rollup merge of #91098 - compiler-errors:issue-91058, r=estebank | Matthias Krüger | -0/+26 |
| 2021-11-21 | Rollup merge of #91097 - compiler-errors:spaces_in_impl_trait, r=estebank | Matthias Krüger | -17/+17 |
| 2021-11-21 | Rollup merge of #91070 - cuviper:insert-global, r=nagisa | Matthias Krüger | -0/+58 |
| 2021-11-21 | Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisa | bors | -2593/+1783 |
| 2021-11-20 | Update tests | inquisitivecrystal | -21/+209 |
| 2021-11-20 | Fix for issue 91058 | Michael Goulet | -20/+22 |
| 2021-11-20 | Use same_type_modulo_infer in more places | Michael Goulet | -0/+24 |
| 2021-11-20 | Fixup test outputs | Michael Goulet | -17/+17 |
| 2021-11-20 | Move the issue-91050 tests to appease tidy | Josh Stone | -0/+0 |
| 2021-11-20 | Add another test variant of issue-91050 | Josh Stone | -1/+25 |
| 2021-11-20 | Rollup merge of #91022 - compiler-errors:modulo_infer, r=estebank | Matthias Krüger | -1/+54 |
| 2021-11-20 | Rollup merge of #90994 - Badel2:issue-90993, r=estebank | Matthias Krüger | -0/+37 |
| 2021-11-20 | bless NLL test | Esteban Kuber | -0/+18 |
| 2021-11-20 | Move tests from ui directory | Esteban Kuber | -0/+0 |