about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-05-07Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandrybors-65/+102
2021-05-07Auto merge of #85022 - JohnTitor:rollup-2q4706v, r=JohnTitorbors-470/+689
2021-05-07Rollup merge of #84990 - GuillaumeGomez:sort-rustdoc-gui-tests, r=Mark-Simula...Yuki Okushi-1/+6
2021-05-07Rollup merge of #84972 - RalfJung:null-ptr-msg, r=oli-obkYuki Okushi-11/+15
2021-05-07Rollup merge of #84911 - Mark-Simulacrum:retry-clang, r=pietroalbiniYuki Okushi-2/+4
2021-05-07Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandryYuki Okushi-49/+192
2021-05-07Rollup merge of #84875 - richkadel:no-coverage-dont-check-unused, r=tmandryYuki Okushi-58/+56
2021-05-07Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandryYuki Okushi-331/+385
2021-05-07Rollup merge of #84787 - klensy:deps-bump, r=Mark-SimulacrumYuki Okushi-14/+24
2021-05-07Rollup merge of #84781 - jyn514:check-bootstrap, r=Mark-SimulacrumYuki Okushi-3/+3
2021-05-07Rollup merge of #84779 - jyn514:cargotest-args, r=Mark-SimulacrumYuki Okushi-1/+4
2021-05-07Auto merge of #85014 - Dylan-DPC:rollup-jzpbkdu, r=Dylan-DPCbors-258/+763
2021-05-07Rollup merge of #84987 - lcnr:nits, r=Mark-SimulacrumDylan DPC-8/+0
2021-05-07Rollup merge of #84953 - GuillaumeGomez:remove-unneeded-with_default_session_...Dylan DPC-31/+33
2021-05-07Rollup merge of #84905 - RalfJung:copy, r=oli-obkDylan DPC-34/+34
2021-05-07Rollup merge of #84896 - estebank:issue-84772, r=jackh726Dylan DPC-3/+130
2021-05-07Rollup merge of #84872 - bjorn3:cg_clif_tidy, r=Mark-SimulacrumDylan DPC-47/+136
2021-05-07Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisaDylan DPC-91/+18
2021-05-07Rollup merge of #84755 - jyn514:core-links, r=kennytmDylan DPC-10/+14
2021-05-07Rollup merge of #84734 - tmandry:compiletest-needs-unwind, r=Mark-SimulacrumDylan DPC-8/+44
2021-05-07Rollup merge of #84728 - camelid:sized-param-sugg-test, r=Mark-SimulacrumDylan DPC-0/+88
2021-05-07Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-SimulacrumDylan DPC-16/+93
2021-05-07Rollup merge of #84409 - mzohreva:mz/tls-dtors-before-join, r=jethrogbDylan DPC-10/+173
2021-05-06Auto merge of #84806 - Mark-Simulacrum:try-start-entry, r=cjgillotbors-101/+111
2021-05-06Auto merge of #79930 - tgnottingham:bufwriter_performance, r=m-ou-sebors-39/+178
2021-05-06Removes unneeded check of `#[no_coverage]` in mapgenRich Kadel-95/+56
2021-05-06Renamed compiler-flags file to name of compiler-flag: instrument-coverageRich Kadel-344/+349
2021-05-06Update coverage docs and command line helpRich Kadel-82/+131
2021-05-06Add test for suggestion to borrow unsized function parametersCamelid-0/+88
2021-05-06Coverage instruments closure bodies in macros (not the macro body)Rich Kadel-49/+192
2021-05-06Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakisbors-1/+31
2021-05-06join_orders_after_tls_destructors: ensure thread 2 is launched before thread ...Mohsen Zohrevandi-8/+9
2021-05-06Auto merge of #84982 - Dylan-DPC:rollup-q4cbec2, r=Dylan-DPCbors-293/+899
2021-05-06Sort rustdoc-gui testsGuillaume Gomez-1/+6
2021-05-06outdated commentlcnr-2/+0
2021-05-06Pick candidate with fewer bound varsJack Huey-5/+5
2021-05-06remove unused variantlcnr-6/+0
2021-05-06Rollup merge of #84950 - pietroalbini:revert-3478f83c0, r=Mark-SimulacrumDylan DPC-47/+8
2021-05-06Rollup merge of #84949 - sdroege:maybe-unint-typo, r=m-ou-seDylan DPC-1/+1
2021-05-06Rollup merge of #84945 - fee1-dead:E0583-better-message, r=petrochenkovDylan DPC-12/+13
2021-05-06Rollup merge of #84923 - estebank:as_cache_key-once, r=petrochenkovDylan DPC-3/+4
2021-05-06Rollup merge of #84851 - lnicola:rust-analyzer-2021-05-03, r=jonas-schievinkDylan DPC-21/+15
2021-05-06Rollup merge of #84712 - joshtriplett:simplify-chdir, r=yaahcDylan DPC-5/+3
2021-05-06Rollup merge of #84328 - Folyd:stablize_map_into_keys_values, r=m-ou-seDylan DPC-34/+26
2021-05-06Rollup merge of #83507 - luqmana:native-link-modifiers, r=petrochenkovDylan DPC-170/+829
2021-05-06Auto merge of #84965 - the8472:lazy-delayed-diagnostics, r=Mark-Simulacrumbors-5/+22
2021-05-0632bit blessRalf Jung-1/+1
2021-05-06use CheckInAllocMsg::PointerArithmeticTest for ptr_offset errorRalf Jung-10/+14
2021-05-06Auto merge of #84468 - iladin:iladin/fix-84467, r=petrochenkovbors-2/+4
2021-05-06Auto merge of #84266 - QuiltOS:statically-disallow-global-oom-handling, r=Mar...bors-57/+326