about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-28Unrevert "Remove `checked_add` in `Layout::repeat`"Remy Rakic-7/+5
2020-02-28Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakisbors-62/+94
2020-02-28Auto merge of #69534 - Dylan-DPC:rollup-fwa2lip, r=Dylan-DPCbors-94/+115
2020-02-28Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simu...Dylan DPC-62/+42
2020-02-28Rollup merge of #69527 - pnkfelix:issue-69291-dont-run-rustfmt-on-untracked-p...Dylan DPC-1/+12
2020-02-28Rollup merge of #69501 - matthiaskrgr:find_note, r=ecstatic-morseDylan DPC-0/+4
2020-02-28Rollup merge of #69496 - matthiaskrgr:filter_next, r=ecstatic-morseDylan DPC-17/+8
2020-02-28Rollup merge of #69495 - matthiaskrgr:op_ref, r=oli-obkDylan DPC-4/+4
2020-02-28Rollup merge of #69491 - petrochenkov:symprint, r=Mark-SimulacrumDylan DPC-0/+8
2020-02-28Rollup merge of #69449 - JohnTitor:toolstate-ping, r=Mark-SimulacrumDylan DPC-4/+3
2020-02-28Rollup merge of #69430 - matthiaskrgr:noloop, r=varkorDylan DPC-2/+3
2020-02-28Rollup merge of #69379 - jumbatm:llvm-sigsegv, r=pnkfelixDylan DPC-4/+31
2020-02-27Auto merge of #69513 - tmiasko:revert-checked-unused, r=petrochenkovbors-63/+6
2020-02-27don't use .into() to convert types into identical types.Matthias Krüger-62/+42
2020-02-27Ignore untracked paths when running `rustfmt` on repository.Felix S. Klock II-1/+12
2020-02-27Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakisbors-233/+349
2020-02-27Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obkbors-25/+201
2020-02-27docs: note that find(f) is equivalent to filter(f).next() in the iterator docs.Matthias Krüger-0/+4
2020-02-27librustc_typeck: remove loop that never actually loopsMatthias Krüger-2/+3
2020-02-27use find(x) instead of filter(x).next()Matthias Krüger-17/+8
2020-02-27Auto merge of #69507 - JohnTitor:rollup-jqf1gmw, r=JohnTitorbors-328/+587
2020-02-27Rollup merge of #69500 - cuviper:par_for_each_in-item, r=Mark-SimulacrumYuki Okushi-8/+2
2020-02-27Rollup merge of #69480 - GuillaumeGomez:clean-up-e0373, r=Dylan-DPCYuki Okushi-3/+7
2020-02-27Rollup merge of #69479 - matthiaskrgr:op_pred, r=Dylan-DPCYuki Okushi-3/+3
2020-02-27Rollup merge of #69473 - contrun:update-llvm, r=nikomatsakisYuki Okushi-0/+0
2020-02-27Rollup merge of #69439 - petrochenkov:latelife, r=matthewjasperYuki Okushi-246/+246
2020-02-27Rollup merge of #69324 - estebank:ice-break-backport-bad-placeholder-type, r=...Yuki Okushi-68/+329
2020-02-27Auto merge of #67332 - matthewjasper:drop-in-place-cgus, r=michaelwoeristerbors-40/+54
2020-02-27Revert "Mark attributes consumed by `check_mod_attrs` as normal"Tomasz Miąsko-63/+6
2020-02-26Simplify the signature of par_for_each_inJosh Stone-8/+2
2020-02-26don't take redundant references to operandsMatthias Krüger-4/+4
2020-02-26Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasperbors-125/+169
2020-02-26Update codegen-units testsMatthew Jasper-33/+23
2020-02-26rustc_span: Add `Symbol::to_ident_string` for use in diagnostic messagesVadim Petrochenkov-0/+8
2020-02-26Auto merge of #69484 - Dylan-DPC:rollup-j6ripxy, r=Dylan-DPCbors-406/+445
2020-02-26Rollup merge of #69447 - Centril:minor-stmt-refactor, r=estebankDylan DPC-94/+87
2020-02-26Rollup merge of #69434 - petrochenkov:metabs, r=Mark-SimulacrumDylan DPC-13/+5
2020-02-26Rollup merge of #69381 - QuiltOS:no-std-from-config, r=Mark-SimulacrumDylan DPC-7/+17
2020-02-26Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnayDylan DPC-292/+273
2020-02-26Rollup merge of #68712 - HeroicKatora:finalize-ref-cell, r=dtolnayDylan DPC-0/+63
2020-02-26Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAusbors-128/+497
2020-02-26Clean up E0373 explanationGuillaume Gomez-3/+7
2020-02-26clarify operator precedenceMatthias Krüger-3/+3
2020-02-26Auto merge of #61812 - jonas-schievink:assoc-ty-defaults, r=nikomatsakisbors-154/+2048
2020-02-26update llvm to silence gcc 9 warningsYI-0/+0
2020-02-26Auto merge of #69474 - Dylan-DPC:rollup-ciotplu, r=Dylan-DPCbors-119/+290
2020-02-26Rollup merge of #69457 - GuillaumeGomez:clean-up-e0370-e0371, r=Dylan-DPCDylan DPC-6/+10
2020-02-26Rollup merge of #69429 - matthiaskrgr:clippy_, r=estebankDylan DPC-10/+9
2020-02-26Rollup merge of #69423 - petrochenkov:nont, r=CentrilDylan DPC-47/+45
2020-02-26Rollup merge of #69412 - tmiasko:checked-unused, r=petrochenkovDylan DPC-6/+63