about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-01-28Auto merge of #93006 - michaelwoerister:fix-unsized-ptr-debuginfo, r=davidtwc...bors-210/+300
2022-01-28Auto merge of #90677 - bobrippling:suggest-tuple-parens, r=camelidbors-6/+255
2022-01-28[debuginfo] Fix and unify handling of fat pointers in debuginfo: Don't mark f...Michael Woerister-2/+2
2022-01-28Auto merge of #93343 - lqd:attrs, r=spastorinobors-18/+25
2022-01-28Auto merge of #93376 - flip1995:clippyup, r=Manishearthbors-997/+1841
2022-01-27Auto merge of #93390 - matthiaskrgr:rollup-4xeki5w, r=matthiaskrgrbors-180/+322
2022-01-27Rollup merge of #93365 - nnethercote:more-arena-cleanups, r=oli-obkMatthias Krüger-21/+40
2022-01-27Rollup merge of #93363 - lcnr:pass-by-value, r=petrochenkovMatthias Krüger-26/+35
2022-01-27Rollup merge of #93357 - nnethercote:clarify-usage-of-qualified-ty, r=lcnrMatthias Krüger-3/+3
2022-01-27Rollup merge of #93339 - notriddle:notriddle/test-generics-multi-trait, r=Gui...Matthias Krüger-0/+44
2022-01-27Rollup merge of #93325 - tmiasko:lev, r=davidtwcoMatthias Krüger-42/+60
2022-01-27Rollup merge of #93193 - Kobzol:stable-hash-permutation-test, r=the8472Matthias Krüger-0/+42
2022-01-27Rollup merge of #92899 - cameron1024:zip-docs, r=dtolnayMatthias Krüger-0/+36
2022-01-27Rollup merge of #91641 - dtolnay:cchar-if, r=Mark-SimulacrumMatthias Krüger-88/+62
2022-01-27Touch up PR 92899 Iterator::zip docsDavid Tolnay-8/+13
2022-01-28Clarify `ArenaAllocatable`'s second parameter.Nicholas Nethercote-5/+10
2022-01-28Add some comments.Nicholas Nethercote-7/+21
2022-01-27[debuginfo] Fix and unify handling of fat pointers in debuginfo: Change doc c...Michael Woerister-13/+13
2022-01-27Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyupflip1995-997/+1841
2022-01-27Auto merge of #8359 - flip1995:rustup, r=flip1995bors-795/+479
2022-01-27Bump nightly version -> 2022-01-27flip1995-1/+1
2022-01-27Merge remote-tracking branch 'upstream/master' into rustupflip1995-1009/+1866
2022-01-27[debuginfo] Fix and unify handling of fat pointers in debuginfo: Fix some deb...Michael Woerister-32/+31
2022-01-27try apply `rustc_pass_by_value` to `Span`lcnr-23/+32
2022-01-27update pass_by_valuelcnr-3/+3
2022-01-27mention std::iter::zip in Iterator::zip docscameron-0/+31
2022-01-27Clarify the `usage-of-qualified-ty` error message.Nicholas Nethercote-3/+3
2022-01-27Auto merge of #92889 - tmiasko:unbounded-recursion, r=ecstatic-morsebors-7/+108
2022-01-27Auto merge of #93081 - nikic:aarch64-fix, r=cuviperbors-0/+0
2022-01-26Auto merge of #93352 - matthiaskrgr:rollup-5peret4, r=matthiaskrgrbors-404/+829
2022-01-26Rollup merge of #93338 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-3/+3
2022-01-26Rollup merge of #92778 - tavianator:linux-readdir-no-r, r=joshtriplettMatthias Krüger-36/+58
2022-01-26Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obkMatthias Krüger-218/+428
2022-01-26Rollup merge of #92134 - nico-abram:patch-1, r=michaelwoeristerMatthias Krüger-0/+42
2022-01-26Rollup merge of #92098 - semarie:openbsd-platform, r=pietroalbiniMatthias Krüger-4/+61
2022-01-26Rollup merge of #91861 - juniorbassani:use-from-array-in-collections-examples...Matthias Krüger-40/+35
2022-01-26Rollup merge of #90247 - newpavlov:duration_float_fract, r=nagisaMatthias Krüger-103/+202
2022-01-26rustdoc: add test case for multiple traits and erased namesMichael Howell-0/+44
2022-01-26Auto merge of #93301 - spastorino:perf-test-1, r=oli-obkbors-213/+247
2022-01-26Auto merge of #8350 - dswij:8331, r=Manishearthbors-13/+52
2022-01-26Only traverse attrs once while checking for coherence overrideRémy Rakic-18/+25
2022-01-26Update minifier crate version to 0.0.42Guillaume Gomez-3/+3
2022-01-26Filter out local_id == 0, those are already considered on the call siteSantiago Pastorino-2/+6
2022-01-26Bless incremental tests.Camille GILLOT-194/+212
2022-01-26Improve Duration::try_from_secs_f32/64 accuracy by directly processing expone...Артём Павлов [Artyom Pavlov]-103/+202
2022-01-26Ignore unwinding edges when checking for unconditional recursionTomasz Miąsko-7/+108
2022-01-26Auto merge of #91840 - JakobDegen:fix_early_otherwise, r=oli-obkbors-371/+526
2022-01-26Introduce a limit to Levenshtein distance computationTomasz Miąsko-42/+56
2022-01-26Check namespace before computing the Levenshtein distanceTomasz Miąsko-1/+4
2022-01-26Hoist `to_uppercase` out of the loopTomasz Miąsko-1/+2