about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-06-05Rollup merge of #125792 - compiler-errors:dont-drop-upcast-cand, r=lcnrMatthias Krüger-0/+24
2024-06-05Rollup merge of #125407 - pacak:no-lending-iterators, r=pnkfelixMatthias Krüger-3/+68
2024-06-05Rollup merge of #126004 - compiler-errors:captures-soundness-test, r=lcnrJubilee-0/+53
2024-06-05Rollup merge of #125996 - tmiasko:closure-recursively-reachable, r=oli-obkJubilee-0/+8
2024-06-05Rollup merge of #125920 - bjorn3:allow_static_mut_linkage_def, r=UrgauJubilee-8/+17
2024-06-05Rollup merge of #125906 - compiler-errors:simplify-method-error-args, r=fmeaseJubilee-12/+6
2024-06-05Rollup merge of #125815 - nnethercote:rustc_parse-top-level-cleanups, r=spast...Jubilee-5/+6
2024-06-05Rollup merge of #125683 - Oneirical:patience-testing-test, r=jieyouxuJubilee-34/+57
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee-6/+6
2024-06-04Add another test for hidden types capturing lifetimes that outlive but arent ...Michael Goulet-0/+53
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-5/+6
2024-06-04Auto merge of #125989 - GuillaumeGomez:rollup-xu69i13, r=GuillaumeGomezbors-495/+18
2024-06-04Closures are recursively reachableTomasz Miąsko-0/+8
2024-06-04Rollup merge of #125973 - Zalathar:pretty, r=lqdGuillaume Gomez-29/+0
2024-06-04Rollup merge of #125946 - Sergi-Ferrez:master, r=notriddle,fmeaseGuillaume Gomez-8/+7
2024-06-04Rollup merge of #125917 - GuillaumeGomez:env-var-helpers, r=jieyouxuGuillaume Gomez-8/+7
2024-06-04Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebankGuillaume Gomez-450/+4
2024-06-04rewrite suspicious-library in rmakeOneirical-27/+29
2024-06-04Auto merge of #125426 - jieyouxu:rmake-support-env-reset, r=saethlinbors-1/+0
2024-06-04Create `run-make` `env_var` and `env_var_os` helpersGuillaume Gomez-8/+7
2024-06-04Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnrbors-9/+0
2024-06-05Remove `tests/run-make-fulldeps/pretty-expanded`Zalathar-29/+0
2024-06-04Auto merge of #125976 - compiler-errors:rollup-xt3le7w, r=compiler-errorsbors-310/+423
2024-06-04Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obkMichael Goulet-2/+26
2024-06-04Rollup merge of #125967 - BoxyUwU:split_smir_const, r=oli-obkMichael Goulet-3/+3
2024-06-04Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-deadMichael Goulet-11/+93
2024-06-04Rollup merge of #125795 - lucasscharenbroch:undescore-prefix-suggestion, r=co...Michael Goulet-3/+5
2024-06-04Rollup merge of #125717 - weiznich:move/do_not_recommend_to_diganostic_namesp...Michael Goulet-0/+57
2024-06-04Rollup merge of #125667 - oli-obk:taintify, r=TaKO8KiMichael Goulet-291/+239
2024-06-04Auto merge of #125948 - nnethercote:rustfmt-more-tests, r=lqdbors-178/+345
2024-06-04Update code format and testsSergi-Ferrez-8/+7
2024-06-04bless privacy tests (only diagnostic duplication)Oli Scherer-2/+26
2024-06-04Split smir `Const` into `TyConst` and `MirConst`Boxy-3/+3
2024-06-04compiler-builtins: don't clear env vars for cargo invocation许杰友 Jieyou Xu (Joe)-1/+0
2024-06-04Rollup merge of #125909 - fmease:rustdoc-add-test-synth-blanket-impls, r=Guil...许杰友 Jieyou Xu (Joe)-0/+19
2024-06-04Rollup merge of #125818 - Urgau:print-check-cfg-no-values, r=petrochenkov许杰友 Jieyou Xu (Joe)-0/+14
2024-06-04Rollup merge of #125608 - oli-obk:subsequent_lifetime_errors, r=BoxyUwU许杰友 Jieyou Xu (Joe)-128/+147
2024-06-04Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss许杰友 Jieyou Xu (Joe)-0/+7
2024-06-04Auto merge of #125525 - joboet:tls_accessor, r=cuviperbors-91/+21
2024-06-04rustfmt `tests/rustdoc-json/`.Nicholas Nethercote-12/+18
2024-06-04rustfmt `tests/rustdoc-js/`.Nicholas Nethercote-132/+240
2024-06-04Auto merge of #125380 - compiler-errors:wc-obj-safety, r=oli-obkbors-37/+71
2024-06-03Remove a bunch of redundant args from report_method_errorMichael Goulet-12/+6
2024-06-04Auto merge of #122597 - pacak:master, r=bjorn3bors-0/+66
2024-06-04rustfmt `tests/run-pass-valgrind/`.Nicholas Nethercote-26/+57
2024-06-04rustfmt `tests/run-make-fulldeps/`.Nicholas Nethercote-8/+30
2024-06-03Auto merge of #125383 - Oneirical:bundle-them-up, r=jieyouxubors-106/+128
2024-06-03Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violationMichael Goulet-37/+71
2024-06-03Mark all extraneous generic args as errorsOli Scherer-63/+58
2024-06-03Mark all missing generic args as errorsOli Scherer-59/+33