about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-09-27Update ui testsGuillaume Gomez-29/+35
2019-09-11Auto merge of #64271 - Centril:non-exhaustive-peel-refs, r=estebankbors-33/+284
2019-09-11Auto merge of #64154 - alexcrichton:std-backtrace, r=sfacklerbors-0/+75
2019-09-10Rollup merge of #64292 - davidtwco:issue-63832-await-temporary-lifetimes, r=m...Mazdak Farrokhzad-12/+43
2019-09-10Rollup merge of #63786 - tspiteri:const-abs, r=alexcrichtonMazdak Farrokhzad-0/+22
2019-09-10lowering: extend temporary lifetimes around awaitDavid Wood-12/+43
2019-09-09Rollup merge of #64054 - estebank:unused-import-is-to-eager, r=petrochenkovMazdak Farrokhzad-11/+41
2019-09-09Auto merge of #64313 - Centril:rollup-7w8b67g, r=Centrilbors-420/+375
2019-09-09Rollup merge of #63468 - c410-f3r:attrs, r=petrochenkovMazdak Farrokhzad-420/+375
2019-09-09std: Add a `backtrace` moduleAlex Crichton-0/+75
2019-09-09pacify tidy.Mazdak Farrokhzad-1/+1
2019-09-09check_match: unify check_irrefutable & check_exhaustive more.Mazdak Farrokhzad-50/+82
2019-09-09check_match: refactor + improve non-exhaustive diag for default binding modes.Mazdak Farrokhzad-0/+219
2019-09-09Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasperbors-246/+30
2019-09-09Resolve attributes in several placesCaio-420/+375
2019-09-09Auto merge of #64237 - estebank:tweak-method-not-found, r=Centrilbors-98/+98
2019-09-08Give method not found a primary span labelEsteban Küber-98/+98
2019-09-09Auto merge of #64108 - estebank:issue-36836, r=Centrilbors-0/+24
2019-09-08Rollup merge of #64263 - crlf0710:improve_wording, r=petrochenkovMazdak Farrokhzad-14/+14
2019-09-08Rollup merge of #64078 - Mark-Simulacrum:compiletest-lint-unused, r=petrochenkovMazdak Farrokhzad-68/+121
2019-09-08Always emit unresolved import errors and hide unused import lintEsteban Küber-11/+41
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-68/+121
2019-09-08Rollup merge of #64265 - petrochenkov:useerr, r=estebankMazdak Farrokhzad-11/+29
2019-09-08Improve wording.Charles Lew-14/+14
2019-09-08Tests: No longer emitting 0008, E0301, E0302.Mazdak Farrokhzad-36/+0
2019-09-08Update tests wrt. bind_by_by_move_pattern_guards stabilization.Mazdak Farrokhzad-215/+35
2019-09-08Rollup merge of #64229 - kawa-yoiko:unreachable-call-lint, r=estebankMazdak Farrokhzad-13/+11
2019-09-08Rollup merge of #64177 - petrochenkov:curmod, r=matthewjasperMazdak Farrokhzad-0/+14
2019-09-08Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasperMazdak Farrokhzad-0/+17
2019-09-07Turn `soft_unstable` into a future-compatibility lintVadim Petrochenkov-0/+3
2019-09-07Support "soft" feature-gating using a lintVadim Petrochenkov-0/+14
2019-09-07resolve: Mark more erroneous imports as usedVadim Petrochenkov-11/+29
2019-09-07Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkovMazdak Farrokhzad-50/+7
2019-09-07resolve: Adjust `hygienic_lexical_parent` to account for enum and trait modulesVadim Petrochenkov-0/+14
2019-09-07Rollup merge of #64233 - varkor:correct-pluralisation, r=estebankMazdak Farrokhzad-8/+8
2019-09-07Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkovMazdak Farrokhzad-114/+7
2019-09-07Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkovMazdak Farrokhzad-110/+164
2019-09-06Update ui testsvarkor-8/+8
2019-09-06Rollup merge of #64202 - alexreg:rush-pr-1, r=CentrilMazdak Farrokhzad-354/+354
2019-09-06Rollup merge of #63565 - Centril:deny-nll-migrate-mode, r=matthewjasperMazdak Farrokhzad-10/+11
2019-09-07Reduce span to function name in unreachable callsShiqing-13/+11
2019-09-06Refuse to downgrade NLL errors on Rust >= 2018.Mazdak Farrokhzad-10/+11
2019-09-06Rollup merge of #64161 - estebank:point-variant, r=CentrilMazdak Farrokhzad-0/+21
2019-09-06Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkovMazdak Farrokhzad-37/+682
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-354/+354
2019-09-05Bail out when encountering likely missing turbofish in parserEsteban Küber-114/+7
2019-09-05Remove rustc_diagnostic_macros featureMark Rousskov-50/+7
2019-09-05Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`Vadim Petrochenkov-86/+86
2019-09-05Move tests for unit tests to their own directoryMatthew Jasper-0/+0
2019-09-05Make use of hygiene in AST passesMatthew Jasper-24/+78