about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-07-19Fix quotes in outputMichael Goulet-18/+18
2023-07-19Auto merge of #112591 - jfgoog:better-dlltool-diagnostics, r=WaffleLapkinbors-21/+34
2023-07-19Auto merge of #113690 - aliemjay:opaque-defined-by-trait, r=compiler-errorsbors-5/+37
2023-07-18Auto merge of #113777 - nnethercote:overlap-based-cgu-merging, r=pnkfelixbors-37/+103
2023-07-19Change the primary CGU merging algorithm.Nicholas Nethercote-14/+66
2023-07-19Add a useful comment.Nicholas Nethercote-0/+2
2023-07-19Split the CGU merging loop.Nicholas Nethercote-20/+30
2023-07-19Add `MonoItemData::inlined`.Nicholas Nethercote-17/+19
2023-07-18Auto merge of #113841 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-07-18Auto merge of #113636 - compiler-errors:opaque-recursive-check-bad, r=oli-obkbors-20/+87
2023-07-18Update cargoWeihang Lo-0/+0
2023-07-18Auto merge of #113837 - matthiaskrgr:rollup-v4xud4s, r=matthiaskrgrbors-58/+212
2023-07-18Rollup merge of #113832 - WaffleLapkin:track_lint_caller, r=compiler-errorsMatthias Krüger-0/+19
2023-07-18Rollup merge of #113828 - spastorino:ping-spastorino-smir, r=oli-obkMatthias Krüger-1/+1
2023-07-18Rollup merge of #113824 - lcnr:exhaustive-match, r=wesleywiserMatthias Krüger-12/+36
2023-07-18Rollup merge of #113823 - GuillaumeGomez:fix-results-search-alias-display, r=...Matthias Krüger-22/+18
2023-07-18Rollup merge of #113812 - epage:change, r=ehussMatthias Krüger-1/+0
2023-07-18Rollup merge of #113811 - jieyouxu:fix-unused-qualifications-suggestion, r=ol...Matthias Krüger-22/+138
2023-07-18Add additional testMichael Goulet-0/+35
2023-07-18Relax recursive opaque type checkMichael Goulet-20/+52
2023-07-18Add `#[track_caller]` to lint related diagnostic functionsMaybe Waffle-0/+19
2023-07-18Ping spastorino on changes to SMIRSantiago Pastorino-1/+1
2023-07-18some additional refactorlcnr-12/+12
2023-07-18Auto merge of #112374 - chenx97:better-mips64r6, r=jackh726bors-21/+43
2023-07-18Update rustdoc GUI testsGuillaume Gomez-3/+3
2023-07-18Fix display of aliases in rustdoc search resultsGuillaume Gomez-19/+15
2023-07-18Auto merge of #113706 - Alexendoo:compiletest-backslash-re, r=oli-obkbors-6/+6
2023-07-18support for mips32r6 as a target_arch valuechenx97-14/+29
2023-07-18merge patternschenx97-6/+3
2023-07-18support for mips64r6 as a target_arch valuechenx97-10/+20
2023-07-18Auto merge of #113677 - bryangarza:unevaluated-const-ice_issue-110892, r=davi...bors-1/+96
2023-07-18Auto merge of #113659 - ericmarkmartin:smir-refs-and-ptrs, r=spastorinobors-7/+11
2023-07-18Auto merge of #113801 - compiler-errors:iter-instantiated, r=oli-obkbors-40/+47
2023-07-17docs(release): Remove nightly-only cargo itemEd Page-1/+0
2023-07-18Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot...bors-24/+107
2023-07-18Fix removal span calculation of unused_qualifications suggestion许杰友 Jieyou Xu (Joe)-22/+138
2023-07-17conversions to smir RawPtr and RefEric Mark Martin-10/+7
2023-07-17add RawPtrEric Mark Martin-1/+6
2023-07-17move const definitionEric Mark Martin-0/+2
2023-07-18Auto merge of #113061 - Amanieu:x86_64-ohos, r=compiler-errorsbors-10/+79
2023-07-17Auto merge of #89132 - Cyborus04:rc_allocator_support, r=Amanieubors-318/+1539
2023-07-17Improve issue-112852 testsGuillaume Gomez-2/+12
2023-07-17Rename arg_iter to iter_instantiatedMichael Goulet-40/+47
2023-07-17Better diagnostics for dlltool errors.James Farrell-21/+34
2023-07-17Auto merge of #113720 - eduardosm:miri-target-feature, r=RalfJung,oli-obkbors-0/+97
2023-07-17Update natvis to match full type names for Arc, Rc, Weak, etcWesley Wiser-6/+9
2023-07-17Auto merge of #113686 - flip1995:clippyup, r=Manishearthbors-2561/+5254
2023-07-17Safe Transmute: Fix ICE (due to UnevaluatedConst)Bryan Garza-1/+96
2023-07-17Auto merge of #113714 - Kobzol:ci-cmake, r=nikicbors-4/+55
2023-07-17Auto merge of #113791 - lnicola:sync-from-ra, r=lnicolabors-9096/+13686