about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-09-18Auto merge of #115914 - GuillaumeGomez:turn-custom_code_classes_in_docs-into-...bors-5/+9
2023-09-17Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errorsbors-44/+61
2023-09-17Auto merge of #115909 - Dylan-DPC:rollup-uf96r2d, r=Dylan-DPCbors-20/+85
2023-09-17Update tests for `custom_code_classes_in_docs` featureGuillaume Gomez-5/+9
2023-09-17Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errorsbors-0/+22
2023-09-17Rollup merge of #115862 - clubby789:migrate-callee-translatable, r=compiler-e...Dylan DPC-12/+18
2023-09-17Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errorsDylan DPC-2/+2
2023-09-17Rollup merge of #115611 - lukas-code:format!("{r#ident}"), r=compiler-errorsDylan DPC-0/+61
2023-09-17Rollup merge of #114965 - benschulz:mpsc-drop, r=dtolnayDylan DPC-6/+4
2023-09-17Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi...bors-6/+207
2023-09-17Auto merge of #113748 - clarfonthey:ip-step, r=dtolnaybors-1/+1
2023-09-16Rollup merge of #115890 - GuillaumeGomez:migrate-gui-test-color-41, r=notriddleMatthias Krüger-1/+1
2023-09-16Rollup merge of #115884 - RalfJung:const-debug-print, r=oli-obkMatthias Krüger-6/+6
2023-09-16Auto merge of #115894 - matthiaskrgr:rollup-pe5efh4, r=matthiaskrgrbors-2/+5
2023-09-16make ty::Const debug printing less verboseRalf Jung-6/+6
2023-09-16Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkinMatthias Krüger-2/+5
2023-09-16Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdocbors-0/+298
2023-09-16Migrate GUI colors test to original CSS color formatGuillaume Gomez-1/+1
2023-09-16Rollup merge of #115866 - RalfJung:interpret-debug, r=compiler-errorsMatthias Krüger-16/+15
2023-09-16Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obkbors-17/+12
2023-09-16impl Step for IP addressesltdk-1/+1
2023-09-16Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726bors-21/+31
2023-09-16Auto merge of #115829 - notriddle:notriddle/rustdoc-theme-css-merge, r=Guilla...bors-2/+3
2023-09-15special case `TyAndLayout` debug implBoxy-16/+15
2023-09-15Implement new eBNF for codeblock attributesGuillaume Gomez-62/+146
2023-09-15Add support for double quotes in markdown codeblock attributesGuillaume Gomez-0/+50
2023-09-15Add tests for `custom_code_classes_in_docs` featureGuillaume Gomez-0/+164
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-2/+3
2023-09-15Migrate 'explicit destructor call' diagnosticclubby789-12/+18
2023-09-15clarify PassMode::Indirect as wellRalf Jung-2/+2
2023-09-15Canonicalize effect vars in new solverMichael Goulet-0/+22
2023-09-15Auto merge of #115859 - compiler-errors:effect-fallback, r=fee1-deadbors-1/+8
2023-09-14Auto merge of #115857 - notriddle:notriddle/gui-test-themes, r=GuillaumeGomezbors-1/+149
2023-09-14Enable varargs support for AAPCS calling conventionSoveu-2/+5
2023-09-14Fallback effects even if types also fall backMichael Goulet-1/+8
2023-09-14rusdoc: add gui test for custom CSS themesMichael Howell-1/+149
2023-09-14Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naberbors-1739/+1904
2023-09-14Rollup merge of #115844 - oli-obk:opaque_lifetime_ambiguity, r=jackh726Matthias Krüger-14/+15
2023-09-14Rollup merge of #115834 - compiler-errors:binder-vars, r=jackh726Matthias Krüger-0/+27
2023-09-14Rollup merge of #115832 - Zalathar:fix-no-coverage, r=oli-obkMatthias Krüger-1/+1
2023-09-14Paper over an accidental regressionOli Scherer-14/+15
2023-09-14Auto merge of #112038 - Nemo157:edition-2024-unsafe_op_in_unsafe_fn, r=RalfJungbors-0/+33
2023-09-14Auto merge of #115764 - RalfJung:const-by-ref-alloc-id, r=oli-obkbors-0/+183
2023-09-14add regression test for something we fixedRalf Jung-0/+31
2023-09-14fix clippy (and MIR printing) handling of ConstValue::Indirect slicesRalf Jung-5/+5
2023-09-14bless allRalf Jung-0/+152
2023-09-14Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errorsbors-0/+15
2023-09-14Properly consider binder vars in HasTypeFlagsVisitorMichael Goulet-0/+27
2023-09-14Fix the error message for `#![feature(no_coverage)]`Zalathar-1/+1
2023-09-14Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obkbors-141/+151