about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-11Make UniqueRc invariant for soundnessFrank Steffahn-0/+42
2025-01-11Make MIR cleanup for functions with impossible predicates into a real MIR passMichael Goulet-0/+40
2025-01-11Remove a bunch of diagnostic stashing that doesn't do anythingMichael Goulet-118/+159
2025-01-11Suggest typos when trait path expression is typodMichael Goulet-0/+30
2025-01-11re-add --disable-minification to rustdocbinarycat-1/+1
2025-01-11Rollup merge of #135314 - compiler-errors:eagerly-mono-closures, r=wesleywiserMatthias Krüger-3/+16
2025-01-11Rollup merge of #134776 - estebank:vanilla-ice, r=lcnrMatthias Krüger-0/+28
2025-01-11Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubileeMatthias Krüger-0/+87
2025-01-11improve clunky grammar in borrowck diagnosticYotam Ofek-2/+2
2025-01-11Auto merge of #135357 - jhpratt:rollup-gs00yt3, r=jhprattbors-22/+49
2025-01-11Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDentonJacob Pratt-22/+49
2025-01-11Auto merge of #135274 - saethlin:array-repeats, r=compiler-errorsbors-0/+146
2025-01-11Bless new test output (new trait impls in lists of suggestions)Josh Triplett-14/+26
2025-01-11Auto merge of #135258 - oli-obk:push-ktzskvxuwnlt, r=saethlinbors-0/+26
2025-01-11review comments and make test `run-rustfix`Esteban Küber-10/+36
2025-01-11On unused assign lint, detect `mut arg: &Ty` meant to be `arg: &mut Ty`Esteban Küber-1/+6
2025-01-11On E0308, detect `mut arg: &Ty` meant to be `arg: &mut Ty`Esteban Küber-3/+5
2025-01-11Add test for `mut arg: &Ty` meant to be `arg: &mut Ty`Esteban Küber-0/+80
2025-01-11Avoid unnecessary note when type has escaping boundsEsteban Küber-1/+0
2025-01-11Avoid duplicated noteEsteban Küber-1/+0
2025-01-11Account for `for<'a>` types when checking for non-structural type in constant...Esteban Küber-0/+30
2025-01-10rustdoc-json: Include items in stripped modules in `Crate::paths`.Alona Enraght-Moony-0/+11
2025-01-10add `-Zmin-function-alignment`Folkert de Vries-0/+87
2025-01-10mir_build: check annotated functions w/out callersDavid Wood-53/+112
2025-01-10don't collect `#[rustc_force_inline]` in eager modeDavid Wood-0/+59
2025-01-10inline: re-introduce some callee body checksDavid Wood-0/+102
2025-01-10inline: force inlining shimsDavid Wood-0/+9
2025-01-10mir_transform: implement forced inliningDavid Wood-0/+953
2025-01-10Use llvm.memset.p0i8.* to initialize all same-bytes arraysOli Scherer-5/+3
2025-01-10Auto merge of #135327 - jhpratt:rollup-5uyir52, r=jhprattbors-67/+708
2025-01-10fix ZST handling for Windows ABIs on MSVC targetRalf Jung-242/+52
2025-01-10Fix cycle error only occurring with -Zdump-mirOli Scherer-7/+22
2025-01-10Rollup merge of #135320 - camelid:coroutines-typo, r=lqdJacob Pratt-6/+6
2025-01-10Rollup merge of #135083 - compiler-errors:invalid-predicate-source, r=camelidJacob Pratt-0/+72
2025-01-10Rollup merge of #134732 - compiler-errors:unify-conditional-const-error-repor...Jacob Pratt-12/+26
2025-01-10Rollup merge of #134693 - SpriteOvO:proc-macro-use-to-tokens-in-quote, r=tgro...Jacob Pratt-49/+604
2025-01-10Auto merge of #135273 - dianne:argument-patterns-are-not-boring, r=lqdbors-7/+9
2025-01-10Add regression test for option initializationOli Scherer-0/+28
2025-01-09Update a bunch of library types for MCP807Scott McMurray-22/+49
2025-01-09Fix typo in `#[coroutine]` gating errorNoah Lev-6/+6
2025-01-10Rollup merge of #135308 - compiler-errors:scope-visit, r=oli-obkMatthias Krüger-0/+16
2025-01-10Rollup merge of #135304 - steffahn:tests_from_132289, r=compiler-errorsMatthias Krüger-0/+178
2025-01-10Rollup merge of #135294 - ChrisDenton:bare-fn-width, r=jieyouxuMatthias Krüger-6/+8
2025-01-10Rollup merge of #133088 - the8472:randomize-me-harder, r=workingjubileeMatthias Krüger-71/+310
2025-01-10Eagerly collect mono items for non-generic closuresMichael Goulet-3/+16
2025-01-10test that coercions still work under randomizationThe 8472-8/+40
2025-01-10exclude unsizable tail from randomization seed calculationThe 8472-3/+4
2025-01-10adjust UI testsThe 8472-71/+248
2025-01-10Foo<T> != Foo<U> under layout randomizationThe 8472-0/+29
2025-01-09Add an InstSimplify for repetitive array expressionsBen Kimock-0/+146