about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-02Rollup merge of #133744 - HypheX:typo-fix, r=fmeaseGuillaume Gomez-3/+3
2024-12-02Rollup merge of #133730 - dtolnay:parentest, r=compiler-errorsGuillaume Gomez-0/+242
2024-12-02Rollup merge of #133721 - aDotInTheVoid:rdj-dyn-link, r=GuillaumeGomezGuillaume Gomez-0/+15
2024-12-02Rollup merge of #133715 - aDotInTheVoid:rdj-static, r=GuillaumeGomezGuillaume Gomez-0/+51
2024-12-02Fix typos on tests/ui/README.mdXelph-3/+3
2024-12-01Add pretty-printer parenthesis insertion testDavid Tolnay-0/+242
2024-12-01Rollup merge of #133446 - Zalathar:querify, r=cjgillotJacob Pratt-8/+8
2024-12-01rustdoc-json: Add test for `impl Trait for dyn Trait`Alona Enraght-Moony-0/+15
2024-12-01rustdoc-json: Include safety of `static`sAlona Enraght-Moony-0/+41
2024-12-01rustdoc-json: Add tests for `static`sAlona Enraght-Moony-0/+10
2024-12-01Auto merge of #133703 - matthiaskrgr:rollup-fwlw0mc, r=matthiaskrgrbors-181/+369
2024-12-01Rollup merge of #133691 - compiler-errors:let-source, r=lqdMatthias Krüger-0/+60
2024-12-01Rollup merge of #133674 - scottmcm:chain-carrying-add, r=AmanieuMatthias Krüger-0/+33
2024-12-01Rollup merge of #133669 - RalfJung:const_swap_splitup, r=dtolnayMatthias Krüger-1/+1
2024-12-01Rollup merge of #133595 - GuillaumeGomez:missing_doc_code_examples, r=notriddleMatthias Krüger-62/+26
2024-12-01Rollup merge of #133482 - compiler-errors:raw-lt-tick, r=estebankMatthias Krüger-3/+7
2024-12-01Rollup merge of #133403 - compiler-errors:adjust-host-effect-preds, r=fee1-de...Matthias Krüger-115/+242
2024-12-01Auto merge of #132390 - RalfJung:diagnostics-root-dir, r=albertlarsan68,weiha...bors-6/+6
2024-12-01Auto merge of #133694 - matthiaskrgr:rollup-s6xj4rf, r=matthiaskrgrbors-206/+58
2024-12-01Rollup merge of #133689 - HomelikeBrick42:master, r=jieyouxuMatthias Krüger-12/+12
2024-12-01Rollup merge of #133660 - compiler-errors:trait-obj-missing-assoc, r=lcnrMatthias Krüger-194/+15
2024-12-01Rollup merge of #132047 - compiler-errors:rbv-rtn-cleanup, r=cjgillotMatthias Krüger-0/+31
2024-12-01Only error raw lifetime followed by \' in edition 2021+Michael Goulet-3/+7
2024-12-01Adjust HostEffect error spans correctly to point at argsMichael Goulet-115/+242
2024-12-01Auto merge of #133499 - nikic:no-backend-verify, r=Mark-Simulacrumbors-10/+2
2024-12-01Check let source before suggesting annotationMichael Goulet-0/+60
2024-12-01Auto merge of #133365 - compiler-errors:compare-impl-item, r=lcnrbors-170/+53
2024-12-01Fixed typos by changing `happend` to `happened`HomelikeBrick42-12/+12
2024-11-30Auto merge of #133684 - RalfJung:rollup-j2tmrg7, r=RalfJungbors-1/+45
2024-11-30Rollup merge of #133667 - sunwxg:xiaoguang/remove-unused-code, r=clubby789Ralf Jung-1/+0
2024-11-30Rollup merge of #131698 - the8472:remove-set-discriminant-hack, r=RalfJungRalf Jung-0/+45
2024-11-30Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxubors-340/+641
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-194/+15
2024-11-30Move refinement check out of compare_impl_itemMichael Goulet-0/+26
2024-11-30Make compare_impl_item into a queryMichael Goulet-170/+27
2024-11-30add tests for niches in pointersThe 8472-0/+45
2024-11-30bless tests for changed library pathRalf Jung-6/+6
2024-11-30Fix chaining `carrying_add`sScott McMurray-0/+33
2024-11-30add test for bytewise ptr::swap of a pointerRalf Jung-1/+1
2024-11-30Remove unused codeXiaoguang Wang-1/+0
2024-11-30Rollup merge of #133106 - BLANKatGITHUB:intrinsic, r=RalfJung许杰友 Jieyou Xu (Joe)-1/+1
2024-11-30Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu许杰友 Jieyou Xu (Joe)-339/+640
2024-11-30Rollup merge of #133625 - RalfJung:custom-mir-debug-info, r=compiler-errors许杰友 Jieyou Xu (Joe)-3/+38
2024-11-30Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct...许杰友 Jieyou Xu (Joe)-11/+66
2024-11-30Rollup merge of #133587 - taiki-e:loongarch-asm-freg, r=Amanieu许杰友 Jieyou Xu (Joe)-0/+145
2024-11-30Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu许杰友 Jieyou Xu (Joe)-76/+231
2024-11-30Rollup merge of #133488 - Enselic:recurse-2, r=BoxyUwU许杰友 Jieyou Xu (Joe)-0/+19
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-78/+5
2024-11-29simplify how the `hir_typeck_pass_to_variadic_function` diagnostic is createdOrion Gonzalez-11/+66
2024-11-29Move the `crate-loading` test to use `diff` outputEsteban Küber-76/+146