about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-07-04Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomezJacob Pratt-0/+36
2025-07-04Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnrJacob Pratt-0/+23
2025-07-03Auto merge of #142890 - kornelski:unused-var-debug, r=saethlinbors-0/+50
2025-07-03Rollup merge of #141831 - lolbinarycat:rustdoc-extern-reexport-135092, r=Guil...Guillaume Gomez-0/+26
2025-07-03rustdoc: don't treat methods under const impls or traits as constDeadbeef-0/+36
2025-07-03Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=...Jana Dönszelmann-21/+58
2025-07-03Rollup merge of #143083 - JonathanBrouwer:rustdoc-fix, r=jdonszelmannJana Dönszelmann-0/+13
2025-07-03Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35Jana Dönszelmann-0/+78
2025-07-03Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obkJana Dönszelmann-112/+170
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-10/+10
2025-07-03minicore: use core's `diagnostic::on_unimplemented` messagesFolkert de Vries-21/+58
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-10/+10
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-112/+170
2025-07-03Rollup merge of #143273 - 1c3t3a:enum-check-negative, r=SparrowLiiMatthias Krüger-0/+67
2025-07-03Rollup merge of #143192 - GuillaumeGomez:code-line-number, r=lolbinaryMatthias Krüger-10/+25
2025-07-02avoid suggesting traits from private dependenciesJeremy Smart-23/+14
2025-07-02Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgrbors-208/+681
2025-07-02Auto merge of #143337 - matthiaskrgr:rollup-lqwhe0i, r=matthiaskrgrbors-11/+64
2025-07-02Rollup merge of #143276 - folkertdev:loop-match-opaque-pattern, r=NadrierilMatthias Krüger-135/+220
2025-07-02Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obkMatthias Krüger-0/+19
2025-07-02Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkovMatthias Krüger-10/+12
2025-07-02Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obkMatthias Krüger-8/+8
2025-07-02Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-deadMatthias Krüger-55/+422
2025-07-02Rollup merge of #143231 - xizheyin:143152, r=fee1-deadMatthias Krüger-0/+18
2025-07-02Rollup merge of #143194 - folkertdev:fix-single-element-simd-bitcast, r=worki...Matthias Krüger-10/+45
2025-07-02Rollup merge of #142321 - ostylk:fix/ppc64_abi, r=workingjubileeMatthias Krüger-1/+1
2025-07-02Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31bors-1190/+1037
2025-07-02Make the enum check work for negative discriminantsBastian Kersting-0/+67
2025-07-02Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrumbors-1/+1
2025-07-02Consider polarity in sizedness fast pathMichael Goulet-0/+23
2025-07-01Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obkbors-1481/+62
2025-07-01Remove support for dyn*Michael Goulet-1481/+62
2025-07-01Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomezbors-456/+1361
2025-07-01Update version placeholdersJosh Stone-1/+1
2025-07-01Rollup merge of #143279 - GuillaumeGomez:rm-itemkind-descr, r=oli-obkGuillaume Gomez-1/+1
2025-07-01Rollup merge of #143212 - Kivooeo:tf20, r=tgross35Guillaume Gomez-223/+253
2025-07-01Rollup merge of #143210 - Kivooeo:tf19, r=tgross35Guillaume Gomez-222/+265
2025-07-01Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errorsbors-628/+827
2025-07-01Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta...Jonathan Brouwer-20/+36
2025-07-01Fix duplicate help on export_name and othersJonathan Brouwer-21/+5
2025-07-01Fix `#[rustc_macro_transparency]` giving two errorsJonathan Brouwer-75/+68
2025-07-01Fix `#[must_use = 1]` not giving an errorJonathan Brouwer-43/+71
2025-07-01Fix double error for `export_name`Jonathan Brouwer-88/+74
2025-07-01New test for malformed attributesJonathan Brouwer-0/+825
2025-07-01loop match: handle opaque patternsFolkert de Vries-2/+26
2025-07-01loop match: run exhaustiveness checkFolkert de Vries-135/+196
2025-07-01Update rustdoc GUI testsGuillaume Gomez-10/+25
2025-07-01Remove `ItemKind::descr` methodGuillaume Gomez-1/+1
2025-07-01Suggest use another lifetime specifier instead of underscore lifetimexizheyin-0/+18
2025-07-01cleaned up some testsKivooeo-102/+132