about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2017-03-10rustc: Exit quickly on only `--emit dep-info`Alex Crichton-0/+19
2017-03-10Refactor out `ast::ItemKind::MacroDef`.Jeffrey Seyfried-0/+1
2017-03-08fix UB in repr(packed) testsTim Neumann-1/+23
2017-03-04run-make on MSVC: Do not generate object files in the source directoryVadim Petrochenkov-1/+1
2017-03-02Rollup merge of #40173 - er-1:master, r=alexcrichtonGuillaume Gomez-2/+2
2017-03-01Auto merge of #39803 - brson:fpic, r=alexcrichtonbors-0/+24
2017-03-01Don't run test on darwinAlex Crichton-2/+6
2017-03-01Add a reference to the dl library to the Makefile of the test issue-24445.er-1-2/+2
2017-02-25Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakisEduard-Mihai Burtescu-32/+32
2017-02-21test: Verify all sysroot crates are unstableAlex Crichton-0/+34
2017-02-18Add tests for control flow in while conditionTaylor Cramer-32/+32
2017-02-15Add a test that -fPIC is appliedBrian Anderson-0/+20
2017-02-14Rollup merge of #39785 - alexcrichton:no-thread-sanitizer, r=japaricCorey Farwell-31/+0
2017-02-13test: Remove sanitizer-thread testAlex Crichton-31/+0
2017-02-11Add tested item in the rustdoc --test outputGuillaume Gomez-1/+1
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/+187
2017-02-06Revert "Add 128-bit atomics"Alex Crichton-9/+1
2017-02-05Rollup merge of #38959 - Amanieu:atomic128, r=alexcrichtonCorey Farwell-1/+9
2017-02-04Auto merge of #38426 - vadimcn:nobundle, r=alexcrichtonbors-0/+95
2017-02-03Don't link "nobundle" libs which had already been included in upstream crate.Vadim Chugunov-17/+49
2017-02-03Update run-make/issue-22131 to new rustdoc --test formatGuillaume Gomez-1/+1
2017-01-19Feature gateVadim Chugunov-0/+1
2017-01-19Implement the "static-nobundle" library kind (RFC 1717).Vadim Chugunov-0/+62
2017-01-10Add 128-bit atomicsAmanieu d'Antras-1/+9
2017-01-09trans: Treat generics like regular functions, not like #[inline] functions du...Michael Woerister-18/+43
2017-01-04Auto merge of #38783 - alexcrichton:stabilize-proc-macro, r=nikomatsakisbors-7/+0
2017-01-02rustc: Stabilize the `proc_macro` featureAlex Crichton-7/+0
2017-01-01Fix pre-cfg_attr notation in commentest31-1/+1
2016-12-28rustc: always print nested nodes where a HIR map is available.Eduard-Mihai Burtescu-7/+7
2016-12-28hir: lower `ImplicitSelf` to resolved `Self` TyQPath's.Eduard-Mihai Burtescu-2/+3
2016-12-23Fix rustdoc ICE.Jeffrey Seyfried-0/+57
2016-12-08Auto merge of #38195 - rkruppe:llvm-pass-name-fwdcompat, r=alexcrichtonbors-2/+12
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-10/+8
2016-12-05Annotate more tests with kind="static"Vadim Chugunov-8/+8
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-04Disable ICF opt of MSVC for non-opt buildXidorn Quan-2/+2
2016-12-02rustc: add basic test for --print target-specDoug Goldstein-0/+1
2016-12-01Remove the "linked_from" feature.Vadim Chugunov-2/+0
2016-11-23Auto merge of #37908 - nrc:save-def, r=eddybbors-0/+539
2016-11-23Fix a bunch of bugs shown by the testNick Cameron-3/+1
2016-11-23Add a testNick Cameron-0/+541
2016-11-21Auto merge of #37824 - jseyfried:symbols, r=eddybbors-1/+2
2016-11-21Fix fallout in `rustdoc` and tests.Jeffrey Seyfried-1/+2