about summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
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
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-7/+40
2024-03-05Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.Nicholas Nethercote-3/+3
2024-03-05Rename `SubdiagnosticMessage` as `SubdiagMessage`.Nicholas Nethercote-7/+7
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-7/+7
2024-03-05Disable `tests/ui-fulldeps/internal-lints/diagnostics.rs` on stage 1.Nicholas Nethercote-7/+8
2024-03-04Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiserMatthias Krüger-11/+7
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-6/+6
2024-03-04Remove `file_path_mapping` param from `ParseSess::new`.Nicholas Nethercote-7/+3
2024-03-03Run some ui-fulldeps tests on stage 1 againNilstrieb-8/+6
2024-03-01Implement missing ABI structures in StableMIRCelina G. Val-8/+37
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-12/+12
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-2/+2
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-133/+133
2024-02-21Merge `diagnostic_builder.rs` into `diagnostic.rs`.Nicholas Nethercote-3/+3
2024-02-20Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav...bors-16/+24
2024-02-20Rollup merge of #121205 - nnethercote:fix-stable-mir-CompilerError, r=oli-obkNilstrieb-1/+1
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-16/+24
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-21/+33
2024-02-17Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`.Nicholas Nethercote-1/+1
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-21/+33
2024-02-15Rollup merge of #120982 - momvart:smir-61-foreign_kind, r=oli-obkMatthias Krüger-0/+93
2024-02-14Rewrite foreign item kind query using `DefKind`Mohammad Omidvar-1/+1