about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-07Rollup merge of #75232 - leijurv:patch-1, r=jonas-schievinkYuki Okushi-1/+1
2020-08-07Rollup merge of #75217 - GuillaumeGomez:cleanup-e0747, r=Dylan-DPCYuki Okushi-2/+2
2020-08-07Rollup merge of #75210 - nnethercote:change-type-of-available_cgus, r=ecstati...Yuki Okushi-6/+5
2020-08-07Rollup merge of #75190 - GuillaumeGomez:cleanup-e0746, r=Dylan-DPCYuki Okushi-4/+6
2020-08-07Rollup merge of #75188 - Aaron1011:fix/fieldless-tuple-error, r=varkorYuki Okushi-4/+28
2020-08-07Rollup merge of #75183 - Aaron1011:toolstate/a-rustfmt, r=nikomatsakisYuki Okushi-1/+1
2020-08-07Rollup merge of #75181 - WaffleLapkin:patch-2, r=ecstaticmorseYuki Okushi-1/+1
2020-08-07Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakisYuki Okushi-9/+28
2020-08-06Fix typo "TraitObligatiom" -> "TraitObligation"Leijurv-1/+1
2020-08-07Change the type of `AssertModuleSource::available_cgus`.Nicholas Nethercote-6/+5
2020-08-06Auto merge of #75218 - Aaron1011:feature/prof-metadata-query, r=Mark-Simulacrumbors-1/+1
2020-08-06Record query name when profiling "metadata_decode_entry"Aaron Hill-1/+1
2020-08-06Auto merge of #74889 - JohnTitor:hrtb-tests, r=nikomatsakisbors-0/+28
2020-08-06Clean up E0747 explanationGuillaume Gomez-2/+2
2020-08-06Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakisbors-37/+54
2020-08-06Add a FIXME commentYuki Okushi-1/+5
2020-08-05Auto merge of #75166 - JulianKnodt:i64494, r=lcnrbors-0/+37
2020-08-05Auto merge of #75194 - Aaron1011:feature/macro-backtrace-numbers, r=eddybbors-6/+6
2020-08-05Show backtrace numbers in backtrace whenever more than one is involvedAaron Hill-6/+6
2020-08-05Auto merge of #75165 - JulianKnodt:i72787, r=lcnrbors-0/+74
2020-08-05Clean up E0746 explanationGuillaume Gomez-4/+6
2020-08-05Handle fieldless tuple structs in diagnostic codeAaron Hill-4/+28
2020-08-05Auto merge of #75169 - ehuss:update-cargo, r=ehussbors-0/+0
2020-08-05Auto merge of #75124 - nnethercote:clean-up-rustdoc-main, r=oli-obkbors-73/+53
2020-08-05Label rustfmt toolstate issues with A-rustfmtAaron Hill-1/+1
2020-08-05Fix typo in `librustc_feature/active.rs`Waffle Lapkin-1/+1
2020-08-05Auto merge of #75155 - davidtwco:polymorphization-incr-comp-optimisations, r=...bors-15/+61
2020-08-05Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiserbors-359/+384
2020-08-05Auto merge of #75174 - JohnTitor:rollup-z9djftk, r=JohnTitorbors-22/+28
2020-08-05Rollup merge of #75168 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2020-08-05Rollup merge of #75152 - TimDiekmann:replace_memblock, r=AmanieuYuki Okushi-16/+19
2020-08-05Rollup merge of #75149 - felixonmars:patch-1, r=wesleywiserYuki Okushi-1/+1
2020-08-05Rollup merge of #75140 - GuillaumeGomez:cleanup-e0745, r=pickfireYuki Okushi-4/+7
2020-08-05Rollup merge of #75139 - pickfire:librustdoc-import, r=jyn514Yuki Okushi-1/+1
2020-08-05Be smarter about error handling in `run()`.Nicholas Nethercote-6/+4
2020-08-05Auto merge of #75130 - lcnr:array_chunks, r=ecstatic-morsebors-6/+75
2020-08-05Remove `setup_callbacks_and_run_in_default_thread_pool_with_globals()`.Nicholas Nethercote-12/+3
2020-08-05Avoid an unnecessary thread creation at rustdoc startup.Nicholas Nethercote-55/+46
2020-08-04Update cargoEric Huss-0/+0
2020-08-04Update booksEric Huss-0/+0
2020-08-04Add regression testkadmin-0/+37
2020-08-04Add regression testkadmin-0/+74
2020-08-04Auto merge of #75161 - sunfishcode:wasm-no-threads, r=alexcrichtonbors-7/+0
2020-08-04Remove the `--no-threads` workaround for wasm targets.Dan Gohman-7/+0
2020-08-04Auto merge of #75136 - JohnTitor:unsizing-casts-non-null, r=oli-obkbors-1/+31
2020-08-04tweak error messageBastian Kauschke-10/+10
2020-08-04mir: add debug assertion to check polymorphizationDavid Wood-2/+14
2020-08-04metadata: skip empty polymorphization bitsetDavid Wood-2/+12
2020-08-04Completes support for coverage in external cratesRich Kadel-359/+384
2020-08-04mir: use `FiniteBitSet<u32>` in polymorphizationDavid Wood-11/+35