about summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2024-07-18Add internal lint for detecting non-glob imports of `rustc_type_ir::inherent`León Orell Valerian Liehr-0/+106
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-6/+6
2024-07-05Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelixMichael Goulet-0/+4
2024-07-04Improve dead code analysismu001999-0/+4
2024-07-01Move codegen_and_build_linker from Queries to Linkerbjorn3-2/+5
2024-06-28Add method to get all attributes on a definitionAdwin White-3/+21
2024-06-28Support fetching `Attribute` of items.Adwin White-0/+137
2024-06-21Add method to get `FnAbi` of function pointerAdwin White-0/+23
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-7/+7
2024-06-15Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obkGuillaume Gomez-4/+4
2024-06-15Rollup merge of #126361 - celinval:issue-0079-intrinsic, r=oli-obkMatthias Krüger-7/+12
2024-06-13smir: merge identical Constant and ConstOperand typesRalf Jung-4/+4
2024-06-12Add a new trait to retrieve StableMir definition TyCelina G. Val-0/+114
2024-06-12Unify intrinsics body handling in StableMIRCelina G. Val-7/+12
2024-06-08Auto merge of #126111 - Zalathar:fulldeps-hotplug, r=jieyouxubors-0/+127
2024-06-07Rollup merge of #126077 - oli-obk:revert_is_mir_available, r=BoxyUwUMatthias Krüger-3/+8
2024-06-07Add regression testOli Scherer-3/+8
2024-06-07Port `tests/run-make-fulldeps/hotplug_codegen_backend` to ui-fulldepsZalathar-0/+127
2024-06-07Port `tests/run-make-fulldeps/obtain-borrowck` to ui-fulldepsZalathar-0/+208
2024-06-05Rollup merge of #126008 - Zalathar:fulldeps-19371, r=jieyouxuMatthias Krüger-0/+86
2024-06-05Port `tests/run-make-fulldeps/issue-19371` to ui-fulldepsZalathar-0/+86
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-5/+6
2024-06-04Split smir `Const` into `TyConst` and `MirConst`Boxy-3/+3
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-47/+30
2024-05-23Add conversion from IntrinsicDef to FnDefMohammad Omidvar-6/+10
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-47/+30
2024-05-20Extend tests for intrinsic definitionsMohammad Omidvar-17/+33
2024-05-09Add `ErrorGuaranteed` to `Recovered::Yes` and use it more.Nicholas Nethercote-1/+4
2024-05-08Use generic `NonZero`.Markus Reiter-3/+3
2024-04-23Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwcoLeón Orell Valerian Liehr-2/+12
2024-04-23Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-seMatthias Krüger-2/+2
2024-04-23try to fix unnecessarily fragile smir testRalf Jung-2/+2
2024-04-21Allow nesting subdiagnosticsXiretza-0/+10
2024-04-21Pass translation closure to add_to_diag_with() as referenceXiretza-2/+2
2024-04-15Use the rustc_private libc less in testsBen Kimock-2/+1
2024-04-10Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obkGuillaume Gomez-0/+115
2024-04-09Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errorsMatthias Krüger-0/+147
2024-04-08Add support to intrinsics fallback bodyCelina G. Val-0/+115
2024-04-08Remove unimplemented!() from BinOp::ty() functionCelina G. Val-0/+147
2024-04-08Actually create ranged int types in the type system.Oli Scherer-23/+30
2024-03-28Normalize the result of Fields::ty_with_argsCelina G. Val-0/+95
2024-03-14Rollup merge of #122405 - celinval:smir-new-const, r=oli-obkMatthias Krüger-0/+147
2024-03-13Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinvalMatthias Krüger-1/+13
2024-03-12Add `intrinsic_name` to get plain intrinsic nameAdrian Palacios-1/+13
2024-03-12Add a test to SMIR body transformationCelina G. Val-0/+147
2024-03-11Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function.Nicholas Nethercote-2/+8
2024-03-11Rename `DecorateLint` as `LintDiagnostic`.Nicholas Nethercote-9/+9
2024-03-11Rename `AddToDiagnostic` as `Subdiagnostic`.Nicholas Nethercote-12/+12
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-11/+11
2024-03-11Rename `IntoDiagnosticArg` as `IntoDiagArg`.Nicholas Nethercote-17/+17