about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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
2016-11-20Add regression test.Jeffrey Seyfried-0/+42
2016-11-18Auto merge of #37776 - nrc:save-double-angle, r=@brsonbors-0/+6
2016-11-18Add regression test.Jeffrey Seyfried-0/+43
2016-11-18save-analysis: handle << and >> operators inside [] in typesNick Cameron-0/+6
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-0/+184
2016-11-14test: Move missing-items to a ui testAlex Crichton-46/+0
2016-11-10tests: fix fallout in flowgraph graphviz comparison dot files.Eduard Burtescu-26/+78
2016-11-09Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats...Eduard-Mihai Burtescu-0/+46
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-1/+0
2016-11-05Include type of missing trait methods in errorEsteban Küber-0/+46
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+0
2016-10-31rustc: Add knowledge of Windows subsystems.Alex Crichton-0/+34
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-8/+2
2016-10-24Adapt rmake-test to new naming scheme for internal symbols.Michael Woerister-4/+4
2016-10-19Rollup merge of #37182 - alexcrichton:appveyor, r=brsonEduard-Mihai Burtescu-3/+0
2016-10-14Add AppVeyor configuration to the repoAlex Crichton-3/+0
2016-10-14test: Don't write files into the source treeAlex Crichton-5/+11
2016-10-07Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrcbors-8/+8
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-8/+8
2016-10-06Rollup merge of #36832 - ParkHanbum:master, r=michaelwoeristerJonathan Turner-5/+29