about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-12-05Auto merge of #117088 - lcnr:generalize-alias, r=compiler-errorsbors-10/+194
2023-12-04Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8KiTakayuki Maeda-0/+75
2023-12-04Rollup merge of #118495 - weiznich:more_tests_for_on_unimplemented, r=compile...Takayuki Maeda-9/+425
2023-12-04rebaselcnr-13/+13
2023-12-04cleanup and commentslcnr-0/+190
2023-12-04generalize: handle occurs check failure in aliaseslcnr-10/+4
2023-12-04Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format...Georg Semmler-9/+425
2023-12-03Auto merge of #118072 - estebank:issue-98982, r=cjgillotbors-17/+48
2023-12-03Auto merge of #118526 - sjwang05:issue-118510, r=petrochenkovbors-0/+36
2023-12-03codegen, miri: fix computing the offset of an unsized field in a packed structRalf Jung-0/+75
2023-12-03Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillotbors-0/+106
2023-12-02Fix ICE when suggesting closures for non-fn-like defssjwang05-0/+36
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-34/+34
2023-12-02Rollup merge of #118539 - RalfJung:packed-struct-tests, r=lqdMatthias Krüger-0/+0
2023-12-02Rollup merge of #118514 - Enselic:ice-probe, r=cjgillotMatthias Krüger-1/+10
2023-12-02Fix parser ICE from attrsyukang-0/+106
2023-12-02move packed-struct tests into packed/ folderRalf Jung-0/+0
2023-12-02Auto merge of #117912 - GeorgeWort:master, r=petrochenkovbors-16/+16
2023-12-02fix an ICE when a valtree failed to evaluateRalf Jung-0/+15
2023-12-02Auto merge of #117754 - matthewjasper:subtype-overflow, r=lcnrbors-0/+100
2023-12-02Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errorsbors-8/+8
2023-12-02Auto merge of #118175 - lqd:unify-live-loans, r=matthewjasperbors-0/+46
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-8/+8
2023-12-01rustc_hir_typeck: Fix ICE when probing for non-ASCII function alternativeMartin Nordholts-1/+10
2023-12-01Handle recursion limit for subtype and well-formed predicatesMatthew Jasper-0/+100
2023-12-01Auto merge of #115993 - bvanjoi:fix-115966, r=petrochenkovbors-6/+74
2023-12-01add tests from crater for liveness causing scope differencesRémy Rakic-0/+46
2023-12-01Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstriebbors-56/+15
2023-12-01Rollup merge of #118486 - RalfJung:add-feature, r=compiler-errorsTakayuki Maeda-73/+73
2023-12-01vis note for no pub reexports glob importbohan-6/+74
2023-11-30Auto merge of #116892 - ojeda:rethunk, r=wesleywiserbors-0/+49
2023-11-30Auto merge of #117805 - estebank:arg-fn-mismatch, r=petrochenkovbors-43/+80
2023-11-30generic_const_exprs: suggest to add the feature, not use itRalf Jung-73/+73
2023-11-30Add `-Zfunction-return={keep,thunk-extern}` optionMiguel Ojeda-0/+49
2023-11-30Enable link-arg link kind inside of #[link] attributezetanumbers-19/+27
2023-11-30Rollup merge of #118453 - estebank:priv-fields, r=compiler-errorsMatthias Krüger-6/+6
2023-11-30Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-deadbors-45/+13
2023-11-29review comments and rebase fixesEsteban Küber-2/+2
2023-11-29On Fn arg mismatch for a fn path, suggest a closureEsteban Küber-43/+80
2023-11-29Avoid unnecessary pattern parse errors on `ref box`Esteban Küber-24/+2
2023-11-29fix rebaseEsteban Küber-2/+24
2023-11-29Always emit help when failing to parse enum variantEsteban Küber-0/+4
2023-11-29Fix tidyEsteban Küber-2/+15
2023-11-29Fix test and move to more appropriate directoryEsteban Küber-37/+63
2023-11-29Change how `for (x in foo) {}` is handledEsteban Küber-24/+79
2023-11-29Account for `(pat if expr) => {}`Esteban Küber-8/+25
2023-11-29Change enum parse recoveryEsteban Küber-13/+9
2023-11-29Bubble parse error when expecting `)`Esteban Küber-51/+22
2023-11-29More accurate span for unnecessary parens suggestionEsteban Küber-1/+1
2023-11-29When parsing patterns, bubble all errors except reserved idents that aren't l...Esteban Küber-6/+208