about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-12-30Rollup merge of #80513 - LeSeulArtichaut:80062-test, r=lcnrMara Bos-0/+21
2020-12-30Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obkMara Bos-0/+7
2020-12-30Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-seMara Bos-4/+4
2020-12-30Auto merge of #80510 - JohnTitor:rollup-gow7y0l, r=JohnTitorbors-16/+65
2020-12-30Add regression test for #80062LeSeulArtichaut-0/+21
2020-12-30Fix ICE when pointing at multi bytes characterYuki Okushi-16/+65
2020-12-30CTFE: test size/align_of_val_raw on dangling pointersRalf Jung-0/+7
2020-12-30Auto merge of #79684 - usbalbin:const_copy, r=oli-obkbors-0/+70
2020-12-30Rollup merge of #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obkYuki Okushi-6/+22
2020-12-29Lint on redundant trailing semicolon after itemAaron Hill-6/+22
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-66/+933
2020-12-29test: updated expected Vec src pathC-4/+4
2020-12-28Rollup merge of #80419 - LeSeulArtichaut:80375-test-case, r=lcnrMara Bos-0/+15
2020-12-28Rollup merge of #80284 - ThePuzzlemaker:issue-80179-fix, r=varkorDylan DPC-0/+48
2020-12-27Add regression test for #80375LeSeulArtichaut-0/+15
2020-12-26update testsBastian Kauschke-943/+658
2020-12-26delete no longer relevant testsBastian Kauschke-114/+0
2020-12-26Add testsAlbin Hedman-0/+70
2020-12-26Auto merge of #80246 - matthewjasper:projection-cycle-caching, r=Mark-Simulacrumbors-16/+124
2020-12-25Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err...bors-16/+37
2020-12-25Rollup merge of #80160 - diondokter:move_async_fix, r=davidtwcoDylan DPC-0/+29
2020-12-24Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwcobors-14/+14
2020-12-23Auto merge of #79261 - faern:deprecate-compare-and-swap, r=Amanieubors-3/+18
2020-12-23Auto merge of #80314 - GuillaumeGomez:rollup-9rc48vx, r=GuillaumeGomezbors-0/+54
2020-12-23Rollup merge of #80136 - aDotInTheVoid:74824-test, r=Mark-SimulacrumGuillaume Gomez-0/+54
2020-12-22Add regression test for #80179ThePuzzlemaker-0/+48
2020-12-22Add some testsNadrieril-28/+71
2020-12-22Revert "Promote missing_fragment_specifier to hard error"Wesley Wiser-16/+37
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-3/+18
2020-12-22Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkorbors-88/+105
2020-12-21Auto merge of #79270 - RalfJung:array-repeat-consts, r=oli-obkbors-0/+27
2020-12-21Implemented a compiler diagnostic for move async mistakeDion Dokter-0/+29
2020-12-21Auto merge of #80205 - tomprogrammer:prettyprint-pattern-mut-binding, r=david...bors-0/+19
2020-12-21Rollup merge of #80211 - wabain:async-fn-trait-bound-suggestion, r=petrochenkovDylan DPC-1/+89
2020-12-21Rollup merge of #80199 - RalfJung:const-fake, r=oli-obkDylan DPC-1/+35
2020-12-21Rollup merge of #80170 - ldm0:fixice, r=lcnrDylan DPC-0/+57
2020-12-20Prevent caching projections in the case of cyclesMatthew Jasper-14/+123
2020-12-20Auto merge of #78317 - est31:linear_in_impl_count, r=matthewjasperbors-0/+206
2020-12-20Make recursion limit fatal in projectMatthew Jasper-2/+1
2020-12-20Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-sebors-4/+18
2020-12-21Move test from compile-fail to ui/binopDonough Liu-0/+57
2020-12-20make sure [CONST; N] drops N timesRalf Jung-2/+16
2020-12-20add test that repeating non-Copy constants worksRalf Jung-0/+13
2020-12-20Fix pretty printing an AST representing `&(mut ident)`Thomas Bahn-0/+19
2020-12-20Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnrbors-15/+15
2020-12-20Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkovbors-56/+126
2020-12-19Handle desugaring in impl trait bound suggestionWilliam Bain-1/+89
2020-12-20Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obkbors-0/+32
2020-12-19also const-check FakeReadRalf Jung-1/+35
2020-12-19Auto merge of #80104 - Nadrieril:usefulness-merging, r=varkorbors-25/+101