about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-03-05Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+6
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-646/+48
2025-03-05Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,...许杰友 Jieyou Xu (Joe)-23/+165
2025-03-05Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr许杰友 Jieyou Xu (Joe)-45/+112
2025-03-05Rollup merge of #136865 - jieyouxu:long-type-path-compare-mode, r=lqd许杰友 Jieyou Xu (Joe)-172/+125
2025-03-05Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har...许杰友 Jieyou Xu (Joe)-39/+38
2025-03-04compiler: use `is_rustic_abi` in ty_utilsJubilee Young-0/+6
2025-03-04Rollup merge of #138019 - obi1kenobi:pg/pretty-print-more-attrs, r=compiler-e...Jubilee-0/+67
2025-03-04Rollup merge of #137913 - compiler-errors:struct-field-default-generic, r=Box...Jubilee-18/+107
2025-03-04Rollup merge of #137912 - compiler-errors:no-missing-lifetime-recovery, r=oli...Jubilee-174/+36
2025-03-05Pretty-print `#[deprecated]` attribute in HIR.Predrag Gruevski-0/+67
2025-03-04Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwUbors-12/+180
2025-03-04Only use implied bounds hack if bevy, and use deeply normalize in implied bou...Michael Goulet-23/+165
2025-03-04Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3bors-6/+139
2025-03-04mgca: Lower all const paths as `ConstArgKind::Path`Noah Lev-12/+180
2025-03-04Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgrbors-6/+651
2025-03-04Allow struct field default values to reference struct's genericsMichael Goulet-18/+107
2025-03-03Don't typeck during WF, instead check outside of WF in check_crateMichael Goulet-45/+73
2025-03-03Check signature WF when lowering MIR bodyMichael Goulet-0/+28
2025-03-03Tweak error code for sized checks of const/staticMichael Goulet-0/+11
2025-03-03Auto merge of #137927 - matthiaskrgr:rollup-yj463ns, r=matthiaskrgrbors-20/+2927
2025-03-03Rollup merge of #137863 - compiler-errors:unsafe-binder-render, r=oli-obkMatthias Krüger-0/+43
2025-03-03Auto merge of #137914 - matthiaskrgr:rollup-phaxe6f, r=matthiaskrgrbors-108/+48
2025-03-04tests: rebless some tests as a side-effect of `TEST_BUILD_DIR` changes许杰友 Jieyou Xu (Joe)-16/+16
2025-03-04tests: remove explicit long type filename hash normalization from some ui tests许杰友 Jieyou Xu (Joe)-156/+109
2025-03-03Rollup merge of #137862 - mtoner23:print-help, r=nnethercoteMatthias Krüger-1/+1
2025-03-03Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwcoMatthias Krüger-1/+27
2025-03-03Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkovMatthias Krüger-18/+2899
2025-03-03Bless UI testsTamme Dittrich-54/+54
2025-03-03Change variadic-ffi-2 to use a platform independant ABITamme Dittrich-17/+4
2025-03-03Bless UI testsTamme Dittrich-1/+616
2025-03-03Do not recover missing lifetime with random in-scope lifetimeMichael Goulet-174/+36
2025-03-03Rollup merge of #137801 - petrochenkov:tarmod, r=compiler-errorsMatthias Krüger-104/+43
2025-03-03Rollup merge of #137794 - tshepang:make-qnx-pass, r=pietroalbiniMatthias Krüger-4/+5
2025-03-03Fix pretty printing of unsafe bindersMichael Goulet-0/+43
2025-03-02Rollup merge of #137860 - taiki-e:powerpcspe-msync, r=workingjubileeMatthias Krüger-0/+1
2025-03-02Rollup merge of #137851 - folkertdev:simd-intrinsic-mask-signed, r=workingjub...Matthias Krüger-4/+99
2025-03-01ensure we always print all --print options in helpMichael Toner-1/+1
2025-03-02rustc_target: Add msync target feature and enable it on powerpcspe targetsTaiki Endo-0/+1
2025-03-01Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errorsMatthias Krüger-12/+66
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-18/+2899
2025-03-01improve error message and testing of using an unsigned simd maskFolkert de Vries-4/+99
2025-03-01Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnrMatthias Krüger-53/+271
2025-03-01Rollup merge of #136503 - estebank:const-panic, r=RalfJungMatthias Krüger-702/+445
2025-03-01Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errorsMatthias Krüger-20/+28
2025-03-01Rollup merge of #137742 - mu001999-contrib:fix-137708, r=compiler-errorsMatthias Krüger-0/+48
2025-03-01Rollup merge of #137686 - nbdd0121:asm_const, r=compiler-errorsMatthias Krüger-5/+29
2025-03-01Rollup merge of #137171 - makai410:swapping-e0277, r=compiler-errorsMatthias Krüger-0/+35
2025-03-01Rollup merge of #137045 - BoxyUwU:defer_repeat_expr_checks, r=compiler-errorsMatthias Krüger-4/+201
2025-03-01Auto merge of #137796 - jieyouxu:rollup-qt9yr1g, r=jieyouxubors-1387/+950