summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-07-27Disable lints in rustdocOliver Middleton-0/+4
2018-07-26For some reason, on my linux box, using `-Zverbose` here is causing a linker ...Felix S. Klock II-1/+1
2018-07-26Regression test for issue.Felix S. Klock II-0/+88
2018-07-25fix beta backportPietro Albini-2/+2
2018-07-25add failure-status to rustdoc doctest ui testQuietMisdreavus-9/+10
2018-07-25normalize test output so it can be run from repo rootQuietMisdreavus-10/+14
2018-07-25update stdout file with test path normalizationQuietMisdreavus-10/+10
2018-07-25report doctest compile failures correctlyQuietMisdreavus-3/+19
2018-07-25add ui test for failing doctestQuietMisdreavus-0/+40
2018-07-22Abort instead of UB if promotion failsOliver Schneider-0/+38
2018-07-14add test for #52213Ariel Ben-Yehuda-0/+24
2018-07-14Fix rustdoc run failures by shutting down definitely some lintsGuillaume Gomez-0/+24
2018-07-12rustdoc: Hide struct and enum variant constructor importsOliver Middleton-0/+25
2018-07-05Do not allow LLVM to increase a TLS's alignment on macOS.kennytm-0/+55
2018-07-05Fix macro missing from doc searchGuillaume Gomez-0/+20
2018-06-28actually fix testmark-1/+1
2018-06-28fix testmark-4/+7
2018-06-28Prohibit global_allocator in submodules for nowMark Mansi-1/+9
2018-06-28Attempt to fix hygiene for global_allocatorMark Mansi-0/+37
2018-06-27use `pat_ty_adjusted` from `expr_use_visitor` to type of argumentsNiko Matsakis-0/+42
2018-06-27Don't use `ParamEnv::reveal_all()` if there is a real one availableOliver Schneider-0/+28
2018-06-20Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom...bors-0/+48
2018-06-19Suggest that values are dropped in the opposite order they are definedSantiago Pastorino-0/+48
2018-06-19Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppebors-0/+30
2018-06-19Auto merge of #51275 - pnkfelix:nll-diagnostics-revise-check-access-permissio...bors-112/+258
2018-06-19Auto merge of #51543 - SimonSapin:oom, r=SimonSapinbors-7/+11
2018-06-19Update the error message for a missing global allocatorSimon Sapin-1/+1
2018-06-19Add a UI test for the missing allocator error messageSimon Sapin-0/+30
2018-06-19Add unit test for case that didn't seem to be covered in existing UI testsFelix S. Klock II-0/+46
2018-06-19Update the existing compile-fail tests to reflect diagnostic changes in NLL.Felix S. Klock II-1/+8
2018-06-19Update the existing UI tests to reflect diagnostic changes in NLL.Felix S. Klock II-5/+38
2018-06-19updates to compile-fail tests for changes to NLL.Felix S. Klock II-3/+3
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-103/+163
2018-06-19Auto merge of #50383 - stevepentland:union-derive, r=oli-obkbors-0/+52
2018-06-19Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=n...bors-0/+49
2018-06-18Add ability to apply custom derive to union types.Steve Pentland-0/+52
2018-06-18Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakisbors-15/+15
2018-06-18Rename OOM to allocation errorSimon Sapin-7/+11
2018-06-18Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelixbors-8/+6
2018-06-18Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelixbors-114/+300
2018-06-17Auto merge of #51392 - glaubitz:powerpc-tests, r=petrochenkovbors-8/+32
2018-06-17test: Ignore some problematic tests on powerpc and powerpc64*John Paul Adrian Glaubitz-8/+32
2018-06-17Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch...bors-0/+26
2018-06-17Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavusbors-2/+50
2018-06-16Auto merge of #51594 - eddyb:issue-51582, r=nagisabors-0/+27
2018-06-16Auto merge of #51584 - QuietMisdreavus:globs-and-crosses, r=ollie27bors-0/+36
2018-06-16rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums.Eduard-Mihai Burtescu-0/+27
2018-06-16Auto merge of #51562 - SimonSapin:transparent, r=cramertjbors-35/+3
2018-06-16Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakisbors-1/+1
2018-06-15process cross-crate glob re-exportsQuietMisdreavus-0/+36