about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-12-31Rollup merge of #92440 - GuillaumeGomez:fix-mobile-toggles, r=jshaMatthias Krüger-0/+10
2021-12-31Rollup merge of #92405 - bjorn3:more_needs_inline_asm, r=lqdMatthias Krüger-0/+2
2021-12-31Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomezMatthias Krüger-9/+7
2021-12-31Rollup merge of #90383 - tmiasko:union-validity, r=RalfJungMatthias Krüger-0/+92
2021-12-31Auto merge of #92175 - Aaron1011:fix-missing-source-file, r=cjgillotbors-0/+44
2021-12-31Extend check for UnsafeCell in consts to cover unionsTomasz Miąsko-0/+92
2021-12-30Fix display of toggles on mobileGuillaume Gomez-0/+10
2021-12-30Auto merge of #92434 - matthiaskrgr:rollup-m8wuq0v, r=matthiaskrgrbors-13/+45
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-13/+13
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/+89
2021-12-29Move equal sign back into head iboxDavid Tolnay-4/+2
2021-12-29Fix spacing of pretty printed const item without bodyDavid Tolnay-15/+17
2021-12-29Add a couple needs-asm-support headers to testsbjorn3-0/+2
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-12/+12
2021-12-29Rollup merge of #92351 - TmLev:master, r=GuillaumeGomezMatthias Krüger-0/+21
2021-12-29Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomezMatthias Krüger-0/+11
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-28Add regression test for #59502Noah Lev-0/+11
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-12/+12
2021-12-28Parse and suggest moving where clauses after equals for type aliasesJack Huey-0/+77
2021-12-28Rollup merge of #92333 - compiler-errors:elided-lifetime-spans, r=cjgillotMatthias Krüger-3/+80
2021-12-28Rollup merge of #92238 - dtolnay:stringifytest, r=Mark-SimulacrumMatthias Krüger-0/+879
2021-12-28docs(error-codes): Add long error explanation for E0227TmLev-0/+21
2021-12-27Tighten span when suggesting lifetime on pathMichael Goulet-3/+80
2021-12-27Rollup merge of #92307 - hiroshi-maybe:fix-minor-typos, r=camelidMatthias Krüger-1/+1
2021-12-27Rollup merge of #92303 - Patrick-Poitras:issue-26186, r=jackh726Matthias Krüger-0/+62
2021-12-27Rollup merge of #92112 - SparrowLii:issue92010, r=cjgillotMatthias Krüger-0/+24
2021-12-27Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkovMatthias Krüger-81/+320
2021-12-27Visit patterns' literal expressions before binding new identsMichael Goulet-0/+46
2021-12-26fix typo: intialized -> initializedHiroshi Kori-1/+1
2021-12-27relax priv-in-pub lint on generic bounds and where clauses in trait implsJack Wrenn-81/+320
2021-12-26Add test cases for issue #26186PFPoitras-0/+62
2021-12-25bless ui testDeadbeef-1/+16
2021-12-25normalize env constness for nested obligationsDeadbeef-0/+14
2021-12-24Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obkbors-2/+2
2021-12-23Fix tidy line length lint in stringify testsDavid Tolnay-4/+16
2021-12-23Format with rust-lang/rust's rustfmt settingsDavid Tolnay-41/+14
2021-12-23Add a test suite for stringify macroDavid Tolnay-0/+894
2021-12-23Import `SourceFile`s from crate before decoding foreign `Span`Aaron Hill-0/+44
2021-12-23Rollup merge of #92166 - fee1-dead:patch-2, r=jyn514Matthias Krüger-1/+1
2021-12-23Auto merge of #92155 - m-ou-se:panic-fn, r=eddybbors-14/+14
2021-12-23Rollup merge of #91544 - rukai:91492, r=wesleywiserMatthias Krüger-0/+79
2021-12-22Fixed a small typo in ui test commentsfee1-dead-1/+1