about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-12-03Auto merge of #79613 - GuillaumeGomez:doc-keyword-checks, r=oli-obkbors-8/+49
2020-12-03Auto merge of #79594 - vn-ki:const-eval-intrinsic, r=oli-obkbors-140/+378
2020-12-03Auto merge of #79533 - sasurau4:feature/add-long-explanation-E0546, r=Guillau...bors-1/+1
2020-12-03Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simul...bors-187/+74
2020-12-02Auto merge of #79364 - nico-abram:unstable-or-pat-suggestion, r=matthewjasperbors-30/+3
2020-12-02Add tests for #[doc(keyword = "...")] and update other doc attributes testsGuillaume Gomez-8/+49
2020-12-02Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa...Santiago Pastorino-187/+74
2020-12-02rename MemoryKind::Heap to ConstHeap; bless testVishnunarayan K I-8/+15
2020-12-02add comment and bless some testsVishnunarayan K I-138/+236
2020-12-02Auto merge of #79606 - ThePuzzlemaker:issue-79458-fix, r=scottmcmbors-26/+25
2020-12-02Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelixbors-170/+90
2020-12-01Auto merge of #79614 - GuillaumeGomez:rollup-15usd7e, r=GuillaumeGomezbors-14/+14
2020-12-01Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obkGuillaume Gomez-14/+14
2020-12-01Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieubors-2/+2
2020-12-01Add regression test for #79458ThePuzzlemaker-0/+25
2020-12-01Fix UI tests for negative polarity implementations of traitsThePuzzlemaker-26/+0
2020-12-01Add wasm32 support to inline asmGus Caplan-2/+2
2020-12-01Improve some attributes error spansGuillaume Gomez-14/+14
2020-12-02bless stability-attribute-sanity ui testDaiki Ihara-1/+1
2020-12-01review comment and one more testVishnunarayan K I-11/+23
2020-12-01review commentsVishnunarayan K I-1/+43
2020-12-01Rollup merge of #79444 - sasurau4:test/move-const-ip, r=matkladMara Bos-13/+0
2020-12-01Rollup merge of #79227 - sasurau4:test/move-cell-test-to-lib-core, r=jyn514Mara Bos-13/+0
2020-12-01Rollup merge of #79038 - CDirkx:move-ui-tests, r=dtolnayMara Bos-828/+0
2020-12-01add const_allocate intrisicVishnunarayan K I-0/+79
2020-12-01Auto merge of #78725 - sexxi-goose:fix-78720, r=nikomatsakisbors-0/+74
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-828/+0
2020-11-30Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwcobors-13/+13
2020-11-29Remove extra call to upvar_tysAman Arora-0/+74
2020-11-29Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakisbors-74/+187
2020-11-29Auto merge of #79523 - Nadrieril:fix-usize-ranges, r=varkorbors-2/+8
2020-11-29Fixes #79357 unstable or-pat suggestionsunknown-30/+3
2020-11-29Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514bors-486/+421
2020-11-29Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obkbors-71/+215
2020-11-29Update tests to remove old numeric constantsbstrie-486/+421
2020-11-29Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-sebors-9/+68
2020-11-29Rollup merge of #79514 - Julian-Wollersberger:order-dependent-bounds, r=Mark-...Dylan DPC-0/+47
2020-11-29Rollup merge of #79395 - Havvy:test-move-if, r=Mark-SimulacrumDylan DPC-0/+0
2020-11-28Auto merge of #79511 - cjgillot:fitem-2, r=lcnrbors-0/+12
2020-11-28Correctly detect `usize`/`isize` range overlapsNadrieril-2/+8
2020-11-28Add test for issue #54121:Julian Wollersberger-0/+47
2020-11-28Do not visit ForeignItemRef for HIR indexing and validation.Camille GILLOT-0/+12
2020-11-28Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnrJonas Schievink-5/+13
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-119/+376
2020-11-27Update error to reflect that integer literals can have float suffixesCamelid-13/+13
2020-11-27Slightly improve code samples in E0591Camelid-5/+13
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-9/+68
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-0/+10
2020-11-27Add test to check that we handle predicates that can define assoc types corre...Santiago Pastorino-0/+10
2020-11-27adjust super_predicates_that_define_assoc_type query descriptionSantiago Pastorino-18/+20