about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-11-25Fix clippy testEsteban Kuber-0/+3
2021-11-25Account for type obligation coming from `const` and `static`Esteban Kuber-25/+50
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-117/+297
2021-11-25Auto merge of #91195 - camelid:path-did, r=jyn514bors-42/+44
2021-11-25Auto merge of #88781 - estebank:emoji-idents, r=oli-obkbors-14/+222
2021-11-25Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkorbors-64/+239
2021-11-25Update cargo to fix tokenizer test affected by tokenizing emojiEsteban Kuber-0/+0
2021-11-24Update commentNoah Lev-1/+1
2021-11-24Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomezbors-127/+199
2021-11-24Tweak span and add more testsEsteban Kuber-9/+40
2021-11-24Rollup merge of #91199 - camelid:test-mixing-docs, r=GuillaumeGomezGuillaume Gomez-0/+26
2021-11-24Rollup merge of #91179 - GuillaumeGomez:a-color, r=jshaGuillaume Gomez-8/+35
2021-11-24Rollup merge of #91151 - name1e5s:chore/process_test, r=m-ou-seGuillaume Gomez-28/+36
2021-11-24Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomezGuillaume Gomez-29/+4
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-37/+72
2021-11-24Rollup merge of #90044 - rusticstuff:disable_arm_outline_atomics_for_musl, r=...Guillaume Gomez-5/+1
2021-11-24Rollup merge of #89542 - jhpratt:stabilize-duration-const-fns, r=oli-obkGuillaume Gomez-20/+25
2021-11-24rustdoc: Add test for mixing doc comments and attrsNoah Lev-0/+26
2021-11-24Add test for merged featuresGuillaume Gomez-0/+24
2021-11-24Update error message for doc(keyword)Guillaume Gomez-3/+3
2021-11-24Add feature gate test for "rustdoc_internal" featureGuillaume Gomez-1/+18
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-36/+30
2021-11-24Remove `ResolvedPath.did`Noah Lev-30/+29
2021-11-24Auto merge of #91188 - jsha:fix-click-items, r=Manishearthbors-1/+5
2021-11-24Change how the fn params span is calculatedEsteban Kuber-10/+2
2021-11-24Account for incorrect `impl Foo<const N: ty> {}` syntaxEsteban Küber-54/+206
2021-11-24Use `path.def_id()` in `Type::inner_def_id()`Noah Lev-1/+1
2021-11-24Return the actual `DefId` for assoc. items in `register_res`Noah Lev-11/+14
2021-11-24Fix clicking on anchors inside summary tags.Jacob Hoffman-Andrews-1/+5
2021-11-24Auto merge of #90491 - Mark-Simulacrum:push-pred-faster, r=matthewjasperbors-29/+278
2021-11-24Update GUI tests for <a> colorGuillaume Gomez-8/+29
2021-11-24Fix more <a> colorGuillaume Gomez-0/+6
2021-11-24Auto merge of #90579 - cjgillot:no-ee-ii, r=Aaron1011bors-5/+1
2021-11-24Auto merge of #91171 - jsha:fix-rustdoc-gui-test, r=GuillaumeGomezbors-1/+1
2021-11-24Fix toggle-click-deadspace rustdoc-gui testJacob Hoffman-Andrews-1/+1
2021-11-23Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514bors-8/+38
2021-11-23Auto merge of #91159 - matthiaskrgr:rollup-91mgg5v, r=matthiaskrgrbors-90/+234
2021-11-23Sort `FxHashSet`'s contents before emitting errors for consistent outputEsteban Kuber-21/+24
2021-11-23udpate comment to be more accurateEsteban Kuber-2/+1
2021-11-23`replace_tabs` -> `normalize_whitespace`Esteban Kuber-6/+6
2021-11-23review comment: plural of emoji is emojiEsteban Kuber-15/+15
2021-11-23Account for confusable codepoints when recovering emoji identifiersEsteban Kuber-7/+30
2021-11-23fix fmtEsteban Kuber-1/+0
2021-11-23Add `unic-emoji-char` and its dependencies to the allow listEsteban Kuber-3/+8
2021-11-23Fix RustDocEsteban Kuber-1/+1
2021-11-23Replace ZWJ with nothing in terminal outputEsteban Kuber-2/+3
2021-11-23Tokenize emoji as if they were valid indentifiersEsteban Kuber-2/+180
2021-11-23Rollup merge of #91153 - birkenfeld:kernel_copy_fallback, r=the8472Matthias Krüger-2/+4
2021-11-23Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkovMatthias Krüger-31/+17
2021-11-23Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obkMatthias Krüger-43/+72