about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-01-06Rollup merge of #92389 - chordtoll:test-92015, r=Mark-SimulacrumMatthias Krüger-0/+18
2022-01-06Rollup merge of #92360 - jackh726:param-heuristics-1, r=davidtwcoMatthias Krüger-0/+14
2022-01-05Rollup merge of #92575 - petrochenkov:cratenodeid, r=Aaron1011Matthias Krüger-2/+2
2022-01-05ast: Always keep a `NodeId` in `ast::Crate`Vadim Petrochenkov-2/+2
2022-01-05Auto merge of #92498 - camelid:ignore-flaky-test, r=Mark-Simulacrumbors-0/+4
2022-01-04Ignore flaky `panic-short-backtrace-windows-x86_64.rs` test for nowNoah Lev-0/+4
2022-01-04Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgrbors-18/+79
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-18/+79
2022-01-04Rollup merge of #92507 - chordtoll:suggest-single-quotes, r=petrochenkovMatthias Krüger-0/+105
2022-01-03Suggest changing quotes when str/char type mismatchchordtoll-0/+105
2022-01-03Rollup merge of #92444 - dtolnay:coremethods, r=joshtriplettMatthias Krüger-14/+10
2022-01-03Rollup merge of #92418 - dtolnay:emptystructpat, r=michaelwoeristerMatthias Krüger-4/+4
2022-01-03Rollup merge of #92402 - pr2502:while-let-typo, r=oli-obkMatthias Krüger-0/+54
2022-01-03Auto merge of #92080 - Aaron1011:pattern-ice, r=cjgillotbors-4/+75
2022-01-02Auto merge of #90128 - joshtriplett:stabilize-symbol-mangling-version, r=wesl...bors-24/+24
2022-01-02Auto merge of #92066 - Smittyvb:concat_bytes-repeat, r=nagisabors-2/+70
2022-01-02Auto merge of #92034 - petrochenkov:nolinknores, r=joshtriplettbors-10/+2
2022-01-01Update references to `-Z symbol-mangling-version` to use `-C`Josh Triplett-24/+24
2022-01-01Rollup merge of #92468 - NieDzejkob:silent-cfg, r=petrochenkovMatthias Krüger-0/+5
2022-01-01Move `PatKind::Lit` checking from ast_validation to ast loweringAaron Hill-4/+75
2022-01-01Rollup merge of #92469 - joshtriplett:test-number-fix, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-01-01Rollup merge of #92460 - dwrensha:fix-92267, r=petrochenkovMatthias Krüger-0/+19
2022-01-01Rollup merge of #92420 - dtolnay:patrange, r=Mark-SimulacrumMatthias Krüger-12/+12
2022-01-01Rollup merge of #92412 - dtolnay:tryspace, r=Mark-SimulacrumMatthias Krüger-1/+1
2021-12-31Make tidy check for magic numbers that spell thingsJosh Triplett-1/+1
2022-01-01Emit an error for `--cfg=)`Jakub Kądziołka-0/+5
2021-12-31[rustc_builtin_macros] add indices to format_foreign::printf::Substitution::E...David Renshaw-0/+19
2021-12-31Extend check for UnsafeCell in consts to cover unionsTomasz Miąsko-0/+92
2021-12-30UI test updates for Result and Option method movesDavid Tolnay-14/+10
2021-12-30Auto merge of #92434 - matthiaskrgr:rollup-m8wuq0v, r=matthiaskrgrbors-3/+35
2021-12-30Rollup merge of #92423 - weirane:ui-92292, r=fee1-deadMatthias Krüger-0/+32
2021-12-30Rollup merge of #92414 - dtolnay:constnoexpr, r=oli-obkMatthias Krüger-3/+3
2021-12-30Auto merge of #89336 - Aaron1011:variance-struct-diag, r=cjgillotbors-0/+169
2021-12-29Add UI test for #92292Wang Ruochen-0/+32
2021-12-29Refactor variance diagnostics to work with more typesAaron Hill-0/+169
2021-12-29Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisabors-0/+3
2021-12-29Fix whitespace in pretty printed PatKind::RangeDavid Tolnay-12/+12
2021-12-29Fix spacing in pretty printed PatKind::Struct with no fieldsDavid Tolnay-4/+4
2021-12-29Move equal sign back into head iboxDavid Tolnay-2/+1
2021-12-29Fix spacing of pretty printed const item without bodyDavid Tolnay-4/+5
2021-12-29Fix double space in pretty printed TryBlockDavid Tolnay-1/+1
2021-12-29Suggest while let x = y when encountering while x = yametisf-0/+54
2021-12-29Rollup merge of #92372 - dtolnay:fntype, r=jackh726Matthias Krüger-1/+1
2021-12-29Rollup merge of #92371 - dtolnay:attrblock, r=oli-obkMatthias Krüger-1/+1
2021-12-29Rollup merge of #92351 - TmLev:master, r=GuillaumeGomezMatthias Krüger-0/+21
2021-12-29Rollup merge of #92237 - compiler-errors:issue-92100, r=cjgillotMatthias Krüger-0/+46
2021-12-29Rollup merge of #92118 - jackh726:type-alias-position-error, r=petrochenkovMatthias Krüger-0/+77
2021-12-28Added regression test for issue 92015chordtoll-0/+18
2021-12-28Print space after formal generic params in fn typeDavid Tolnay-1/+1
2021-12-28Remove pretty printer space inside block with only outer attrsDavid Tolnay-1/+1