about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-05-14coverage: Simplify counter expressions using simple algebraZalathar-1315/+808
2024-05-14Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkovbors-8/+2
2024-05-13Auto merge of #125076 - compiler-errors:alias-term, r=lcnrbors-36/+7
2024-05-13Apply nitsMichael Goulet-36/+7
2024-05-13Rollup merge of #125071 - GuillaumeGomez:migrate-rustdoc-target-spec-json-pat...Matthias Krüger-9/+14
2024-05-13Migrate `run-make/rustdoc-target-spec-json-path` to rmakeGuillaume Gomez-9/+14
2024-05-13Auto merge of #125024 - Oneirical:master, r=jieyouxubors-22/+45
2024-05-13Auto merge of #124999 - scottmcm:unify-aggregate, r=nnethercotebors-1/+1
2024-05-13Remove a `Span` from `TokenKind::Interpolated`.Nicholas Nethercote-8/+2
2024-05-12Auto merge of #125051 - dtolnay:printletelse, r=compiler-errorsbors-0/+41
2024-05-12Pretty-print let-else with added parenthesization when neededDavid Tolnay-1/+1
2024-05-12Add AST pretty-printer tests for let-elseDavid Tolnay-0/+41
2024-05-12Auto merge of #124639 - Jules-Bertholet:match-ergonomics-2024-migration-lint,...bors-47/+223
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-8/+28
2024-05-12Apply nitsMichael Goulet-0/+4
2024-05-12Try structurally resolveMichael Goulet-0/+15
2024-05-12Match ergonomics 2024: migration lintJules Bertholet-47/+223
2024-05-12Rollup merge of #125030 - saethlin:ui-test-false-positives, r=compiler-errorsGuillaume Gomez-38/+13
2024-05-12Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde...Guillaume Gomez-5/+55
2024-05-12Migrate `rustdoc-scrape-examples-ordering` to `rmake`Guillaume Gomez-5/+55
2024-05-12Auto merge of #125012 - RalfJung:format-error, r=Mark-Simulacrum,workingjubileebors-11/+18
2024-05-11Unify `Rvalue::Aggregate` paths in cg_ssaScott McMurray-1/+1
2024-05-12Auto merge of #119427 - dtolnay:maccall, r=compiler-errorsbors-24/+332
2024-05-11Fix redundant parens around braced macro call in match armsDavid Tolnay-1/+1
2024-05-11Fix some minor issues from the ui-test auto-portingBen Kimock-38/+13
2024-05-11Remove MacCall special case from recovery after missing 'if' after 'else'David Tolnay-6/+4
2024-05-11Add macro calls to else-no-if parser testDavid Tolnay-5/+83
2024-05-11Add parser tests for statement boundary insertionDavid Tolnay-0/+104
2024-05-11Add test of unused_parens lint involving macro callsDavid Tolnay-19/+117
2024-05-11Fix pretty printer statement boundaries after braced macro callDavid Tolnay-2/+2
2024-05-11Add ExprKind::MacCall statement boundary testsDavid Tolnay-0/+30
2024-05-11Auto merge of #125028 - matthiaskrgr:rollup-3qk782d, r=matthiaskrgrbors-175/+109
2024-05-11Rollup merge of #125008 - Dirbaio:test-issue-122775, r=compiler-errorsMatthias Krüger-0/+17
2024-05-11Rollup merge of #124963 - GuillaumeGomez:migrate-rustdoc-shared-flags, r=jiey...Matthias Krüger-18/+14
2024-05-11Rollup merge of #124939 - Urgau:hide-private-fields-aliased-type, r=Guillaume...Matthias Krüger-0/+22
2024-05-11Rollup merge of #124096 - saethlin:rust-dbg-call, r=NilstriebMatthias Krüger-157/+56
2024-05-11make tidy happyOneirical-3/+6
2024-05-11Auto merge of #124988 - compiler-errors:name-span, r=lcnrbors-6/+41
2024-05-11rewrite alloc tests & remove importOneirical-22/+42
2024-05-11Auto merge of #125007 - klensy:filecheckty, r=Mark-Simulacrumbors-8/+8
2024-05-11io::Write::write_fmt: panic if the formatter fails when the stream does not failRalf Jung-11/+18
2024-05-11Auto merge of #125010 - matthiaskrgr:rollup-270pck3, r=matthiaskrgrbors-0/+7
2024-05-11Rollup merge of #124978 - saethlin:ref-casting_derefs, r=Urgau,NilstriebMatthias Krüger-0/+7
2024-05-11Always hide private fields in aliased typeUrgau-0/+22
2024-05-11Add test for #122775Dario Nieuwenhuis-0/+17
2024-05-11Migrate `run-make/rustdoc-shared-flags` to rmakeGuillaume Gomez-18/+14
2024-05-11Auto merge of #124567 - Jules-Bertholet:and-eats-andmut, r=Nadrierilbors-73/+201
2024-05-11fix few typo in filecheck annotationsklensy-8/+8
2024-05-11Consolidate obligation cause codes for where clausesMichael Goulet-6/+41
2024-05-11Rollup merge of #124930 - compiler-errors:consume-arg, r=petrochenkov许杰友 Jieyou Xu (Joe)-0/+20