about summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
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
2024-02-13Bump `proc-macro2`, `syn` and `quote`clubby789-181/+108
2024-02-12Add APIs for fetching foreign items including foreign modules, their ABIs, an...Mohammad Omidvar-0/+93
2024-02-08Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errorsMatthias Krüger-12/+7
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-12/+7
2024-02-07Update testsr0cky-1/+1
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-15/+22
2024-02-01A small fix in `enforce_slug_naming.rs`.Nicholas Nethercote-2/+2
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