| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Fix clippy test | Esteban Kuber | -0/+3 |
| 2021-11-25 | Account for type obligation coming from `const` and `static` | Esteban Kuber | -25/+50 |
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -117/+297 |
| 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 | -14/+222 |
| 2021-11-25 | Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkor | bors | -64/+239 |
| 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-24 | Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomez | bors | -127/+199 |
| 2021-11-24 | Tweak span and add more tests | Esteban Kuber | -9/+40 |
| 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 #91151 - name1e5s:chore/process_test, r=m-ou-se | Guillaume Gomez | -28/+36 |
| 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 | -37/+72 |
| 2021-11-24 | Rollup merge of #90044 - rusticstuff:disable_arm_outline_atomics_for_musl, r=... | Guillaume Gomez | -5/+1 |
| 2021-11-24 | Rollup merge of #89542 - jhpratt:stabilize-duration-const-fns, r=oli-obk | Guillaume Gomez | -20/+25 |
| 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 | -3/+3 |
| 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 | -36/+30 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -30/+29 |
| 2021-11-24 | Auto merge of #91188 - jsha:fix-click-items, r=Manishearth | bors | -1/+5 |
| 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 | -54/+206 |
| 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 | Auto merge of #90491 - Mark-Simulacrum:push-pred-faster, r=matthewjasper | bors | -29/+278 |
| 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 #90579 - cjgillot:no-ee-ii, r=Aaron1011 | bors | -5/+1 |
| 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 | -8/+38 |
| 2021-11-23 | Auto merge of #91159 - matthiaskrgr:rollup-91mgg5v, r=matthiaskrgr | bors | -90/+234 |
| 2021-11-23 | Sort `FxHashSet`'s contents before emitting errors for consistent output | Esteban Kuber | -21/+24 |
| 2021-11-23 | udpate comment to be more accurate | Esteban Kuber | -2/+1 |
| 2021-11-23 | `replace_tabs` -> `normalize_whitespace` | Esteban Kuber | -6/+6 |
| 2021-11-23 | review comment: plural of emoji is emoji | Esteban Kuber | -15/+15 |
| 2021-11-23 | Account for confusable codepoints when recovering emoji identifiers | Esteban Kuber | -7/+30 |
| 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/+3 |
| 2021-11-23 | Tokenize emoji as if they were valid indentifiers | Esteban Kuber | -2/+180 |
| 2021-11-23 | Rollup merge of #91153 - birkenfeld:kernel_copy_fallback, r=the8472 | Matthias Krüger | -2/+4 |
| 2021-11-23 | Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkov | Matthias Krüger | -31/+17 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -43/+72 |