summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2025-06-22Auto merge of #142706 - fee1-dead-contrib:push-zsznlqyrzsqo, r=oli-obkbors-2/+4
2025-06-20Add an attribute-related parenthesization edge caseDavid Tolnay-0/+6
2025-06-20Add AST pretty-printer tests involving attr on binary operationDavid Tolnay-0/+9
2025-06-19Preserve Paren expression's attributes during UnparenthesizeDavid Tolnay-0/+5
2025-06-19completely deduplicate `Visitor` and `MutVisitor`Deadbeef-2/+4
2025-06-18Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxuUrgau-0/+63
2025-06-18Implement lint against direct uses of rustc_type_ir in compiler cratesRomain Perier-0/+65
2025-06-17Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkovJacob Pratt-6/+5
2025-06-16Fix test descriptionNotLebedev-2/+2
2025-06-16Add test for `AdtDef::discriminant_for_variant` polymorphic over parameterNotLebedev-0/+29
2025-06-16Add test for `AdtDef::discriminant_for_variant`NotLebedev-0/+154
2025-06-15Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...León Orell Valerian Liehr-9/+8
2025-06-15Rollup merge of #134661 - dtolnay:prefixattr, r=fmeaseLeón Orell Valerian Liehr-4/+43
2025-06-15Un-remap `rustc-dev` component pathsUrgau-0/+63
2025-06-13Auto merge of #134841 - estebank:serde-attr-4, r=wesleywiserbors-0/+14
2025-06-13Add AST pretty-printer tests involving attr precedenceDavid Tolnay-4/+43
2025-06-13Rollup merge of #134847 - dtolnay:asymmetrical, r=fmeaseMatthias Krüger-2/+2
2025-06-12Detect when attribute is provided by missing `derive` macroEsteban Küber-0/+14
2025-06-12avoid `&mut P<T>` in `visit_expr` etc methodsDeadbeef-6/+5
2025-06-12Rollup merge of #141307 - b-naber:closure-body, r=celinvalMatthias Krüger-0/+180
2025-06-10Implement representation options to smirShoyu Vanilla-1/+36
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-9/+8
2025-06-02add doc comment and a test with a generic closureb-naber-0/+90
2025-06-02add `body` to `ClosureDef`b-naber-0/+90
2025-05-29remove `visit_clobber` and move `DummyAstNode` to `rustc_expand`Deadbeef-12/+6
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-12/+12
2025-05-03Implement asymmetrical precedence for closures and jumpsDavid Tolnay-2/+2
2025-05-03Improve hir pretty-printing of attributes.Nicholas Nethercote-2/+2
2025-04-30ast: Remove token visiting from AST visitorVadim Petrochenkov-2/+0
2025-04-29Update stable-mir testJohn Kåre Alsaker-12/+12
2025-04-24Refactor `StableMir` to avoid some clones.Nicholas Nethercote-34/+36
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-14/+12
2025-04-13Rollup merge of #139760 - petrochenkov:noerrpat2, r=jieyouxuJacob Pratt-2/+6
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-2/+6
2025-04-13import rustc_smir::rustc_internal in run_driver!zjp-21/+0
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-2/+2
2025-04-11Change how anonymous associated types are printed.Nicholas Nethercote-2/+2
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-0/+1
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-0/+1
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-10/+10
2025-04-05Rollup merge of #138826 - makai410:assoc-items, r=celinvalStuart Cook-0/+145
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-1/+1
2025-04-01Implement `associated_items` api.makai410-0/+145
2025-03-27Rollup merge of #138964 - compiler-errors:usage-of-interner, r=lcnrStuart Cook-0/+31
2025-03-26Implement lint against using Interner and InferCtxtLike in random compiler cr...Michael Goulet-0/+31
2025-03-24Remove fields that are dead since the removal of type ascription syntaxLeón Orell Valerian Liehr-1/+0
2025-03-22Rollup merge of #138536 - makai410:mut-mir-visitor, r=celinvalMatthias Krüger-1/+80
2025-03-18Add test for `MutMirVisitor`makai410-1/+80
2025-03-12Make opts.maybe_sysroot non-optionalbjorn3-1/+1
2025-03-08Revert "Don't test new error messages with the stage 0 compiler"Tshepang Mbambo-8/+6