about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-09-05Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morseDylan DPC-0/+133
2020-09-05Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiserDylan DPC-0/+29
2020-09-05Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomezDylan DPC-0/+31
2020-09-05Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearthDylan DPC-0/+51
2020-09-05Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPCDylan DPC-0/+27
2020-09-05Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasperbors-0/+84
2020-09-05Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll...bors-0/+30
2020-09-05Auto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakisbors-6/+14
2020-09-04Bless changed test outputJack Huey-1/+1
2020-09-04Upgrade chalk to 0.21Jack Huey-6/+14
2020-09-04Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkovbors-0/+40
2020-09-04Misc cleanupJoshua Nelson-33/+51
2020-09-04Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandrybors-270/+1773
2020-09-04inliner: Add mir-opt tests for codegen attributes compatibilityTomasz Miąsko-0/+133
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-4384/+4402
2020-09-03Auto merge of #70793 - the8472:in-place-iter-collect, r=Amanieubors-1/+2
2020-09-03Add test for doc alias on associated const in trait implsGuillaume Gomez-0/+30
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-0/+72
2020-09-03avoid applying in-place collect specialization in type-length testThe8472-1/+2
2020-09-03Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macroAaron Hill-0/+40
2020-09-03Remove disambiguators from link textJoshua Nelson-0/+33
2020-09-03rustc_lint: avoid trimmed paths for ty_find_init_errorDan Aloni-5/+5
2020-09-03specialization_graph: avoid trimmed paths for OverlapErrorDan Aloni-71/+71
2020-09-03Tools, tests, and experimenting with MIR-derived coverage countersRich Kadel-270/+1773
2020-09-03Rollup merge of #76245 - tmiasko:inline-generators, r=ecstatic-morseDylan DPC-0/+18
2020-09-03Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morseDylan DPC-0/+58
2020-09-02Auto merge of #76160 - scileo:format-recovery, r=petrochenkovbors-42/+61
2020-09-02pretty: trim paths of unique symbolsDan Aloni-4460/+4478
2020-09-02Fold length constant in Rvalue::RepeatTomasz Miąsko-0/+29
2020-09-02Improve recovery on malformed format callSasha-42/+61
2020-09-01Rollup merge of #76218 - petrochenkov:shebang3, r=matkladTyler Mandry-8/+5
2020-09-01Rollup merge of #76206 - CDirkx:const-ipv6, r=ecstatic-morseTyler Mandry-0/+53
2020-09-01Rollup merge of #76143 - jyn514:duplicate-builtin-macros, r=petrochenkovTyler Mandry-3/+48
2020-09-01Rollup merge of #76126 - camelid:crate-list-font, r=GuillaumeGomezTyler Mandry-2/+2
2020-09-01Rollup merge of #76074 - richkadel:llvm-coverage-map-gen-6b.5.1, r=wesleywiserTyler Mandry-0/+215
2020-09-02inliner: Avoid query cycles when optimizing generatorsTomasz Miąsko-0/+18
2020-09-01Make all remaining methods of `std::net::Ipv4Addr` constChristiaan Dirkx-1/+18
2020-09-02lexer: Tiny improvement to shebang detectionVadim Petrochenkov-8/+5
2020-09-01Use "Fira Sans" for crate list fontCamelid-2/+2
2020-09-01Auto merge of #76010 - Aaron1011:fix/cfg-generic-param, r=petrochenkovbors-0/+251
2020-09-01Add test for `Ipv4Addr` methods in a const contextChristiaan Dirkx-0/+41
2020-09-01Add trailing newline to `ipv6.rs`CDirkx-1/+1
2020-09-01Add test for `Ipv6Addr` methods in a const contextCDirkx-0/+53
2020-09-01Auto merge of #75529 - bugadani:bounds-check, r=nagisabors-0/+56
2020-09-01Give a better error message for duplicate built-in macrosJoshua Nelson-3/+48
2020-08-31Add new `-Z dump-mir-spanview` optionRich Kadel-0/+215
2020-08-31Rollup merge of #76172 - ecstatic-morse:revert-75463, r=RalfJungTyler Mandry-15/+0
2020-08-31Rollup merge of #76139 - CDirkx:cow-is-borrowed, r=ecstatic-morseTyler Mandry-0/+15
2020-09-01Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkovbors-88/+203
2020-09-01Add a test for constCDirkx-0/+15