about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-05-08Auto merge of #124910 - matthiaskrgr:rollup-lo1uvdn, r=matthiaskrgrbors-53/+337
2024-05-08Rollup merge of #124869 - compiler-errors:keyword, r=NilstriebMatthias Krüger-33/+60
2024-05-08Rollup merge of #124775 - matthiaskrgr:boom, r=jieyouxuMatthias Krüger-0/+148
2024-05-08Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnayMatthias Krüger-20/+20
2024-05-08Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=NilstriebMatthias Krüger-0/+109
2024-05-08Auto merge of #124795 - scottmcm:simplify-slice-from-raw-parts, r=joboetbors-76/+128
2024-05-08Use generic `NonZero`.Markus Reiter-4/+4
2024-05-08Simplify suggestion.Markus Reiter-16/+16
2024-05-08Rollup merge of #124864 - notriddle:notriddle/feature-flags-are-not-stability...Matthias Krüger-2/+23
2024-05-08Rollup merge of #124761 - Urgau:ref-casting_bigger_slice_index, r=jieyouxuMatthias Krüger-0/+8
2024-05-08Rollup merge of #124548 - gurry:113272-ice-failed-to-normalize, r=compiler-er...Matthias Krüger-1/+21
2024-05-07rustdoc: use stability, instead of features, to decide what to showMichael Howell-2/+23
2024-05-08Auto merge of #124683 - estebank:issue-124651, r=compiler-errorsbors-0/+36
2024-05-07Make sure we don't deny macro vars w keyword namesMichael Goulet-33/+60
2024-05-07Add test for #124651Esteban Küber-0/+36
2024-05-07Auto merge of #124223 - Zalathar:conditional-let, r=compiler-errorsbors-10/+34
2024-05-07Auto merge of #124219 - gurry:122989-ice-unexpected-anon-const, r=compiler-er...bors-8/+200
2024-05-07Auto merge of #124849 - matthiaskrgr:rollup-68humsk, r=matthiaskrgrbors-4/+132
2024-05-07Rollup merge of #124846 - compiler-errors:const-eval, r=lcnrMatthias Krüger-2/+10
2024-05-07Rollup merge of #124827 - lcnr:generalize-incomplete, r=compiler-errorsMatthias Krüger-0/+120
2024-05-07Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomezMatthias Krüger-2/+2
2024-05-07generalize hr alias: avoid unconstrainable infer varslcnr-0/+120
2024-05-07Don't ICE when we cannot eval a const to a valtree in the new solverMichael Goulet-2/+10
2024-05-07Auto merge of #123332 - Nadrieril:testkind-never, r=matthewjasperbors-18/+231
2024-05-07Auto merge of #124781 - VladimirMakaev:lldb-enum-formatter, r=dtolnaybors-23/+102
2024-05-07Auto merge of #124830 - aeubanks:dbg, r=durin42bors-10/+10
2024-05-06Adjust dbg.value/dbg.declare checks for LLVM updateArthur Eubanks-10/+10
2024-05-06Rollup merge of #124809 - lcnr:prepopulate-opaques, r=compiler-errorsMatthias Krüger-46/+36
2024-05-06Rollup merge of #124759 - compiler-errors:impl-args, r=lcnrMatthias Krüger-0/+13
2024-05-06Use correct ImplSource for alias boundsMichael Goulet-0/+13
2024-05-06Auto merge of #124811 - matthiaskrgr:rollup-4zpov13, r=matthiaskrgrbors-0/+74
2024-05-06Rollup merge of #124808 - compiler-errors:super, r=lcnrMatthias Krüger-0/+27
2024-05-06Rollup merge of #124771 - compiler-errors:cand-has-failing-wc, r=lcnrMatthias Krüger-0/+44
2024-05-06Rollup merge of #124724 - compiler-errors:prefer-lower, r=lcnrMatthias Krüger-0/+3
2024-05-06Use super_fold in RegionsToStatic visitorMichael Goulet-0/+27
2024-05-06borrowck: more eagerly prepopulate opaqueslcnr-46/+36
2024-05-06Don't consider candidates with no failing where clausesMichael Goulet-0/+44
2024-05-06Prefer lower vtable candidates in select in new solverMichael Goulet-0/+3
2024-05-06Auto merge of #123850 - tspiteri:f16_f128_consts, r=Amanieubors-0/+16
2024-05-06Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxubors-47/+77
2024-05-06Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubileebors-321/+0
2024-05-06Avoid a cast in `ptr::slice_from_raw_parts(_mut)`Scott McMurray-76/+128
2024-05-06Auto merge of #124679 - Urgau:check-cfg-structured-cli-errors, r=nnethercotebors-23/+107
2024-05-06Migrate `run-make/rustdoc-error-lines` to `rmake.rs`Guillaume Gomez-13/+22
2024-05-06Add new `output` method to `Rustc` and `Rustdoc` typesGuillaume Gomez-15/+16
2024-05-06Improve check-cfg CLI errors with more structured diagnosticsUrgau-23/+107
2024-05-06Rollup merge of #124765 - GuillaumeGomez:fix-wrong-cog-colotr, r=notriddleMatthias Krüger-1/+32
2024-05-06Rollup merge of #124742 - Urgau:check-cfg-rustfmt, r=fmeaseMatthias Krüger-33/+49
2024-05-06Auto merge of #124747 - MasterAwesome:master, r=davidtwcobors-60/+752
2024-05-05Implement lldb formattter for "clang encoded" enums (LLDB 18.1+)Vladimir Makayev-23/+102