about summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
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
2023-11-09Add stable MIR Projections support based on MIR structureKirby Linvill-0/+103
2023-11-04add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rsDinu Blanovschi-1/+1
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-1084/+0
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-4/+4
2023-10-30Add a stable MIR visitorCelina G. Val-0/+148
2023-10-26Add test for smir localsKirby Linvill-0/+31
2023-10-26Update Place and Operand to take slicesKirby Linvill-13/+13
2023-10-25Add a public API to get all body localsKirby Linvill-1/+1
2023-10-24Remove fold code and add Const::internal()Celina G. Val-34/+12
2023-10-23Add test and remove double refCelina G. Val-15/+82
2023-10-23Try to work around 32 bit mingw issuesOli Scherer-0/+3
2023-10-23Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`Oli Scherer-11/+17
2023-10-22Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrumbors-2/+4
2023-10-21Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obkMatthias Krüger-1/+25
2023-10-20bless ui-fulldepsOli Scherer-2/+2
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2