summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2022-08-05Fix backwards-compatibility check for tests with `+whole-archive`Daniel Sommermann-3/+30
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-2/+6
2022-06-09Stabilize the `bundle` native library modifierVadim Petrochenkov-4/+56
2022-05-18Properly apply path prefix remapping paths emitted into debuginfo.Michael Woerister-0/+82
2022-05-01Auto merge of #96549 - ouz-a:mir-opt, r=oli-obkbors-4/+0
2022-04-29remove and blessouz-a-4/+0
2022-04-28Add `@feat.00` symbol to symbols.o for COFFGary Guo-0/+12
2022-04-26Rollup merge of #96279 - GuillaumeGomez:remove-woff-fonts, r=camelid,jshaDylan DPC-3/+3
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-0/+32
2022-04-21Update run-make test front-files from .woff to .woff2Guillaume Gomez-3/+3
2022-04-18Add a test for issue 47384Gary Guo-0/+32
2022-04-13Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomezDylan DPC-3/+2
2022-04-12sess: try sysroot candidates for fluent bundleDavid Wood-1/+27
2022-04-06Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obkDylan DPC-0/+4
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-0/+53
2022-04-04fixed error, made function leaner and tighterouz-a-0/+4
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-3/+1
2022-03-27Improve alignment of additional scraped examples, add scrape examples help pageWill Crichton-2/+2
2022-03-27Only highlight identifier in scraped examples, not argumentsWill Crichton-3/+2
2022-02-11Add --scrape-tests flags so rustdoc can scrape examples from testsWill Crichton-1/+17
2022-02-08Rollup merge of #93568 - willcrichton:scrape-examples-leading-whitespace, r=C...Matthias Krüger-0/+16
2022-02-01Include all contents of first line of scraped itemWill Crichton-0/+16
2022-02-01Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisaMatthias Krüger-11/+54
2022-01-22Use an `indexmap` to avoid sorting `LocalDefId`spierwill-16/+16
2022-01-19Fix test directives; comment out calls broken on windows-gnuRichard Cobbe-5/+11
2022-01-18Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoeristerMatthias Krüger-2/+80
2022-01-12Call out to binutils' dlltool for raw-dylib on windows-gnu platforms.Richard Cobbe-2/+80
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-33/+34
2021-11-30Add --out-dir flag for rustdochi-rustin-0/+30
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-01Check for -static-pie support before testing supportAndy Caldwell-8/+49
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-28Enable combining +crt-static and relocation-model=pic on x86_64-unknown-linux...Andy Caldwell-2/+4
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