| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Auto merge of #91221 - matthiaskrgr:rollup-iuz3gxq, r=matthiaskrgr | bors | -94/+206 |
| 2021-11-25 | Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiser | Matthias Krüger | -3/+3 |
| 2021-11-25 | Rollup merge of #91111 - cjgillot:hir-no-lower-attrs, r=michaelwoerister | Matthias Krüger | -19/+60 |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -72/+72 |
| 2021-11-25 | Rollup merge of #89359 - fee1-dead:const-it, r=oli-obk | Matthias Krüger | -0/+71 |
| 2021-11-25 | Auto merge of #91195 - camelid:path-did, r=jyn514 | bors | -42/+44 |
| 2021-11-25 | Auto merge of #88781 - estebank:emoji-idents, r=oli-obk | bors | -4/+108 |
| 2021-11-25 | Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkor | bors | -10/+64 |
| 2021-11-25 | Update cargo to fix tokenizer test affected by tokenizing emoji | Esteban Kuber | -0/+0 |
| 2021-11-24 | Update comment | Noah Lev | -1/+1 |
| 2021-11-25 | Do not visit attributes in `LateResolutionVisitor`. | Camille GILLOT | -22/+28 |
| 2021-11-24 | Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomez | bors | -65/+117 |
| 2021-11-24 | Tweak span and add more tests | Esteban Kuber | -4/+38 |
| 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/+35 |
| 2021-11-24 | Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomez | Guillaume Gomez | -29/+4 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -28/+52 |
| 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 | -27/+10 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -30/+29 |
| 2021-11-24 | Change how the fn params span is calculated | Esteban Kuber | -10/+2 |
| 2021-11-24 | Account for incorrect `impl Foo<const N: ty> {}` syntax | Esteban Küber | -0/+28 |
| 2021-11-24 | Use `path.def_id()` in `Type::inner_def_id()` | Noah Lev | -1/+1 |
| 2021-11-24 | Return the actual `DefId` for assoc. items in `register_res` | Noah Lev | -11/+14 |
| 2021-11-24 | Fix clicking on anchors inside summary tags. | Jacob Hoffman-Andrews | -1/+5 |
| 2021-11-24 | Remove `-Z force-overflow-checks` | Noah Lev | -3/+3 |
| 2021-11-24 | Update GUI tests for <a> color | Guillaume Gomez | -8/+29 |
| 2021-11-24 | Fix more <a> color | Guillaume Gomez | -0/+6 |
| 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-24 | Allow features like const_try in d_m_b_i_c | Deadbeef | -0/+51 |
| 2021-11-24 | Allow more cases to match ~const Drop. | Deadbeef | -0/+20 |
| 2021-11-23 | Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514 | bors | -7/+37 |
| 2021-11-23 | Do not visit attributes in `ItemLowerer`. | Camille GILLOT | -0/+35 |
| 2021-11-23 | Auto merge of #91159 - matthiaskrgr:rollup-91mgg5v, r=matthiaskrgr | bors | -37/+134 |
| 2021-11-23 | Sort `FxHashSet`'s contents before emitting errors for consistent output | Esteban Kuber | -20/+20 |
| 2021-11-23 | review comment: plural of emoji is emoji | Esteban Kuber | -12/+12 |
| 2021-11-23 | Account for confusable codepoints when recovering emoji identifiers | Esteban Kuber | -4/+16 |
| 2021-11-23 | fix fmt | Esteban Kuber | -1/+0 |
| 2021-11-23 | Add `unic-emoji-char` and its dependencies to the allow list | Esteban Kuber | -3/+8 |
| 2021-11-23 | Fix RustDoc | Esteban Kuber | -1/+1 |
| 2021-11-23 | Replace ZWJ with nothing in terminal output | Esteban Kuber | -2/+2 |
| 2021-11-23 | Tokenize emoji as if they were valid indentifiers | Esteban Kuber | -0/+88 |
| 2021-11-23 | Fix printing unit return ty, don't elaborate FnOnce unless we see it | Michael Goulet | -24/+24 |
| 2021-11-23 | Update test outputs | Michael Goulet | -73/+73 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -37/+58 |
| 2021-11-23 | Rollup merge of #91103 - jsha:non-toggle-click-doesnt-toggle, r=Manishearth,G... | Matthias Krüger | -0/+18 |