about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-04-30refactor the handling of lvalue opsAriel Ben-Yehuda-0/+20
2017-04-29Rollup merge of #41637 - eddyb:used-not-dead, r=petrochenkovCorey Farwell-0/+17
2017-04-29Don't ever warn about #[used] items being dead code.Eduard-Mihai Burtescu-0/+17
2017-04-29Auto merge of #39291 - Freyskeyd:check_context_E0423, r=petrochenkovbors-7/+54
2017-04-29Auto merge of #41564 - gaurikholkar:master, r=nikomatsakisbors-3/+55
2017-04-28Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakisbors-0/+76
2017-04-28refac Move levenchstein before context dependent checkFreyskeyd-7/+54
2017-04-28Auto merge of #41575 - alexcrichton:android-qemu-server, r=TimNNbors-1/+12
2017-04-28Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichtonbors-7/+59
2017-04-28Disable path remapping test on Windows.Michael Woerister-0/+1
2017-04-28Adding documentation, indentation fixesgaurikholkar-4/+7
2017-04-28Disable ref hint for pattern in let and adding ui-tests.gaurikholkar-3/+52
2017-04-28Rollup merge of #41583 - arielb1:cross-constant, r=eddybCorey Farwell-0/+38
2017-04-27travis: Parallelize tests on AndroidAlex Crichton-1/+12
2017-04-28Auto merge of #41591 - frewsxcv:rollup, r=frewsxcvbors-18/+84
2017-04-27Rollup merge of #41578 - arielb1:missing-adjustment, r=eddybCorey Farwell-0/+26
2017-04-27Rollup merge of #41523 - estebank:moved, r=arielb1Corey Farwell-18/+58
2017-04-27Auto merge of #41529 - bitshifter:issue-41479, r=eddybbors-0/+18
2017-04-27don't ICE on cross-crate associated const type mismatchAriel Ben-Yehuda-0/+38
2017-04-27typeck: resolve type vars before calling `try_index_step`Ariel Ben-Yehuda-0/+26
2017-04-27Auto merge of #41433 - estebank:constructor, r=michaelwoeristerbors-1/+1
2017-04-27Auto merge of #37860 - giannicic:defaultimpl, r=nagisabors-0/+1061
2017-04-26Rollup merge of #41550 - wesleywiser:fix_33287, r=estebankAriel Ben-Yehuda-0/+18
2017-04-26Rollup merge of #41501 - GuillaumeGomez:invalid_module_location, r=jseyfriedAriel Ben-Yehuda-0/+56
2017-04-26 support `default impl` for specializationGianni Ciccarelli-11/+11
2017-04-26Make codegen test for remap-path-prefix more thorough.Michael Woerister-5/+34
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-7/+29
2017-04-26Auto merge of #41352 - kennytm:macos-sanitizers, r=alexcrichtonbors-18/+27
2017-04-25Point at variable moved by closureEsteban Küber-18/+58
2017-04-25Add a regression test for ICE #33287Wesley Wiser-0/+18
2017-04-25Parse trait object types starting with a lifetime boundVadim Petrochenkov-0/+76
2017-04-25Fix object safety violations in the testVadim Petrochenkov-23/+48
2017-04-25privacy: Rename and cleanup PrivacyVisitorVadim Petrochenkov-2/+2
2017-04-25Check privacy of trait items in all contextsVadim Petrochenkov-76/+111
2017-04-25Added test for #41479 from @eddyb.Cameron Hart-0/+18
2017-04-25Do not check if libclang_rt.?san_*_dynamic.dylib is an unstable crate.kennytm-3/+4
2017-04-25Add ui testsGuillaume Gomez-0/+14
2017-04-25 support `default impl` for specializationGianni Ciccarelli-0/+125
2017-04-25Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm-15/+23
2017-04-24Auto merge of #40123 - TimNN:llvm40, r=alexcrichtonbors-2/+23
2017-04-24Remove strip prefixGuillaume Gomez-1/+1
2017-04-24Add tests for module suggestionsGuillaume Gomez-0/+42
2017-04-24support `default impl` for specializationGianni Ciccarelli-0/+936
2017-04-24Feature gate in test.Without Boats-0/+2
2017-04-24Style.Without Boats-3/+3
2017-04-24Add compile-fail test.Without Boats-0/+26
2017-04-23FIN: ignore failing test on emscripten, see #41299Tim Neumann-0/+2
2017-04-23FIN: disable backtrace printing for panic-runtime/abort* on ARMTim Neumann-2/+21
2017-04-23rustc_const_eval: support all unit enum variants.Eduard-Mihai Burtescu-9/+108
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-6/+0