about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-10-04dont run these tests on targets that default to panic=abort.Felix S. Klock II-0/+2
2019-10-03Update issue-64655-extern-rust-must-allow-unwind.rsFelix S Klock II-1/+0
2019-10-03Apply suggestions from code reviewFelix S Klock II-4/+4
2019-10-02fix typoFelix S Klock II-1/+1
2019-10-02Regression tests for issue 64655.Felix S. Klock II-0/+145
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-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-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
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-40/+685
2019-09-06Rollup merge of #64094 - kawa-yoiko:rustdoc-search, r=GuillaumeGomezMazdak Farrokhzad-0/+163
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-354/+354
2019-09-05Fix testEsteban Küber-22/+25
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
2019-09-05Rollup merge of #64157 - gilescope:opaque-type-location, r=cramertj,CentrilMazdak Farrokhzad-2/+2
2019-09-05Rollup merge of #64083 - estebank:tweak-e0308, r=oli-obkMazdak Farrokhzad-13/+86
2019-09-05Rollup merge of #64063 - JohnTitor:fix-const-err, r=oli-obkMazdak Farrokhzad-49/+468
2019-09-05Rollup merge of #64041 - matklad:token-stream-tt, r=petrochenkovMazdak Farrokhzad-3/+3
2019-09-05Rollup merge of #63930 - estebank:rustdoc-ice, r=GuillaumeGomezMazdak Farrokhzad-0/+32
2019-09-05or-patterns: fix fallout from #664128.Mazdak Farrokhzad-34/+19
2019-09-05or-patterns: fix pprust-expr-roundtrip due to AST change.Mazdak Farrokhzad-3/+3