about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-11-26Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnrbors-24/+31
2021-11-26Auto merge of #91181 - GuillaumeGomez:improve-rustdoc-gui-ci, r=jshabors-2/+5
2021-11-26Auto merge of #85102 - estebank:point-at-assignment, r=oli-obkbors-95/+127
2021-11-25Auto merge of #91037 - c410-f3r:testsssssss, r=petrochenkovbors-5/+1
2021-11-25Visit `param_env` field in Obligation's `TypeFoldable` implAaron Hill-24/+31
2021-11-25Fix clippy testEsteban Kuber-0/+3
2021-11-25Account for type obligation coming from `const` and `static`Esteban Kuber-3/+4
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-96/+124
2021-11-25Auto merge of #91221 - matthiaskrgr:rollup-iuz3gxq, r=matthiaskrgrbors-94/+206
2021-11-25Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiserMatthias Krüger-3/+3
2021-11-25Rollup merge of #91111 - cjgillot:hir-no-lower-attrs, r=michaelwoeristerMatthias Krüger-19/+60
2021-11-25Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebankMatthias Krüger-72/+72
2021-11-25Rollup merge of #89359 - fee1-dead:const-it, r=oli-obkMatthias Krüger-0/+71
2021-11-25Improve testsGuillaume Gomez-1/+4
2021-11-25Update browser-ui-test version to enforce that text is displayed before check...Guillaume Gomez-1/+1
2021-11-25Auto merge of #91195 - camelid:path-did, r=jyn514bors-42/+44
2021-11-25Move some tests to more reasonable directoriesCaio-5/+1
2021-11-25Auto merge of #88781 - estebank:emoji-idents, r=oli-obkbors-4/+108
2021-11-25Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkorbors-10/+64
2021-11-25Update cargo to fix tokenizer test affected by tokenizing emojiEsteban Kuber-0/+0
2021-11-24Update commentNoah Lev-1/+1
2021-11-25Do not visit attributes in `LateResolutionVisitor`.Camille GILLOT-22/+28
2021-11-24Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomezbors-65/+117
2021-11-24Tweak span and add more testsEsteban Kuber-4/+38
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 #91075 - jsha:chill-item-info, r=GuillaumeGomezGuillaume Gomez-29/+4
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-28/+52
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-2/+2
2021-11-24Add feature gate test for "rustdoc_internal" featureGuillaume Gomez-1/+18
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-27/+10
2021-11-24Remove `ResolvedPath.did`Noah Lev-30/+29
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-0/+28
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-24Remove `-Z force-overflow-checks`Noah Lev-3/+3
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 #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-24Allow features like const_try in d_m_b_i_cDeadbeef-0/+51
2021-11-24Allow more cases to match ~const Drop.Deadbeef-0/+20
2021-11-23Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514bors-7/+37
2021-11-23Do not visit attributes in `ItemLowerer`.Camille GILLOT-0/+35
2021-11-23Auto merge of #91159 - matthiaskrgr:rollup-91mgg5v, r=matthiaskrgrbors-37/+134
2021-11-23Sort `FxHashSet`'s contents before emitting errors for consistent outputEsteban Kuber-20/+20