about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-02-09Auto merge of #39265 - est31:master, r=petrochenkovbors-18/+0
2017-02-09Auto merge of #39586 - arielb1:packed-values, r=eddybbors-0/+29
2017-02-08Rollup merge of #39653 - JanZerebecki:test-issue-27433, r=alexcrichtonCorey Farwell-0/+15
2017-02-08Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichtonCorey Farwell-0/+40
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+159
2017-02-08sanitizer-dylib: only run where std for x86_64-linux is availableJorge Aparicio-1/+5
2017-02-08fix the sanitizer-dylib test on non x86_64 linux hostsJorge Aparicio-1/+1
2017-02-08build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio-49/+4
2017-02-08sanitizer supportJorge Aparicio-0/+200
2017-02-08emit "align 1" metadata on loads/stores of packed structsAriel Ben-Yehuda-0/+29
2017-02-08Add test for #27433Jan Zerebecki-0/+15
2017-02-08Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcric...Corey Farwell-0/+21
2017-02-08Rollup merge of #39582 - nikomatsakis:incr-comp-issue-39569, r=michaelwoeristerCorey Farwell-0/+38
2017-02-08Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichtonCorey Farwell-10/+9
2017-02-08Rollup merge of #39462 - emilio:improper-ctypes, r=nikomatsakisCorey Farwell-0/+40
2017-02-08Stabilize static in constest31-18/+0
2017-02-08Add more test for rustdoc --testGuillaume Gomez-0/+21
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-1/+1
2017-02-07Rollup merge of #39361 - cengizIO:master, r=arielb1Corey Farwell-43/+59
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-10/+9
2017-02-06Revert "Add 128-bit atomics"Alex Crichton-9/+1
2017-02-06rustdoc: Improve impl disambiguationOliver Middleton-0/+40
2017-02-06fix case where some edges can't be recreated by expanding the graphNiko Matsakis-1/+1
2017-02-06regr testNiko Matsakis-0/+38
2017-02-06Auto merge of #39500 - michaelwoerister:fix-ich-testing, r=nikomatsakisbors-27/+183
2017-02-05Auto merge of #38897 - nikomatsakis:issue-32330-followup, r=arielb1bors-30/+88
2017-02-05make lifetimes that only appear in return type early-boundNiko Matsakis-30/+88
2017-02-05Rollup merge of #39530 - TimNN:more-gdb, r=alexcrichtonCorey Farwell-10/+10
2017-02-05Rollup merge of #39526 - canndrew:uninhabited-while-let-fix, r=arielb1Corey Farwell-0/+8
2017-02-05Rollup merge of #39519 - nagisa:more-snap, r=alexcrichtonCorey Farwell-10/+0
2017-02-05Rollup merge of #39443 - phungleson:remove-unresolved-things, r=nikomatsakisCorey Farwell-0/+29
2017-02-05Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfriedCorey Farwell-62/+78
2017-02-05Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakisCorey Farwell-0/+51
2017-02-05Rollup merge of #38959 - Amanieu:atomic128, r=alexcrichtonCorey Farwell-1/+9
2017-02-05Auto merge of #38161 - durka:rustdoc-crate-attrs, r=alexcrichtonbors-0/+110
2017-02-05Update pretty test for derive attributesJosh Driver-51/+65
2017-02-05Auto merge of #38103 - zackmdavis:lint_errors_resulting_from_lint_groups_or_w...bors-51/+217
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-9/+11
2017-02-05Rename CustomDerive to ProcMacroDerive for macros 1.1Josh Driver-5/+5
2017-02-04Add a new ui test and update existing onesCengiz Can-58/+70
2017-02-04Remove extra newlines from expectation filesCengiz Can-2/+0
2017-02-04Improve error message for uninferrable types #38812Cengiz Can-30/+36
2017-02-04Auto merge of #38426 - vadimcn:nobundle, r=alexcrichtonbors-0/+108
2017-02-04note wording: lint implied by lint group, not lint group implies lintZack M. Davis-12/+12
2017-02-04make lint-group-style test a UI rather than a compile-fail testZack M. Davis-51/+103
2017-02-04note lint group set on command line triggering individual lintZack M. Davis-1/+89
2017-02-04note individual lint name set via lint group attribute in notesZack M. Davis-15/+41
2017-02-04ignore more gdb versions with buggy rust supportTim Neumann-10/+10
2017-02-04Uninhabited while-let pattern fixAndrew Cann-0/+8
2017-02-04Expand defaulted unit testAndrew Cann-0/+15