about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-25Update ui testsGuillaume Gomez-3/+30
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 #64256 - smaeul:patch/powerpc64-tests, r=alexcrichtonMazdak Farrokhzad-11/+12
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-09test/c-variadic: Fix patterns on powerpc64Samuel Holland-11/+12
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-248/+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 #64267 - ehuss:rustdoc-fix-mixed-code-block, r=GuillaumeGomezMazdak Farrokhzad-0/+26
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-217/+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-08Rollup merge of #64052 - ranweiler:debuginfo-boxed-struct-64050, r=alexcrichtonMazdak Farrokhzad-8/+8
2019-09-07Turn `soft_unstable` into a future-compatibility lintVadim Petrochenkov-0/+3
2019-09-07rustdoc: fix diagnostic with mixed code block stylesEric Huss-0/+26
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-136/+32
2019-09-07Rollup merge of #64149 - eddyb:llvm-var-names, r=rkruppeMazdak Farrokhzad-0/+15
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 #64067 - Mark-Simulacrum:valgrind-dyn, r=alexcrichtonMazdak Farrokhzad-17/+0
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-06rustc_codegen_llvm: give names to non-alloca variable values.Eduard-Mihai Burtescu-0/+15
2019-09-06Refuse to downgrade NLL errors on Rust >= 2018.Mazdak Farrokhzad-10/+11