summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2024-01-30add missing potential_query_instability for keys and values in hashmapyukang-1/+38
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-217/+221
2024-01-19Ensure internal function is safeCelina G. Val-2/+2
2024-01-17Revert changes to internal method for nowCelina G. Val-2/+2
2024-01-16Remove tcx function and make `internal` fn saferCelina G. Val-11/+11
2024-01-16Remove tcx from SMIR run macro and accept closuresCelina G. Val-43/+29
2024-01-16Auto merge of #119672 - cjgillot:dse-sandwich, r=oli-obkbors-1/+1
2024-01-13Bless testsGeorge-lewis-6/+28
2024-01-11Bless ui-fulldeps.Camille GILLOT-1/+1
2024-01-11Rollup merge of #119790 - celinval:smir-all-traits, r=oli-obkMatthias Krüger-0/+125
2024-01-09Fix all_trait* methods to return all trait availableCelina G. Val-0/+125
2024-01-06Rollup merge of #119655 - Nilstrieb:cleanup-the-error-count-monster-mess, r=W...Matthias Krüger-13/+6
2024-01-06Remove ignore-stage1 that was added when changing error count msgNilstrieb-13/+6
2024-01-06Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiserbors-1/+4
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-4/+4
2024-01-01Fix testsbjorn3-1/+4
2023-12-22Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errorsbors-11/+11
2023-12-20Add `ItemKind::Ctor` to stable mirCelina G. Val-2/+8
2023-12-20Add a small test for the case that was crashingCelina G. Val-0/+78
2023-12-19Fix c_variadic flag and add opaque info to PassModeCelina G. Val-4/+30
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-11/+11
2023-12-18Add function ABI and type layout to StableMIRCelina G. Val-4/+120
2023-12-18Fix up some `ui-fulldeps` tests.Nicholas Nethercote-22/+22
2023-12-15Add a method to check if type is a CStrCelina G. Val-0/+22
2023-12-14Address PR commentsCelina G. Val-1/+1
2023-12-10remove redundant importssurechen-1/+1
2023-12-08Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-aMatthias Krüger-5/+139
2023-12-08coro_kind -> coroutine_kindMichael Goulet-1/+1
2023-12-07Add a test to evaluate type intrinsic.Celina G. Val-3/+36
2023-12-07Add tests to allocation methods and fix is_null()Celina G. Val-5/+90
2023-12-07Fix conversion to StaticDef and add testCelina G. Val-0/+16
2023-12-06Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-aMatthias Krüger-2/+6
2023-12-06Also add an API to check if an instance has bodyCelina G. Val-3/+6
2023-12-06Fix `is_foreign_item` for StableMIR instanceCelina G. Val-1/+2
2023-12-06Rollup merge of #118516 - celinval:smir-variants, r=ouz-aMatthias Krüger-0/+115
2023-12-05Change ty_with_args to return Ty instead of ResultCelina G. Val-0/+115
2023-12-04Fix some broken testsEric Holk-1/+1
2023-12-01Add more information to stable InstanceCelina G. Val-1/+27
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-269/+243
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+1
2023-11-24Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkinbors-11/+18
2023-11-24Bless ui-fulldepsNilstrieb-11/+18
2023-11-22Add CrateDef trait and methods to get def namesCelina G. Val-0/+109
2023-11-21Add allocation test and a bit more documentationCelina G. Val-0/+119
2023-11-20Add place.ty() and Ty build from a kind to smirCelina G. Val-10/+19
2023-11-16Add more APIs and fix `Instance::body`Celina G. Val-11/+21
2023-11-15Bump cfg(bootstrap)sMark Rousskov-4/+2
2023-11-09Remove rich UserTypeProjection projections in SMIRKirby Linvill-1/+1
2023-11-09Replace match assertions against empty slices with is_empty assertionsKirby Linvill-8/+6
2023-11-09Move SMIR projections tests to new fileKirby Linvill-103/+175