about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2021-04-20Auto merge of #84323 - richkadel:uncovered-functions, r=tmandrybors-2/+186
2021-04-19compute fn_sig span from body call_site, and use body ctxt, not rootRich Kadel-1/+1
2021-04-18Fixes the issue with uncovered source in async function bodiesRich Kadel-87/+69
2021-04-18DRAFT: coverage of async function bodies should match non-asyncRich Kadel-2/+204
2021-04-18Add coverage to continue statementsRich Kadel-2/+146
2021-04-05Update Source Serif to release 4.004Trevor Spiteri-4/+4
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-6/+1
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-72/+107
2021-04-02Simplify coverage testsRich Kadel-26664/+0
2021-04-02Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_...bors-288/+288
2021-04-01Simplify logical operations CFGAngelicosPhosphoros-288/+288
2021-03-31Auto merge of #83666 - Amanieu:instrprof-order, r=tmandrybors-34/+17
2021-03-30Apply review feedbackAmanieu d'Antras-77/+89
2021-03-30Run LLVM coverage instrumentation passes before optimization passesAmanieu d'Antras-113/+84
2021-03-26Fix #83045 by moving some crate loading verification code to a better place.Michael Woerister-0/+36
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-133/+2609
2021-03-23Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Yuki Okushi-2/+3
2021-03-19coverage bug fixes and optimization supportRich Kadel-133/+2609
2021-03-16Add test case for -Zinline-mir & -Zinstrument-coverageTomasz Miąsko-3/+992
2021-03-15Add support for compile-flags in coverage testsTomasz Miąsko-10/+6
2021-03-15Fix `src/test/run-make-fulldeps/issue-19371`hyd-dev-0/+1
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-3/+0
2021-03-09add integration tests, unwind across FFI boundarykatelyn a. martin-0/+150
2021-03-07Update Source Code Pro and include italicsTrevor Spiteri-2/+3
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-0/+19
2021-03-04Auto merge of #81451 - nikic:llvm-12, r=nagisabors-6/+5
2021-03-03Explicitly disable preinline during pgo-use testNikita Popov-5/+4
2021-03-03Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514Yuki Okushi-0/+67
2021-02-28Support LLVM 12 in rustcNikita Popov-1/+1
2021-02-23Add full test for rustdoc map fileGuillaume Gomez-0/+67
2021-02-23Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwcobors-0/+3
2021-02-23Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrumbors-42/+42
2021-02-21Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-sebors-155/+65
2021-02-20Update the bootstrap compilerJoshua Nelson-42/+42
2021-02-20Update LLVM to pull in fixes to llvm-dwpSimonas Kazlauskas-0/+3
2021-02-16Fix run-make-fulldeps testBenoît du Garreau-155/+65
2021-02-16Auto merge of #81734 - richkadel:fixfordash, r=pnkfelixbors-39/+21
2021-02-13Disabled SHELL=dash on Windows due to invalid path backslash handlingRich Kadel-0/+2
2021-02-11Re-blessed the partial_eq.rs coverage testRich Kadel-35/+5
2021-02-11Set SHELL = /bin/dash only if it existsRich Kadel-4/+11
2021-02-11Ensures `make` tests run under /bin/dash, like CI, and fixes a MakefileRich Kadel-4/+7
2021-02-10Borrow builder only once in debug deriveTomasz Miąsko-35/+32
2021-02-09Auto merge of #81384 - tmiasko:partial-ord, r=petrochenkovbors-1028/+0
2021-02-09./x.py test --blessTomasz Miąsko-1028/+0
2021-02-08Rollup merge of #71531 - spastorino:move-treat-err-as-bug-tests-to-ui, r=oli-obkMara Bos-14/+0
2021-02-07Remove treat-err-as-bug delay_span_bug test from run-make-fulldepsSantiago Pastorino-11/+0
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-0/+5
2021-02-07Remove treat-err-as-bug err test from run-make-fulldepsSantiago Pastorino-3/+0
2021-02-06path trimming: disable on src/test/run-make-fulldeps/coverage-spanviewDan Aloni-3794/+3796
2021-02-06path trimming: ignore type aliasesDan Aloni-33/+33