about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-29Rollup merge of #69546 - matthiaskrgr:slice_to_vec, r=davidtwco,nagisaDylan DPC-2/+2
2020-02-29Rollup merge of #69504 - MichaelMcDonnell:hash_assert_ne, r=LukasKalbertodtDylan DPC-17/+20
2020-02-29Rollup merge of #69477 - Pulkit07:issue69298, r=cramertjDylan DPC-0/+9
2020-02-28Auto merge of #69555 - Centril:rollup-e53lxz4, r=Centrilbors-390/+755
2020-02-28Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-SimulacrumMazdak Farrokhzad-53/+39
2020-02-28Rollup merge of #69541 - dotdash:format, r=Mark-SimulacrumMazdak Farrokhzad-53/+34
2020-02-28Rollup merge of #69539 - Centril:fix-69401, r=petrochenkovMazdak Farrokhzad-2/+18
2020-02-28Rollup merge of #69538 - JohnTitor:boxed-slice-try-from, r=CentrilMazdak Farrokhzad-3/+3
2020-02-28Rollup merge of #69522 - Centril:fix-69341, r=petrochenkovMazdak Farrokhzad-4/+39
2020-02-28Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morseMazdak Farrokhzad-44/+44
2020-02-28Rollup merge of #69452 - Centril:typeck-pat, r=estebankMazdak Farrokhzad-102/+284
2020-02-28Rollup merge of #69384 - petrochenkov:nounnorm, r=CentrilMazdak Farrokhzad-125/+132
2020-02-28Rollup merge of #69340 - Centril:self-ctor-normalize, r=nikomatsakisMazdak Farrokhzad-4/+162
2020-02-28Auto merge of #69148 - estebank:cold-as-ice, r=oli-obkbors-314/+215
2020-02-28remove redundant clones, references to operands, explicit boolean comparisons...Matthias Krüger-53/+39
2020-02-28use to_vec() instead of .iter().cloned().collect() to convert slices to vecs.Matthias Krüger-2/+2
2020-02-28docs: add mention of async blocks in move keyword docsPulkit Goyal-0/+9
2020-02-28Auto merge of #68827 - ssomers:btree_navigation_revisited, r=Mark-Simulacrumbors-166/+233
2020-02-28late resolve, visit_fn: bail early if there's no body.Mazdak Farrokhzad-2/+18
2020-02-28Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakisbors-62/+94
2020-02-28Stabilize `boxed_slice_try_from`Yuki Okushi-3/+3
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-28Make implementation of navigation simpler, safer and fasterStein Somers-150/+148
2020-02-27Account for associated items when denying `_`Esteban Küber-73/+170
2020-02-27Account for bounds when denying `_` in type parametersEsteban Küber-13/+78
2020-02-27Revert "Backport only: avoid ICE on bad placeholder type"Esteban Küber-329/+68
2020-02-28Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first,...Stein Somers-21/+35
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-27error_derive_forbidden_on_non_adt: be more gracefulMazdak Farrokhzad-4/+39
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-27Remove unneeded calls to format!()Björn Steinbrink-53/+34
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 char instead of &str for single char patternsMatthias Krüger-44/+44
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