about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-05-27Auto merge of #125628 - matthiaskrgr:rollup-3zk9v3w, r=matthiaskrgrbors-32/+49
2024-05-27Rollup merge of #125542 - GuillaumeGomez:migrate-rustdoc-verify-output-files,...Matthias Krüger-32/+49
2024-05-27Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomezbors-0/+6
2024-05-27Auto merge of #125413 - lcnr:ambig-drop-region-constraints, r=compiler-errorsbors-0/+133
2024-05-27Migrate `run-make/rustdoc-verify-output-files` to `rmake.rs`Guillaume Gomez-32/+49
2024-05-27Rollup merge of #125607 - GuillaumeGomez:migrate-compile-stdin, r=jieyouxuGuillaume Gomez-9/+13
2024-05-27Migrate `run-make/compile-stdin` to `rmake.rs`Guillaume Gomez-9/+13
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-47/+30
2024-05-27Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errorsbors-2/+2
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-1/+1
2024-05-26Rollup merge of #125559 - scottmcm:simplify-shift-ubcheck, r=workingjubileeJubilee-4/+4
2024-05-26Rollup merge of #125469 - compiler-errors:dont-skip-inner-const-body, r=cjgillotJubilee-0/+26
2024-05-26Rollup merge of #125466 - compiler-errors:dont-probe-for-ambig-in-sugg, r=jie...Jubilee-0/+25
2024-05-26Rollup merge of #125046 - bjorn3:no_mutable_static_linkage, r=cjgillotJubilee-3/+25
2024-05-26Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp...Jubilee-94/+39
2024-05-26Rollup merge of #125508 - scottmcm:fix-125506, r=NilstriebMatthias Krüger-0/+19
2024-05-26Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelixbors-1018/+164
2024-05-25rustdoc: Elide const-unstable if also unstable overallNoah Lev-0/+6
2024-05-26Auto merge of #125518 - saethlin:check-arguments-new-in-const, r=joboetbors-76/+68
2024-05-25Simplify the `unchecked_sh[lr]` ub-checks a bitScott McMurray-4/+4
2024-05-25Rollup merge of #124080 - oli-obk:define_opaque_types10, r=compiler-errorsMatthias Krüger-119/+361
2024-05-25Rollup merge of #121377 - pitaj:lazy_cell_fn_pointer, r=dtolnayMatthias Krüger-25/+24
2024-05-25Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlinbors-154/+130
2024-05-25Rollup merge of #125527 - programmerjake:patch-2, r=workingjubileeMatthias Krüger-0/+35
2024-05-25Rollup merge of #125514 - compiler-errors:builtin-index, r=lcnrMatthias Krüger-0/+13
2024-05-25Rollup merge of #125513 - compiler-errors:impossible-drop, r=jackh726Matthias Krüger-0/+18
2024-05-25Rollup merge of #125498 - zmodem:avx512er, r=workingjubileeMatthias Krüger-2/+2
2024-05-25Rollup merge of #125451 - oli-obk:const_type_mismatch, r=compiler-errorsMatthias Krüger-118/+121
2024-05-25Stop SRoA'ing `DynMetadata` in MIRScott McMurray-0/+19
2024-05-24Don't eagerly monomorphize drop for types that are impossible to instantiateMichael Goulet-0/+18
2024-05-24Stabilize the runtime of libtest-paddingBen Kimock-6/+2
2024-05-25Auto merge of #124187 - compiler-errors:self-ctor, r=petrochenkovbors-82/+86
2024-05-24Move the checks for Arguments constructors to inline constBen Kimock-76/+68
2024-05-24Add manual Sync impl for ReentrantLockGuardJacob Lifshay-0/+35
2024-05-24Rollup merge of #125503 - aDotInTheVoid:rdj-keyword-attr, r=GuillaumeGomezMatthias Krüger-0/+20
2024-05-24Rollup merge of #125501 - compiler-errors:opaque-opaque-anon-ct, r=BoxyUwUMatthias Krüger-22/+24
2024-05-24Rollup merge of #125485 - GuillaumeGomez:migrate-rmake-rustdoc, r=jieyouxuMatthias Krüger-8/+16
2024-05-24Rollup merge of #125467 - compiler-errors:binop-in-bool-expectation, r=estebankMatthias Krüger-0/+43
2024-05-24drop region constraints for ambiguous goalslcnr-0/+133
2024-05-24Structurally resolve before builtin_index in EUVMichael Goulet-0/+13
2024-05-24Stop using the avx512er and avx512pf x86 target featuresHans Wennborg-2/+2
2024-05-24Actually just remove the special case altogetherMichael Goulet-22/+24
2024-05-24Remove failing testsBoxy-22/+0
2024-05-24Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)Boxy-2/+2
2024-05-24rustdoc-json: Add test for keywords with `--document-private-items`Alona Enraght-Moony-0/+20
2024-05-24Add regression testsOli Scherer-22/+136
2024-05-24Migrate `run-make/rustdoc-with-output-dir-option` to `rmake.rs`Guillaume Gomez-8/+16
2024-05-24Use regular type equating instead of a custom queryOli Scherer-7/+42
2024-05-24Fail relating constants of different typesOli Scherer-111/+79
2024-05-24Auto merge of #125457 - fmease:gacs-diag-infer-plac-missing-ty, r=compiler-er...bors-10/+69