summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-07-11Add regression test for #112308Guillaume Gomez-26/+31
2023-07-08Downgrade addr2lineMark Rousskov-2/+2
2023-07-08Fix linker failures when #[global_allocator] is used in a dependencybjorn3-0/+22
2023-07-08Fix dropping_copy_types lint from linting in match-arm with side-effectsUrgau-0/+38
2023-07-08Revert the lexing of c_str_literalsLeón Orell Valerian Liehr-16/+96
2023-07-08Add regression testLeón Orell Valerian Liehr-0/+24
2023-06-24Add test case for unsizing with nicheWesley Wiser-0/+30
2023-06-24Make struct layout not depend on unsizeable tailLukas Markeffsky-0/+25
2023-06-24Fix type-inference regression in #112225Arpad Borsos-0/+55
2023-06-24Disable alignment checks on i686-pc-windows-msvcBen Kimock-0/+22
2023-06-03add testslcnr-0/+78
2023-05-29Add a test for misaligned pointer derefs inside addr_of!Ben Kimock-0/+15
2023-05-27Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwcoMatthias Krüger-0/+10
2023-05-27Auto merge of #110975 - Amanieu:panic_count, r=joshtriplettbors-1/+29
2023-05-27Rework handling of recursive panicsAmanieu d'Antras-1/+29
2023-05-27Rollup merge of #112014 - notriddle:notriddle/intra-doc-weird-syntax, r=Guill...Guillaume Gomez-3/+416
2023-05-27Rollup merge of #111997 - GuillaumeGomez:re-export-doc-hidden-macros, r=notri...Guillaume Gomez-3/+44
2023-05-27Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkinGuillaume Gomez-17/+11
2023-05-27Auto merge of #111928 - c410-f3r:dqewdas, r=eholkbors-80/+17
2023-05-27Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar...bors-4/+7
2023-05-26rustdoc: get unnormalized link destination for suggestionsMichael Howell-3/+416
2023-05-27Auto merge of #111245 - fee1-dead-contrib:temp-fix-tuple-struct-field, r=lcnrbors-0/+109
2023-05-27Correctly handle multiple re-exports of bang macros at the same levelGuillaume Gomez-1/+43
2023-05-27Rollup merge of #111991 - BoxyUwU:change_error_term_display, r=compiler-errorsMatthias Krüger-7/+7
2023-05-27Rollup merge of #111954 - asquared31415:unknown_ptr_type_error, r=compiler-er...Matthias Krüger-2/+57
2023-05-27Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiserMatthias Krüger-0/+7
2023-05-26Auto merge of #103291 - ink-feather-org:typeid_no_struct_match, r=dtolnaybors-7/+17
2023-05-26improve error message for calling a method on a raw pointer with an unknown p...asquared31415-2/+57
2023-05-26Update tests for re-exports of doc hidden macrosGuillaume Gomez-3/+2
2023-05-26print const and type errors in braces not square bracketsBoxy-7/+7
2023-05-26Blesses UI tests, add known bug to typeid-equality-by-subtypingonestacked-7/+17
2023-05-26Rollup merge of #111951 - cjgillot:uninh-comment, r=NadrierilMatthias Krüger-76/+177
2023-05-26Rollup merge of #111947 - obeis:issue-111943, r=compiler-errorsMatthias Krüger-0/+38
2023-05-26fix for `Self` not respecting tuple Ctor privacyDeadbeef-0/+109
2023-05-26Add test for RPIT defined with different hidden types with different substsObei Sideg-0/+38
2023-05-25Rollup merge of #111945 - GuillaumeGomez:migrate-gui-test-color-7, r=notriddleMichael Goulet-42/+42
2023-05-25Rollup merge of #111929 - compiler-errors:no-newline-apit, r=wesleywiserMichael Goulet-0/+44
2023-05-25Rollup merge of #111831 - clubby789:capture-slice-pat, r=cjgillotMichael Goulet-85/+196
2023-05-25Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholkMichael Goulet-39/+131
2023-05-25Rollup merge of #111152 - lukas-code:markdown-parsers-are-hard, r=GuillaumeGomezMichael Goulet-10/+35
2023-05-25Add NOTE annotations.Camille GILLOT-75/+141
2023-05-25Remove DesugaringKind::Replace.Camille GILLOT-17/+11
2023-05-25Always capture slice when pattern requires checking the lengthclubby789-85/+196
2023-05-25Add inter-crate test.Camille GILLOT-40/+75
2023-05-25Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelixbors-4/+72
2023-05-25rustdoc: add test for strikethrough with single tildesLukas Markeffsky-9/+10
2023-05-25Migrate GUI colors test to original CSS color formatGuillaume Gomez-42/+42
2023-05-25Auto merge of #111473 - compiler-errors:opaques, r=lcnrbors-27/+69
2023-05-25Rollup merge of #111624 - cjgillot:private-uninhabited-pattern, r=petrochenkovMatthias Krüger-1/+11
2023-05-25Strongly prefer alias and param-env boundsMichael Goulet-27/+69