about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-08-29other branch -> `else` branchCamelid-1/+1
2020-08-29Be more specific about polymorphic return typesCamelid-4/+4
2020-08-29Specify `0` of type `u32`Camelid-2/+2
2020-08-29It's only an issue without an `impl Trait for !`Camelid-4/+4
2020-08-29cannot have divergence -> cannot divergeCamelid-3/+3
2020-08-29Add info about `!` and `impl Trait`Camelid-2/+35
2020-08-30Auto merge of #76090 - Dylan-DPC:rollup-eksndcr, r=Dylan-DPCbors-589/+349
2020-08-30Rollup merge of #76057 - matklad:remove-retokenize, r=petrochenkovDylan DPC-88/+36
2020-08-30Rollup merge of #76029 - denisvasilik:intra-doc-links-core-atomic, r=kennytmDylan DPC-239/+7
2020-08-30Rollup merge of #76022 - GuillaumeGomez:cleanup-rustdoc-front, r=jyn514Dylan DPC-8/+9
2020-08-30Rollup merge of #76015 - ortem:fix-lldb-script, r=Mark-SimulacrumDylan DPC-2/+5
2020-08-30Rollup merge of #75990 - rylev:arm-fastfail, r=alexcrichtonDylan DPC-6/+27
2020-08-30Rollup merge of #75975 - matklad:snapshot-tests, r=Mark-SimulacrumDylan DPC-5/+5
2020-08-30Rollup merge of #75917 - poliorcetics:intra-doc-core-nonnull, r=jyn514Dylan DPC-20/+16
2020-08-30Rollup merge of #75910 - bugadani:testcase, r=oli-obkDylan DPC-0/+22
2020-08-30Rollup merge of #75892 - ArekPiekarz:unstable_book_tls_model_typo, r=petroche...Dylan DPC-1/+1
2020-08-30Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran...Dylan DPC-21/+135
2020-08-30Rollup merge of #75881 - pickfire:patch-5, r=GuillaumeGomezDylan DPC-1/+1
2020-08-30Rollup merge of #75874 - pickfire:patch-3, r=jyn514Dylan DPC-3/+1
2020-08-30Rollup merge of #75852 - camelid:patch-3, r=jyn514Dylan DPC-23/+8
2020-08-30Rollup merge of #75832 - kofls:intradoc-fix, r=jyn514Dylan DPC-172/+76
2020-08-29Auto merge of #75775 - matklad:rustc-lexer-rustdoc-highlight, r=GuillaumeGomezbors-414/+298
2020-08-29Auto merge of #76016 - RalfJung:miri, r=RalfJungbors-22/+9
2020-08-29bump MiriRalf Jung-22/+9
2020-08-29Auto merge of #75713 - mati865:netbsd_zlib, r=Mark-Simulacrumbors-3/+3
2020-08-29Auto merge of #75754 - joshtriplett:wip-perf-snappy, r=Mark-Simulacrumbors-11/+16
2020-08-29Auto merge of #76034 - flip1995:clippyup, r=Manishearthbors-1096/+4164
2020-08-29Auto merge of #75370 - simonvandel:optimize-if-condition-on-int-to-switch, r=...bors-0/+662
2020-08-29New pass to optimize `if`conditions on integrals to switches on the integerSimon Vandel Sillesen-0/+662
2020-08-29Allow --bess ing expect-tests in toolsAleksey Kladov-5/+5
2020-08-29Use an id instead of a functionGuillaume Gomez-6/+3
2020-08-29Explicitly look for 'thumb-mode' before using __fastfail on 'arm'Ryan Levick-2/+2
2020-08-29Move retokenize hack to save_analysisAleksey Kladov-88/+36
2020-08-29Auto merge of #75985 - csmoe:issue-61076-1, r=estebankbors-7/+11
2020-08-29Auto merge of #75916 - jyn514:unify-error-reporting, r=eucliobors-116/+154
2020-08-29Auto merge of #74922 - joshtriplett:ninja-by-default, r=Mark-Simulacrumbors-15/+58
2020-08-29Auto merge of #75939 - Amanieu:fix_asm2, r=nagisabors-6/+12
2020-08-29Auto merge of #75877 - vigoux:master, r=Amanieubors-3/+3
2020-08-28Auto merge of #72808 - Lucretiel:line-writer-reimpl, r=Amanieubors-176/+785
2020-08-28Auto merge of #76035 - tiagolam:master, r=pietroalbinibors-0/+1
2020-08-28Fix testAmanieu d'Antras-10/+11
2020-08-28Build dist-x86_64-musl with --enable-profiler.Tiago Lam-0/+1
2020-08-28Auto merge of #76018 - pietroalbini:ci-left-fallible-finish-2, r=Mark-Simulacrumbors-29/+29
2020-08-28Update Cargo.lockflip1995-4/+4
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-1092/+4160
2020-08-28Back to opcode for 32 bit ARM __fastfailRyan Levick-2/+2
2020-08-28Use intra-doc links for boolDenis Vasilik-12/+0
2020-08-28Use intra-doc linksDenis Vasilik-227/+7
2020-08-28Disable ninja on the dry-run builderJosh Triplett-0/+1
2020-08-28Auto merge of #5774 - ThibsG:FixNewRetNoSelf, r=ebrotobors-30/+230