about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-04-07Rollup merge of #123410 - madsmtm:relax-framework-linking-test, r=fmeaseMatthias Krüger-2/+4
2024-04-07Rollup merge of #123563 - Oneirical:version, r=jieyouxuMatthias Krüger-6/+9
2024-04-07Rollup merge of #123516 - estebank:issue-123428, r=compiler-errorsMatthias Krüger-0/+26
2024-04-07Rollup merge of #123411 - saethlin:ub-checks, r=Urgau,RalfJungMatthias Krüger-45/+153
2024-04-06Rewrite version test as UI testOneirical-6/+9
2024-04-06Do not ICE on field access check on expr with `ty::Error`Esteban Küber-0/+26
2024-04-06Rollup merge of #123554 - GuillaumeGomez:cleanup-search-result-color, r=notri...Guillaume Gomez-294/+159
2024-04-06Rollup merge of #123552 - bjorn3:fix-spike-neg, r=Mark-SimulacrumGuillaume Gomez-0/+2
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-45/+153
2024-04-06Move `check-container-color`'s code into `check-search-color` functionGuillaume Gomez-31/+19
2024-04-06Move duplicated code into `check-search-color` functionGuillaume Gomez-218/+98
2024-04-06Add missing -Zquery-dep-graph to the spike-neg incr comp testsbjorn3-0/+2
2024-04-06Move more common code into a function in `tests/rustdoc-gui/search-result-col...Guillaume Gomez-30/+44
2024-04-06Move `search-result-color.goml` common parts into a functionGuillaume Gomez-69/+52
2024-04-06Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnayMatthias Krüger-8/+6
2024-04-06Auto merge of #123540 - matthiaskrgr:rollup-8ewq0zt, r=matthiaskrgrbors-21/+54
2024-04-06Relax framework linking testMads Marquart-2/+4
2024-04-06Rollup merge of #123526 - estebank:issue-123442, r=compiler-errorsMatthias Krüger-0/+33
2024-04-06Rollup merge of #123525 - maurer:no-id-dyn2, r=compiler-errorsMatthias Krüger-21/+21
2024-04-06Auto merge of #123471 - compiler-errors:match_projection_projections, r=oli-obkbors-0/+38
2024-04-06Do not ICE when calling incorrectly defined `transmute` intrinsicEsteban Küber-0/+33
2024-04-05CFI: Don't rewrite ty::Dynamic directlyMatthew Maurer-21/+21
2024-04-05Auto merge of #123517 - GuillaumeGomez:rollup-eys3jfp, r=GuillaumeGomezbors-154/+124
2024-04-05Rollup merge of #123515 - GuillaumeGomez:use-include, r=notriddleGuillaume Gomez-150/+112
2024-04-05Rollup merge of #123487 - rcvalle:rust-cfi-restore-typeid-for-instance, r=com...Guillaume Gomez-2/+2
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-2/+10
2024-04-05Auto merge of #122747 - Urgau:non-local-defs_perfect_impl, r=lcnrbors-122/+246
2024-04-05Use `include` command to reduce code duplicationGuillaume Gomez-150/+112
2024-04-05Put non_local_definitions lint back to warn-by-defaultUrgau-61/+56
2024-04-05Update non-local impl definition lint rule noteUrgau-51/+51
2024-04-05Eliminate false-positives in the non-local lint with the type-systemUrgau-29/+158
2024-04-05Rollup merge of #123474 - jieyouxu:issue-7349-port, r=Mark-SimulacrumGuillaume Gomez-33/+33
2024-04-05Rollup merge of #123350 - compiler-errors:async-closure-by-move, r=oli-obkGuillaume Gomez-29/+68
2024-04-05Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=NadrierilGuillaume Gomez-0/+141
2024-04-05Rollup merge of #123149 - jieyouxu:rmake-arguments-non-c-like-enum, r=Mark-Si...Guillaume Gomez-8/+20
2024-04-05Rollup merge of #122894 - compiler-errors:downgrade, r=lcnrGuillaume Gomez-0/+60
2024-04-05Auto merge of #123444 - saethlin:const-eval-inline-cycles, r=tmiaskobors-0/+18
2024-04-04CFI: Restore typeid_for_instance default behaviorRamon de C Valle-2/+2
2024-04-04Rollup merge of #123478 - maurer:cfi-call-once-addr-taken, r=compiler-errorsJacob Pratt-0/+11
2024-04-04Rollup merge of #123407 - GuillaumeGomez:js-failed-theme, r=notriddleJacob Pratt-0/+14
2024-04-04Rollup merge of #123363 - lcnr:normalizes-to-zero-to-inf, r=BoxyUwUJacob Pratt-43/+31
2024-04-04Force `move` async-closures that are `FnOnce` to make their inner coroutines ...Michael Goulet-35/+6
2024-04-04Actually use the inferred ClosureKind from signature inference in coroutine-c...Michael Goulet-31/+99
2024-04-04CFI: Add test for `call_once` addr takenMatthew Maurer-0/+11
2024-04-04Add regression test to ensure that even if JS is enabled but not working, a t...Guillaume Gomez-0/+9
2024-04-04Port issue-7349 to a codegen test许杰友 Jieyou Xu (Joe)-33/+33
2024-04-04Check def id before calling match_projection_projectionsMichael Goulet-0/+38
2024-04-04Auto merge of #121394 - oli-obk:define_opaque_types, r=compiler-errorsbors-6/+445
2024-04-04Add regression testOli Scherer-0/+66
2024-04-04Allow defining opaque types when checking const equality boundsOli Scherer-4/+4