about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-8/+12
2020-01-06Rollup merge of #67915 - lzutao:Self, r=CentrilDylan DPC-2/+2
2020-01-06Rollup merge of #67906 - varkor:silence-toogeneric, r=nagisaDylan DPC-0/+31
2020-01-06Rollup merge of #67800 - Aaron1011:fix/mir-generic-instance, r=oli-obkDylan DPC-0/+34
2020-01-06Use Self instead of $typeLzu Tao-2/+2
2020-01-06Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomezbors-109/+19
2020-01-05Silence `TooGeneric` errorvarkor-0/+31
2020-01-05Fix ICE involving calling `Instance.ty` during const evaluationAaron Hill-0/+34
2020-01-05Rollup merge of #67881 - varkor:scattering-of-backticks, r=CentrilDylan DPC-99/+99
2020-01-05Rollup merge of #67818 - ollie27:rustdoc_playground_syntax_error, r=Guillaume...Dylan DPC-0/+21
2020-01-05fix ui-fulldeps falloutMazdak Farrokhzad-8/+12
2020-01-04buffer lexer errors in rustdoc syntax checkingAndy Russell-109/+19
2020-01-05Add backticks to various diagnosticsvarkor-99/+99
2020-01-04rustdoc: Avoid panic when parsing codeblocks for playground linksOliver Middleton-0/+21
2020-01-04Rollup merge of #67775 - mental32:master, r=Dylan-DPCDylan DPC-20/+14
2020-01-04Rollup merge of #67709 - petrochenkov:nodedup2, r=CentrilDylan DPC-1/+31
2020-01-04Rollup merge of #67137 - anp:tracked-panic-internals, r=eddybDylan DPC-8/+26
2020-01-04Test cleanups to match #[track_caller] in panic!.Adam Perry-8/+26
2020-01-04Rollup merge of #67823 - euclio:drop-improvements, r=petrochenkovGuillaume Gomez-66/+115
2020-01-04Rollup merge of #67822 - wesleywiser:revert_67676, r=oli-obkGuillaume Gomez-28/+11
2020-01-04try to fix ui errorsYuki Okushi-0/+2
2020-01-04Rollup merge of #67835 - euclio:delimiter-wording, r=CentrilMazdak Farrokhzad-126/+126
2020-01-04Rollup merge of #67810 - crlf0710:uncommon_codepoints_lint, r=ManishearthMazdak Farrokhzad-0/+44
2020-01-04Rollup merge of #67786 - Centril:canon-span, r=petrochenkovMazdak Farrokhzad-13/+18
2020-01-04Rollup merge of #67773 - michalt:issue-37333-test, r=nikomatsakisMazdak Farrokhzad-0/+51
2020-01-04Rollup merge of #66913 - VirrageS:help-self, r=varkor,CentrilMazdak Farrokhzad-0/+65
2020-01-03clarify that `Drop` can be implemented for enums and unions tooAndy Russell-13/+23
2020-01-03improve generic `Drop` error messagesAndy Russell-53/+92
2020-01-03Auto merge of #67829 - michaelwoerister:try-to-fix-pgo-branch-weights-test, r...bors-11/+19
2020-01-03Add a testVadim Petrochenkov-0/+30
2020-01-03Introduce an option for disabling deduplication of diagnosticsVadim Petrochenkov-1/+1
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-126/+126
2020-01-03Thank you Dylan and JohnTitor for blessing me.mental-4/+5
2020-01-03Attempt to fix intermittent failures of pgo-branch-weights test.Michael Woerister-11/+19
2020-01-03Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitorbors-16/+143
2020-01-03Rollup merge of #67807 - lzutao:toilet-closure, r=CentrilYuki Okushi-3/+3
2020-01-03Rollup merge of #67796 - Aaron1011:fix/mir-inline-proj, r=wesleywiserYuki Okushi-0/+17
2020-01-03Rollup merge of #67783 - LeSeulArtichaut:pattern-ref-warning, r=CentrilYuki Okushi-0/+78
2020-01-03Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es...Yuki Okushi-13/+45
2020-01-03Auto merge of #67768 - wesleywiser:dnm_test_perf_65244, r=Mark-Simulacrumbors-32/+7
2020-01-02Revert `const_err` lint checking of castsWesley Wiser-28/+11
2020-01-03Implement uncommon_codepoints lint.Charles Lew-0/+44
2020-01-02fix src/test falloutMazdak Farrokhzad-13/+18
2020-01-02Reformulate test descriptionLeSeulArtichaut-1/+1
2020-01-02Enhance testLeSeulArtichaut-14/+35
2020-01-02Move testLeSeulArtichaut-0/+0
2020-01-02Lets see if I can get these ui tests to run.mental-1/+1
2020-01-02Remove // check-pass for ui/import/import-crate-var.rsmental-1/+0
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-3/+3
2020-01-02Update src/test/uimental-17/+9