summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2021-11-11Auto merge of #83846 - torhovland:issue-10971, r=davidtwcobors-0/+10
2021-11-10Changing cdylib to staticlib, as the former doesn't work with arm-none-eabi-gcc.Tor Hovland-4/+1
2021-11-07There is a -Clinker='arm-none-eabi-gcc' that seems to be causing trouble.Tor Hovland-0/+3
2021-11-07Almost all the other tests use '-include', so we'll do too.Tor Hovland-1/+1
2021-11-07Improve error when an .rlib can't be parsedJoshua Nelson-0/+8
2021-11-07Made temps-dir an unstable option.Tor Hovland-2/+2
2021-11-05Added a regression test.Tor Hovland-0/+10
2021-11-04Move rustdoc-scrape-examples-macros test to run-make-fulldepsWill Crichton-95/+0
2021-11-04Fix ICE when rustdoc is scraping examples inside of a proc macroWill Crichton-0/+95
2021-11-04Sort scraped call locations before serializingWill Crichton-3/+12
2021-11-01Rollup merge of #90349 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+10
2021-10-30Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkovbors-3/+0
2021-10-29Fix rare ICE during typeck in rustdoc scrape_examplesWill Crichton-0/+10
2021-10-28Add -Zunstable-options instead of featureMateusz Mikuła-3/+0
2021-10-23Repace use of `static_nobundle` with `native_link_modifiers`Mateusz Mikuła-1/+1
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+76
2021-10-09Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillotbors-0/+13
2021-10-09Add a test that -Zquery-dep-graph -Zdump-dep-graph worksMark Rousskov-0/+13
2021-10-08Add test for ordering of examples, simplify with single scrape.mk fileWill Crichton-40/+49
2021-10-08Add test for prev/back arrows + examples across multiple filesWill Crichton-0/+32
2021-10-08Move more scrape-examples logic from JS to rustWill Crichton-2/+2
2021-10-07Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoeristerJubilee-0/+45
2021-10-06Change serialized format to use DefPathHash instead of custom StringWill Crichton-1/+1
2021-10-06Add target crates as inputs to reduce size of intermediatesWill Crichton-0/+35
2021-10-02Run the #85441 regression test on MSVC onlySimonas Kazlauskas-1/+1
2021-10-02Add test for checking if WS2_32.dll is linkedChristiaan Dirkx-0/+10
2021-09-20Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli...Richard Cobbe-0/+45
2021-09-07Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc...bors-0/+87
2021-09-07Add test case for no-bundle/whole-archive native libs linking.Michael Woerister-0/+87
2021-09-03Auto merge of #88482 - athei:add-import-test, r=the8472bors-0/+30
2021-08-30Add regression test for a spurious importAlexander Theißen-0/+30
2021-08-27Don't use `guess_head_span` in `predicates_of` for foreign spanAaron Hill-0/+30
2021-08-24Update testsinquisitivecrystal-3/+0
2021-08-19Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...Erik Desjardins-1/+0
2021-08-17Auto merge of #88056 - erikdesjardins:revertzst, r=oli-obkbors-0/+1
2021-08-15Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"Erik Desjardins-0/+1
2021-08-15Add `--target` flag to `issue-85019-moved-src-dir`Aaron Hill-4/+4
2021-08-15Copy over run-make ignores from issue-83112-incr-test-moved-fileAaron Hill-0/+3
2021-08-15Include (potentially remapped) working dir in crate hashAaron Hill-0/+31
2021-08-07Run RemoveZsts at mir-opt-level=1Erik Desjardins-1/+0
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-2/+0
2021-07-21Rename force-warns to force-warnRyan Levick-2/+2
2021-07-09Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows...Richard Cobbe-2/+236
2021-07-02add track_path::path fn for proc-macro usageBernhard Schuster-0/+31
2021-06-21Add test showing different KIND parameters change hashJeremy Fitzhardinge-1/+12
2021-06-21In --emit KIND=PATH options, only hash KINDJeremy Fitzhardinge-0/+27
2021-06-10gcc-lld mvp1000teslas-0/+10
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-0/+73
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-0/+3
2021-06-03Add run-make test testing flag stabilityRyan Levick-0/+3