about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-01Inline make_if macroCameron Steffen-12/+4
2021-08-01Inline create_maybe_get_coercion_reason macroCameron Steffen-52/+50
2021-08-01Auto merge of #81825 - voidc:pidfd, r=joshtriplettbors-11/+410
2021-08-01Auto merge of #87664 - devnexen:netbsd_sanitizers_support, r=nagisabors-1/+6
2021-08-01Auto merge of #87546 - rusticstuff:issue87450-take-two, r=davidtwcobors-1/+48
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-51/+44
2021-08-01Check whether clone3 syscall exists in pidfd testDominik Stolz-1/+19
2021-08-01Add dummy FileDesc struct for doc targetDominik Stolz-0/+4
2021-08-01Do not call getpid wrapper after fork in testsDominik Stolz-7/+35
2021-08-01Auto merge of #84662 - dtolnay:unwindsafe, r=Amanieubors-638/+662
2021-07-31Fix unused sync::atomic import on targets without atomicsDavid Tolnay-15/+14
2021-08-01Auto merge of #85782 - badboy:build-ios-sim-target, r=Mark-Simulacrumbors-2/+2
2021-07-31Auto merge of #87662 - FabianWolff:rb-string, r=estebankbors-3/+41
2021-07-31Auto merge of #87610 - Aaron1011:bump-llvm-bugfix, r=cuviperbors-6/+2
2021-07-31netbsd x86_64 arch enable supported sanitizers.David Carlier-1/+6
2021-07-31Auto merge of #87607 - JohnTitor:help-to-unused-must-use-op, r=estebankbors-143/+325
2021-07-31Suggest `br` if the unknown string prefix `rb` is foundFabian Wolff-3/+41
2021-07-31Relocate Arc and Rc UnwindSafe implsDavid Tolnay-12/+8
2021-07-31Auto merge of #86264 - crlf0710:trait_upcasting_part1, r=nikomatsakisbors-27/+504
2021-07-31Auto merge of #87387 - the8472:slice-iter-advance_by, r=scottmcmbors-0/+57
2021-07-31Auto merge of #87488 - kornelski:track-remove, r=dtolnaybors-0/+2
2021-07-31Add more tests to cover more corner cases of type-checking.Charles Lew-0/+342
2021-07-30Auto merge of #86754 - estebank:use-multispans-more, r=varkorbors-442/+661
2021-07-31Apply review suggestionYuki Okushi-70/+157
2021-07-31Move the `unused` dir to `lint`s subdirYuki Okushi-0/+0
2021-07-31Add a hint that the expressions produce a valueYuki Okushi-30/+125
2021-07-30Auto merge of #87640 - JohnTitor:rollup-yq24nq5, r=JohnTitorbors-94/+577
2021-07-31Rollup merge of #87616 - Wilfred:patch-1, r=jyn514Yuki Okushi-1/+1
2021-07-31Rollup merge of #87609 - LukasKalbertodt:improve-array-map-docs, r=m-ou-seYuki Okushi-0/+22
2021-07-31Rollup merge of #87606 - JohnTitor:tait-tests, r=oli-obkYuki Okushi-0/+53
2021-07-31Rollup merge of #87596 - jesyspa:issue-87318-hidden-whitespace, r=estebankYuki Okushi-8/+75
2021-07-31Rollup merge of #87559 - estebank:consider-borrowing, r=oli-obkYuki Okushi-44/+76
2021-07-31Rollup merge of #87557 - rylev:fix-invalid-prelude-collision-error, r=nikomat...Yuki Okushi-3/+126
2021-07-31Rollup merge of #87547 - GuillaumeGomez:nonnull-examples, r=kennytmYuki Okushi-0/+88
2021-07-31Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkovYuki Okushi-37/+135
2021-07-31Rollup merge of #86072 - MarcusCalhoun-Lopez:llvm_cross, r=nagisaYuki Okushi-1/+1
2021-07-30Add regression test for issue #87450.Hans Kratz-0/+43
2021-07-30Fix some broken rustdoc links in core::panic documentationDavid Tolnay-0/+6
2021-07-30Fix comment referring to formerly-above codeDavid Tolnay-1/+1
2021-07-30Fix undocumented unsafe in AssertUnwindSafe implsDavid Tolnay-0/+2
2021-07-30Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to coreDavid Tolnay-309/+319
2021-07-30Fix separation of public vs internal parts of LocationDavid Tolnay-12/+12
2021-07-30Split core::panic module to subdirectoryDavid Tolnay-329/+340
2021-07-30Auto merge of #87421 - estebank:perf-run, r=oli-obkbors-19/+615
2021-07-31Implement trait upcasting coercion type-checking.Charles Lew-25/+130
2021-07-31Add feature gate tests.Charles Lew-7/+32
2021-07-31Added feature gate.Alexander Regueiro-0/+5
2021-07-30Use multispan suggestions more oftenEsteban Küber-442/+661
2021-07-30Tweak borrowing suggestion in `for` loopEsteban Küber-44/+76
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-19/+615