about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-11-01Do not assert in op_to_const.Camille GILLOT-0/+11
2023-11-01Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiserbors-47/+294
2023-11-01Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomccMatthias Krüger-2/+2
2023-11-01Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillotbors-198/+215
2023-11-01Auto merge of #113970 - cjgillot:assume-all-the-things, r=nikicbors-324/+390
2023-10-31Update based on wesleywiser reviewGeorge Bateman-3/+10
2023-10-31Update MIR tests for offset_ofGeorge Bateman-44/+44
2023-10-31Enums in offset_of: update based on est31, scottmcm & llogiq reviewGeorge Bateman-2/+27
2023-10-31Support enum variants in offset_of!George Bateman-29/+244
2023-10-31Auto merge of #117459 - matthiaskrgr:rollup-t3osb3c, r=matthiaskrgrbors-0/+182
2023-10-31Rollup merge of #117417 - celinval:smir-visitor, r=oli-obkMatthias Krüger-0/+148
2023-10-31Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomezMatthias Krüger-0/+34
2023-10-31Auto merge of #117450 - oli-obk:rustdoc_verify, r=estebankbors-106/+423
2023-10-31Accept less invalid Rust in rustdocOli Scherer-106/+423
2023-10-31Auto merge of #117444 - matthiaskrgr:rollup-43s0spc, r=matthiaskrgrbors-3/+116
2023-10-31Rollup merge of #117438 - cjgillot:deterministic-error, r=oli-obkMatthias Krüger-3/+26
2023-10-31Rollup merge of #117416 - compiler-errors:tait-in-bad-body, r=oli-obkMatthias Krüger-0/+31
2023-10-31Rollup merge of #116712 - estebank:issue-116252, r=petrochenkovMatthias Krüger-0/+59
2023-10-31FileCheck uninhabited_enum_branching.Camille GILLOT-245/+126
2023-10-31Only emit `!=` assumptions if the otherwise target is reachable.Camille GILLOT-51/+142
2023-10-31Refactor UninhabitedEnumBranching to mark targets unreachable.Camille GILLOT-6/+37
2023-10-31Simplify assume of a constant.Camille GILLOT-84/+62
2023-10-31Replace SwitchInt to unreachable by an assumption.Camille GILLOT-38/+93
2023-10-31Reorder passes.Camille GILLOT-33/+63
2023-10-31Do not ICE on constant evaluation failure in GVN.Camille GILLOT-3/+26
2023-10-31Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillotbors-26/+30
2023-10-30Preserve deprecation attribute even if 'since' version is missingDavid Tolnay-3/+11
2023-10-30Auto merge of #116405 - estebank:issue-103155, r=davidtwcobors-181/+206
2023-10-30Sort errorsEsteban Küber-9/+9
2023-10-30Add testEsteban Küber-0/+25
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-181/+181
2023-10-30Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgrbors-50/+167
2023-10-30Also consider TAIT to be uncomputable if the MIR body is taintedMichael Goulet-0/+31
2023-10-30Add a stable MIR visitorCelina G. Val-0/+148
2023-10-30Rollup merge of #117414 - compiler-errors:tait-forevert, r=oli-obkMatthias Krüger-0/+17
2023-10-30Rollup merge of #117411 - oli-obk:query_merge_immobile_game, r=compiler-error...Matthias Krüger-31/+31
2023-10-30Rollup merge of #117403 - oli-obk:the_gift_that_keeps_on_giving_116849, r=com...Matthias Krüger-4/+19
2023-10-30Rollup merge of #117398 - Nadrieril:fix-117378, r=compiler-errorsMatthias Krüger-0/+6
2023-10-30Rollup merge of #117396 - oli-obk:privacy_visitor_types, r=compiler-errorsMatthias Krüger-0/+44
2023-10-30Rollup merge of #117389 - oli-obk:gen_fn, r=compiler-errorsMatthias Krüger-3/+41
2023-10-30Don't super-fold types when we hit the recursion limitMichael Goulet-0/+17
2023-10-30Improve some diagnostics around `?Trait` boundsOli Scherer-31/+31
2023-10-30Detect when trait is implemented for type and suggest importing itEsteban Küber-12/+9
2023-10-30Rollup merge of #117395 - gurry:117380-wrong-parent-sugg, r=NilstriebGuillaume Gomez-1/+89
2023-10-30Rollup merge of #117390 - chenyukang:yukang-fix-117284-unused-macro, r=estebankGuillaume Gomez-0/+46
2023-10-30Rollup merge of #117370 - nicholasbishop:bishop-better-c-variadic-errors, r=o...Guillaume Gomez-41/+89
2023-10-30Rollup merge of #117132 - estebank:issue-80194, r=petrochenkovGuillaume Gomez-0/+67
2023-10-30Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla...Guillaume Gomez-10/+159
2023-10-30Only run panic tests on targets that can unwindOli Scherer-1/+2
2023-10-30Poison check_well_formed if method receivers are invalid to prevent typeck fr...Oli Scherer-4/+19