summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-06-28arbitrary_self_types lifetime elision: --bless --compare-mode=nll.Mazdak Farrokhzad-0/+42
2019-06-28Remove query for `.pin_type()`Taiki Endo-2/+15
2019-06-28Allow lifetime elision in `Pin<&(mut) Self>`Taiki Endo-0/+137
2019-06-26rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`.Eduard-Mihai Burtescu-0/+75
2019-06-26bless ui testsPietro Albini-8/+1
2019-06-26Fix ICE involving mut referencesEsteban Küber-0/+33
2019-06-26Hygienize macros in the standard libraryVadim Petrochenkov-27/+6
2019-06-26Handle index out of bound errors during const eval without panicEsteban Küber-0/+30
2019-06-26Regression test for issue #60654.Felix S. Klock II-0/+26
2019-06-06Add test for denying overflowing literal in loopvarkor-1/+10
2019-06-06Update unreachable loop patterns testvarkor-1/+8
2019-06-06Turn ICE on type arguments on variables into an errorOliver Scherer-0/+33
2019-06-06Add regression testEsteban Küber-0/+15
2019-05-28add ui testsMark Mansi-0/+47
2019-05-21Auto merge of #60950 - taiki-e:arbitrary_self_types-tests, r=Centrilbors-0/+990
2019-05-20Rollup merge of #60823 - oli-obk:used_unused_no_mangle, r=michaelwoeristerMazdak Farrokhzad-7/+1
2019-05-20Rollup merge of #60590 - petertodd:2018-test-union-nonzero, r=nikomatsakis,Ce...Mazdak Farrokhzad-0/+43
2019-05-19Move run-pass/self/* to ui/selfTaiki Endo-0/+696
2019-05-19Move arbitrary_self_types's tests into ui/selfTaiki Endo-0/+294
2019-05-19Rollup merge of #60924 - estebank:try-msg, r=petrochenkovMazdak Farrokhzad-0/+3
2019-05-19Rollup merge of #60370 - Richard-W:const-layout-construction, r=sfacklerMazdak Farrokhzad-0/+21
2019-05-18Auto merge of #60252 - davidtwco:issue-57672, r=Mark-Simulacrumbors-51/+47
2019-05-18Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakisbors-18/+23
2019-05-17Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik...bors-5/+2
2019-05-17Explain that ? converts the error type using FromEsteban Küber-0/+3
2019-05-17Rollup merge of #60901 - estebank:str-str-str, r=CentrilManish Goregaokar-11/+170
2019-05-17Account for &String + StringEsteban Küber-2/+2
2019-05-17Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelixbors-930/+5199
2019-05-17Auto merge of #60892 - davidtwco:issue-60622, r=oli-obkbors-0/+45
2019-05-17Checking generic args after late bound region err.David Wood-0/+45
2019-05-16review commentsEsteban Küber-13/+13
2019-05-16Fix binop spanEsteban Küber-12/+9
2019-05-16Handle more string addition cases with appropriate suggestionsEsteban Küber-4/+166
2019-05-16Fix span for await macro callEsteban Küber-1/+1
2019-05-16fixed issues relating to line numbers being shiftedDario Gonzalez-17/+17
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-1/+6
2019-05-16Review commentsEsteban Küber-13/+13
2019-05-16readd match await test caseEsteban Küber-2/+31
2019-05-16Point at enclosing fn/closure when it's not asyncEsteban Küber-32/+53
2019-05-16tidy fixEsteban Küber-1/+1
2019-05-16Simplify span usage for incorrect awaitEsteban Küber-42/+20
2019-05-16Parse alternative incorrect uses of await and recoverEsteban Küber-27/+306
2019-05-16Rollup merge of #60691 - topecongiro:await-macro-span, r=CentrilMazdak Farrokhzad-1/+1
2019-05-14Rollup merge of #60799 - matthewjasper:allow-bound-regions-in-existential-typ...Mazdak Farrokhzad-0/+30
2019-05-14Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, ...Mazdak Farrokhzad-0/+91
2019-05-14Update ui testsOliver Scherer-7/+1
2019-05-14Add ui test for const Layout::from_size_align_uncheckedRichard Wiedenhöft-0/+21
2019-05-13Allow late bound regions in existential typesMatthew Jasper-0/+30
2019-05-13Rollup merge of #60770 - Pulkit07:issue60764, r=CentrilMazdak Farrokhzad-7/+21
2019-05-13Rollup merge of #60710 - varkor:delay_span_bug-const-parent, r=matthewjasperMazdak Farrokhzad-0/+60