about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-11-19Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgrbors-6/+116
2024-11-19Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxubors-4/+27
2024-11-19Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercoteMatthias Krüger-6/+6
2024-11-19Rollup merge of #132577 - Urgau:check-cfg-report-extern-macro, r=petrochenkovMatthias Krüger-0/+37
2024-11-19Introduce `min_generic_const_args` and directly represent pathsNoah Lev-0/+73
2024-11-19Rollup merge of #133187 - ehuss:reference-diagnostic, r=jieyouxuLeón Orell Valerian Liehr-147/+170
2024-11-19Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddleLeón Orell Valerian Liehr-0/+14
2024-11-18interpret: do not ICE when a promoted fails with OOMRalf Jung-4/+27
2024-11-18Add reference annotations for diagnostic attributesEric Huss-147/+170
2024-11-18Report `unexpected_cfgs` lint in external macrosUrgau-0/+37
2024-11-18Add regression test for jump to def links on items with genericsGuillaume Gomez-0/+14
2024-11-18Rollup merge of #133171 - binchengqu:master, r=jieyouxuGuillaume Gomez-1/+1
2024-11-18Rollup merge of #133157 - RalfJung:skip_stability_check_due_to_privacy, r=com...Guillaume Gomez-6/+6
2024-11-18Add the missing quotation mark in commentbinchengqu-1/+1
2024-11-18Rollup merge of #133142 - RalfJung:naming-is-hard, r=compiler-errorsJacob Pratt-1/+1
2024-11-18Rollup merge of #132934 - Zalathar:native-libs, r=jieyouxuJacob Pratt-4/+35
2024-11-18stability: remove skip_stability_check_due_to_privacyRalf Jung-6/+6
2024-11-18rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirectRalf Jung-1/+1
2024-11-18Overhaul the `-l` option parser (for linking to native libs)Zalathar-1/+1
2024-11-18Add some UI tests for `-l` modifier parsingZalathar-0/+19
2024-11-17Rollup merge of #133147 - ChrisDenton:fixup, r=compiler-errorsJacob Pratt-4/+4
2024-11-17Rollup merge of #133143 - kornelski:let-mut-global, r=compiler-errorsJacob Pratt-1/+22
2024-11-17Rollup merge of #133133 - notriddle:notriddle/trailing-test, r=GuillaumeGomezJacob Pratt-0/+10
2024-11-17Rollup merge of #133130 - dianne:fix-133118, r=compiler-errorsJacob Pratt-4/+50
2024-11-17Rollup merge of #132993 - jieyouxu:i_am_very_stable, r=chenyukangJacob Pratt-0/+57
2024-11-17Rollup merge of #132944 - linyihai:needing-parenthases-issue-132924, r=chenyu...Jacob Pratt-0/+77
2024-11-17Rollup merge of #132795 - compiler-errors:refine-rpitit, r=lcnrJacob Pratt-0/+88
2024-11-18Modify some feature-gate tests to also check command-line handlingZalathar-4/+16
2024-11-17`suggest_borrow_generic_arg`: instantiate clauses properlydianne-4/+50
2024-11-18Check use<..> in RPITIT for refinementMichael Goulet-0/+88
2024-11-17Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlinbors-46/+122
2024-11-17Diagnostics for let mut in item contextKornel-1/+22
2024-11-17fixup some test directivesChris Denton-4/+4
2024-11-17Auto merge of #132646 - jieyouxu:liberate-aarch64-gnu-debug, r=Kobzolbors-9/+8
2024-11-17Likely unlikely fixJiri Bobek-46/+122
2024-11-17Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay许杰友 Jieyou Xu (Joe)-3/+1
2024-11-17Rollup merge of #133093 - est31:let_chains_tests, r=traviscross许杰友 Jieyou Xu (Joe)-6/+68
2024-11-17Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu许杰友 Jieyou Xu (Joe)-13/+28
2024-11-17Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu许杰友 Jieyou Xu (Joe)-28/+323
2024-11-17rustdoc-search: add standalone trailing `::` testMichael Howell-0/+10
2024-11-17Add a ui test for `RUSTC_BOOTSTRAP` vs rustc's stabilityJieyou Xu-0/+57
2024-11-17Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgrbors-34/+28
2024-11-16stabilize const_ptr_is_nullRalf Jung-3/+1
2024-11-17Mark `numeric-types.rs` as 64-bit only for nowJieyou Xu-2/+5
2024-11-16Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillotMatthias Krüger-25/+21
2024-11-16Rollup merge of #132569 - lolbinarycat:rustdoc-search-path-end-empty-v2, r=no...Matthias Krüger-8/+6
2024-11-16Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errorsMatthias Krüger-1/+1
2024-11-16Reword suggestion messageEsteban Küber-21/+21
2024-11-16Better account for `else if` macro conditions mising an `if`Esteban Küber-1/+8
2024-11-16Increase accuracy of `if` condition misparse suggestionEsteban Küber-8/+296