about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-05-29Partially implement `ConstArgHasType`Boxy-306/+116
2024-05-28Auto merge of #125665 - matthiaskrgr:rollup-srkx0v1, r=matthiaskrgrbors-16/+447
2024-05-28Rollup merge of #125573 - GuillaumeGomez:migrate-allow-warnings-cmdline-stabi...Matthias Krüger-16/+11
2024-05-28Rollup merge of #117671 - kjetilkjeka:nvptx_c_abi_avoid_direct, r=davidtwcoMatthias Krüger-0/+436
2024-05-28Auto merge of #122662 - Mark-Simulacrum:optional-drop, r=bjorn3bors-18/+41
2024-05-28Bless codegen testOli Scherer-21/+23
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-20/+11
2024-05-28Migrate `run-make/allow-warnings-cmdline-stability` to `rmake.rs`Guillaume Gomez-16/+11
2024-05-28Rollup merge of #125640 - fmease:plz-no-stringify, r=estebankJubilee-7/+57
2024-05-28Rollup merge of #125343 - lcnr:eagerly-normalize-added-goals, r=compiler-errorsJubilee-9/+130
2024-05-28Rollup merge of #125089 - Urgau:non_local_def-suggestions, r=estebankJubilee-436/+745
2024-05-28Don't suggest turning non-char-literal exprs of ty `char` into string literalsLeón Orell Valerian Liehr-7/+57
2024-05-28eagerly normalize when adding goalslcnr-8/+129
2024-05-28change selection test to run-passlcnr-1/+1
2024-05-28Auto merge of #125539 - matthiaskrgr:cräsh, r=jieyouxubors-1/+305
2024-05-27non_local_defs: point the parent item when appropriateUrgau-472/+308
2024-05-27non_local_defs: point to Self and Trait to give more contextUrgau-62/+221
2024-05-27non_local_defs: suggest removing leading ref/ptr to make the impl localUrgau-3/+9
2024-05-27non_local_defs: improve main without a trait noteUrgau-7/+7
2024-05-27non_local_defs: be more precise about what needs to be movedUrgau-223/+128
2024-05-27non_local_defs: improve exception note for impl and macro_rules!Urgau-11/+5
2024-05-27non_local_defs: use labels to indicate what may need to be movedUrgau-56/+568
2024-05-27non_local_defs: use span of the impl def and not the impl blockUrgau-179/+78
2024-05-27non_local_defs: improve some notes around trait, bounds, constsUrgau-113/+111
2024-05-27non_local_defs: switch to more friendly primary messageUrgau-62/+62
2024-05-27Auto merge of #125628 - matthiaskrgr:rollup-3zk9v3w, r=matthiaskrgrbors-32/+49
2024-05-27Omit non-needs_drop drop_in_place in vtablesMark Rousskov-18/+41
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-27remove fixed crashes, add fixed crashes to tests, add new cashed found in the...Matthias Krüger-50/+183
2024-05-27crashes: increment the number of tracked onesMatthias Krüger-0/+171
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