about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-925/+546
2019-04-18Use new `needs-(profiler|sanitizer)-support` compiletest directive to clean u...Michael Woerister-30/+20
2019-04-18Add codegen test that makes sure PGO instrumentation is emitted as expected.Michael Woerister-0/+20
2019-04-18Prefix PROFILER_SUPPORT and SANITIZER_SUPPORT test env vars with RUSTC_ to ma...Michael Woerister-14/+14
2019-04-18Update run-make PGO test to new commandline syntax.Michael Woerister-1/+1
2019-04-18Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertjbors-0/+14
2019-04-18Auto merge of #60048 - estebank:issue-54954, r=sanxiynbors-0/+35
2019-04-18Auto merge of #60051 - estebank:fn-sugg, r=davidtwcobors-15/+7
2019-04-17Give custom error for E0277 on `?` error caseEsteban Küber-6/+6
2019-04-17Point at try `?` on errors affecting the err match arm of the desugared codeEsteban Küber-6/+6
2019-04-17whitelist rtm x86 cpu featuretyler-1/+2
2019-04-18Add a test for unused const parametersvarkor-0/+14
2019-04-18Rollup merge of #60037 - eddyb:actually-its-param, r=estebankMazdak Farrokhzad-18/+18
2019-04-17Do not mention missing `PartialOrd` impl when involving uncalled fnsEsteban Küber-15/+7
2019-04-17Auto merge of #59527 - matklad:sized-index, r=Centrilbors-0/+23
2019-04-17Fix ICE on const evaluation of const methodEsteban Küber-0/+35
2019-04-17add a test for unsized indexAleksey Kladov-0/+23
2019-04-17Resolve inconsistency in error messages between "parameter" and "variable".Eduard-Mihai Burtescu-18/+18
2019-04-17Rollup merge of #59646 - JohnTitor:improve-wording, r=oli-obkMazdak Farrokhzad-18/+19
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-71/+72
2019-04-16Don't test json with color codes on windowsOliver Scherer-53/+54
2019-04-16fixing testsSaleem Jaffer-1/+1
2019-04-16Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichtonbors-8/+89
2019-04-16this panic occurs not just on Windows, normalize it away everywhereRalf Jung-6/+6
2019-04-16Rollup merge of #59993 - euclio:unused-ref-field, r=estebankMazdak Farrokhzad-0/+107
2019-04-16Rollup merge of #59992 - QuietMisdreavus:static-settings-path, r=GuillaumeGomezMazdak Farrokhzad-0/+4
2019-04-16Rollup merge of #59903 - estebank:after-main, r=oli-obkMazdak Farrokhzad-0/+49
2019-04-16Fix testsYuki OKUSHI-18/+19
2019-04-15normalize away some Windows-only panic printingRalf Jung-3/+15
2019-04-15include mode in unused binding suggestion spanAndy Russell-0/+107
2019-04-15Rollup merge of #59978 - ollie27:rustdoc_default, r=QuietMisdreavusMazdak Farrokhzad-15/+62
2019-04-15Rollup merge of #59648 - alex:must-use-result, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-04-15use --static-root-path for settings.jsQuietMisdreavus-0/+4
2019-04-15Update testJohn Kåre Alsaker-182/+186
2019-04-15Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of loopingJohn Kåre Alsaker-2/+2
2019-04-14rustdoc: Remove default keyword from re-exported trait methodsOliver Middleton-15/+62
2019-04-14Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011bors-1/+1
2019-04-14Rollup merge of #59936 - petrochenkov:confict, r=davidtwcoMazdak Farrokhzad-0/+12
2019-04-14Rollup merge of #59896 - estebank:dedup-spans, r=davidtwcoMazdak Farrokhzad-0/+27
2019-04-14Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddybMazdak Farrokhzad-3/+3
2019-04-14Address review commentsVadim Petrochenkov-0/+3
2019-04-14Fix cross-crate visibility of fictive variant constructorsVadim Petrochenkov-0/+9
2019-04-14huge-enum also exhibits this errorRalf Jung-0/+4
2019-04-14some more tests need normalizationRalf Jung-0/+12
2019-04-14normalize away spurious errorRalf Jung-3/+27
2019-04-14normalize flags and rustc version in ICE reproRalf Jung-2/+4
2019-04-14fix output test for backtrace-debuginfo.rsRalf Jung-2/+4
2019-04-14fix testsRalf Jung-0/+25
2019-04-14Update testsJohn Kåre Alsaker-3/+3
2019-04-14Auto merge of #59798 - rchaser53:issue-59488, r=estebankbors-0/+115