about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-08-30Fix matching on field.abi instead of self.layout.abikhyperia-2/+4
2020-08-29Make to_immediate/from_immediate configurable by backendskhyperia-68/+54
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-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-28Disable ninja on the dry-run builderJosh Triplett-0/+1
2020-08-28Auto merge of #76019 - pietroalbini:rollup-1tkgdnd, r=pietroalbinibors-85/+220
2020-08-28Rollup merge of #76000 - richkadel:llvm-coverage-map-gen-6b.2, r=wesleywiserPietro Albini-0/+12
2020-08-28Rollup merge of #75998 - richkadel:llvm-coverage-map-gen-6b.1, r=wesleywiserPietro Albini-0/+1
2020-08-28Rollup merge of #75996 - tinaun:patch-2, r=jonas-schievinkPietro Albini-1/+1
2020-08-28Rollup merge of #75989 - matklad:renamerustdoctest, r=GuillaumeGomezPietro Albini-7/+7
2020-08-28Rollup merge of #75972 - JulianKnodt:i70381, r=rollupPietro Albini-1/+15
2020-08-28Rollup merge of #75967 - aticu:blackbox_typo, r=Dylan-DPCPietro Albini-1/+1
2020-08-28Rollup merge of #75955 - camelid:intra-doc-links-for-future-and-dec2flt, r=jy...Pietro Albini-10/+4
2020-08-28Rollup merge of #75946 - pickfire:patch-8, r=jyn514Pietro Albini-10/+7
2020-08-28Rollup merge of #75943 - elichai:2020-align_offset-docs, r=RalfJungPietro Albini-2/+2
2020-08-28Rollup merge of #75941 - GuillaumeGomez:cleanup-e0761, r=Dylan-DPCPietro Albini-7/+3
2020-08-28Rollup merge of #75927 - camelid:intra-doc-links-for-core-macros, r=jyn514Pietro Albini-13/+13
2020-08-28Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomezPietro Albini-33/+154
2020-08-28ci: run cancel-outdated-builds after fully setting up the envPietro Albini-29/+29
2020-08-28Update compiler-builtinsThomas Vigouroux-3/+3
2020-08-27Once again, x.py tidyNathan West-5/+1
2020-08-27Typo fixesNathan West-5/+5
2020-08-27Remove unnecessary intra-doc linkCamelid-1/+0
2020-08-27Improvements to `LineWriter::write_all`Nathan West-26/+79
2020-08-28Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrumbors-105/+275
2020-08-27Auto merge of #75995 - pietroalbini:ci-let-fallible-finish, r=Mark-Simulacrumbors-5/+22
2020-08-27Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514bors-4/+5
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-105/+275
2020-08-27Adds --bless support to test/run-make-fulldepsRich Kadel-0/+12
2020-08-27Add InstrProfilingPlatformFuchsia.c to profiler_builtinsRich Kadel-0/+1
2020-08-27fix wording in release notestinaun-1/+1
2020-08-27Use intra-doc links in `core::num::dec2flt`Camelid-4/+0
2020-08-27Use intra-doc links in `core::future::future`Camelid-6/+5
2020-08-27ci: disable cancel-outdated-builds for auto-falliblePietro Albini-5/+22
2020-08-27Auto merge of #75933 - Aaron1011:feature/closure-move-err, r=oli-obkbors-18/+102
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-7/+7
2020-08-27Auto merge of #74941 - dylanmckay:replace-broken-avr-unknown-unknown-target, ...bors-54/+62
2020-08-27Reduce duplicate doc link in errorIvan Tham-1/+1
2020-08-27should not try to apply field accessing on enumcsmoe-7/+11
2020-08-27Delay help popup creation to when it's neededGuillaume Gomez-2/+3