about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-12-15Fix regression in resolution of primitive typesVadim Petrochenkov-0/+20
2016-12-14Auto merge of #38332 - bluss:copy-prop-arguments, r=eddybbors-0/+34
2016-12-13Auto merge of #38325 - frewsxcv:rollup, r=frewsxcvbors-0/+786
2016-12-12Rollup merge of #38202 - michaelwoerister:closure-ich-test, r=nikomatsakisCorey Farwell-0/+786
2016-12-12incr.comp.: Avoid creating an edge to DepNode::Krate when generating debuginf...Michael Woerister-0/+40
2016-12-12Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakisbors-20/+45
2016-12-11Auto merge of #38265 - bluss:mir-deaggregator-loop, r=nagisabors-0/+105
2016-12-11mir: Allow copy-propagation of function argumentsUlrik Sverdrup-0/+34
2016-12-11Auto merge of #38272 - michaelwoerister:incr-symbol-visibility, r=nikomatsakisbors-0/+42
2016-12-11Auto merge of #38249 - arielb1:special-substs, r=nikomatsakisbors-0/+41
2016-12-11Auto merge of #38250 - michaelwoerister:trait-methods-in-reachable, r=alexcri...bors-0/+57
2016-12-10Auto merge of #38239 - jseyfried:fix_doc_tests_on_macros, r=eddybbors-0/+18
2016-12-10Auto merge of #37780 - GuillaumeGomez:E0571, r=nikomatsakisbors-0/+13
2016-12-09Add UI test for missing type parameterKeith Yeung-0/+25
2016-12-09incr.comp.: Add test case for symbol visibility changesMichael Woerister-0/+42
2016-12-09mir: Reinstate while loop in deaggregator passUlrik Sverdrup-0/+105
2016-12-09Auto merge of #38192 - stjepang:faster-sort-algorithm, r=blussbors-67/+92
2016-12-08Change error to E0572Guillaume Gomez-1/+1
2016-12-08Add E0571 testGuillaume Gomez-0/+13
2016-12-08Extend middle::reachable to also consider provided trait methods.Michael Woerister-0/+57
2016-12-08Auto merge of #38195 - rkruppe:llvm-pass-name-fwdcompat, r=alexcrichtonbors-2/+12
2016-12-08Fix doc-tests on exported `macro_rules!`.Jeffrey Seyfried-0/+18
2016-12-07Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddybbors-11/+11
2016-12-07Implement a faster sort algorithmStjepan Glavina-67/+92
2016-12-07Rollup merge of #38085 - estebank:empty-import-list-fix-38012, r=jseyfriedGuillaume Gomez-3/+9
2016-12-07remove useless lifetimes on LateLintPass impl methodsOliver Schneider-6/+6
2016-12-07remove useless lifetime outlives boundsOliver Schneider-14/+14
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-0/+1
2016-12-06ICH: Add missing annotations for struct constructor expr test case.Michael Woerister-0/+12
2016-12-06ICH: Add test case for enum constructor expressions.Michael Woerister-0/+387
2016-12-06ICH: Add test case for indexing expressions.Michael Woerister-0/+157
2016-12-06ICH: Add test case sensitive to function bodies in metadata.Michael Woerister-0/+86
2016-12-06ICH: Add test case for closure expressions.Michael Woerister-0/+144
2016-12-06[LLVM 4.0] test/run-make/llvm-pass/Robin Kruppe-2/+12
2016-12-06Auto merge of #37994 - upsuper:msvc-link-opt, r=alexcrichtonbors-2/+2
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-53/+222
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-7/+7
2016-12-05Warn when an import list is emptyEsteban Küber-3/+9
2016-12-05Annotate more tests with kind="static"Vadim Chugunov-8/+8
2016-12-06Auto merge of #38121 - jonathandturner:better_e0061, r=nikomatsakisbors-28/+27
2016-12-05Auto merge of #38117 - michaelwoerister:hidden-symbols, r=alexcrichtonbors-2/+127
2016-12-05Make symbol-visibility test case work on all platforms.Michael Woerister-9/+33
2016-12-05Add test case for symbol visibility in dylibs.Michael Woerister-0/+101
2016-12-05Refactor symbol export list generation.Michael Woerister-2/+2
2016-12-05Auto merge of #38107 - keeperofdakeys:proc-macro-test, r=alexcrichtonbors-3/+11
2016-12-05Auto merge of #38093 - mikhail-m1:stack-overflow, r=arielb1bors-0/+26
2016-12-05erase lifetimes when translating specialized substsAriel Ben-Yehuda-0/+41
2016-12-04Disable ICF opt of MSVC for non-opt buildXidorn Quan-2/+2
2016-12-04Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrcbors-43/+93
2016-12-04Auto merge of #37920 - nikomatsakis:compile-time-regression-37864, r=mwbors-0/+98