about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-02-17Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnrGuillaume Gomez-18/+67
2021-02-16Rollup merge of #82175 - RalfJung:invalid-fn-ptr, r=oli-obkGuillaume Gomez-10/+37
2021-02-16Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeG...Guillaume Gomez-1/+2
2021-02-16add testRalf Jung-10/+37
2021-02-16Auto merge of #81734 - richkadel:fixfordash, r=pnkfelixbors-39/+21
2021-02-15Add long explanation for E0545Jesus Rubio-1/+2
2021-02-15Rollup merge of #82141 - jrvanwhy:issue-82052, r=sanxiynJonas Schievink-0/+9
2021-02-15Rollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpun, r=oli-obkJonas Schievink-0/+24
2021-02-15Rollup merge of #82061 - RalfJung:ctfe-read-pointer-as-bytes, r=oli-obkJonas Schievink-1/+1
2021-02-15Rollup merge of #82009 - BoxyUwU:idontknooow, r=varkorJonas Schievink-0/+35
2021-02-15Rollup merge of #81897 - vandenheuvel:match_exhaustive_diagnostics_regression...Jonas Schievink-0/+29
2021-02-15Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebankJonas Schievink-0/+22
2021-02-1432-bit ARM: Emit `lr` instead of `r14` when specified as an `asm!` output reg...Johnathan Van Why-0/+9
2021-02-14Rollup merge of #82056 - b-naber:mut_for_loop_bug, r=oli-obkDylan DPC-0/+30
2021-02-14Rollup merge of #81927 - vandenheuvel:issue_32498, r=Mark-SimulacrumDylan DPC-0/+16
2021-02-14Rollup merge of #81914 - kper:fixing-81885, r=estebankDylan DPC-8/+27
2021-02-14Rollup merge of #81912 - sexxi-goose:Migrations2_review, r=nikomatsakisDylan DPC-0/+232
2021-02-14Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514Dylan DPC-0/+53
2021-02-14Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwcoDylan DPC-6/+31
2021-02-13Improve error and help messagesCamelid-44/+44
2021-02-14update messageHenry Boisdequin-2/+4
2021-02-13Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-sebors-29/+26
2021-02-13a wild test has appeared uwuEllen-0/+24
2021-02-13Heat up the ICE-y error reportingEllen-0/+35
2021-02-13CTFE validation: catch ReadPointerAsBytes and better errorRalf Jung-1/+1
2021-02-13Add match pattern diagnostics regression testBram van den Heuvel-0/+29
2021-02-13add testb-naber-0/+30
2021-02-13Disabled SHELL=dash on Windows due to invalid path backslash handlingRich Kadel-0/+2
2021-02-13Rollup merge of #82040 - GuillaumeGomez:ensure-src-link, r=CraftSpiderYuki Okushi-0/+6
2021-02-13Rollup merge of #81995 - 0yoyoyo:fix-issue-81650-explicit-lifetime-error, r=e...Yuki Okushi-0/+64
2021-02-13Rollup merge of #81900 - vandenheuvel:organize_trait_tests, r=Mark-SimulacrumYuki Okushi-285/+285
2021-02-12Rollup merge of #81911 - BoxyUwU:constgenericgaticefix, r=nikomatsakisDylan DPC-0/+71
2021-02-12Rollup merge of #81506 - vo4:hwasan, r=nagisaDylan DPC-1/+20
2021-02-12Rollup merge of #81479 - osa1:issue24151, r=lcnrDylan DPC-7/+29
2021-02-12Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomezDylan DPC-1/+1
2021-02-12Add test to prevent src link regressionGuillaume Gomez-0/+6
2021-02-12Add nll test0yoyoyo-0/+17
2021-02-12Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-hellerYuki Okushi-5/+26
2021-02-12Rollup merge of #81990 - matsujika:suggest-mut-reference, r=estebankYuki Okushi-0/+56
2021-02-12Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelidYuki Okushi-1/+19
2021-02-12Update .stderrKevin Per-2/+128
2021-02-11Fix private intra-doc warnings on associated itemsJoshua Nelson-5/+26
2021-02-11Fix injected errors when running doctests on a crate named after a keywordJoshua Nelson-1/+1
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-11Auto merge of #81760 - tmiasko:debug-borrow, r=pnkfelixbors-35/+32
2021-02-12Fix suggestion to introduce explicit lifetime0yoyoyo-0/+47
2021-02-11Make suggestion of changing mutability of arguments broaderHirochika Matsumoto-0/+56
2021-02-10resolve: Remove visibility hacks for enum variants and trait itemsVadim Petrochenkov-41/+69