about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-05remove cfg gate on `use RawVec` since it is now also used in fallible codeThe8472-1/+0
2021-08-05use box->vec conversion API that doesn't reallocateThe8472-1/+1
2021-08-05use zeroed allocation instead of eagerly initializing the memoryThe8472-3/+6
2021-08-05add Box::try_new_zeroed_slice()The8472-0/+32
2021-08-04Auto merge of #87736 - the8472:inline-advance-by, r=Mark-Simulacrumbors-2/+3
2021-08-04Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-sebors-4/+4
2021-08-04Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitorbors-244/+247
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-244/+247
2021-08-04Auto merge of #87026 - FabianWolff:issue-86948, r=estebankbors-21/+157
2021-08-04Auto merge of #87712 - est31:line-column-1-based, r=petrochenkovbors-4/+85
2021-08-04Auto merge of #87568 - petrochenkov:localevel, r=cjgillotbors-333/+299
2021-08-03Auto merge of #87746 - JohnTitor:rollup-zaapqgl, r=JohnTitorbors-65/+373
2021-08-04Rollup merge of #87734 - Smittyvb:more-union-tests, r=LeSeulArtichautYuki Okushi-22/+151
2021-08-04Rollup merge of #87731 - ehuss:update-cargo, r=ehussYuki Okushi-2/+2
2021-08-04Rollup merge of #87729 - adamgemmell:dev/deprecate-crypto, r=AmanieuYuki Okushi-4/+36
2021-08-04Rollup merge of #87723 - frogtd:patch-3, r=JohnTitorYuki Okushi-1/+1
2021-08-04Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514Yuki Okushi-22/+21
2021-08-04Rollup merge of #87663 - GuillaumeGomez:rustdoc-brace-minus-brace, r=notriddleYuki Okushi-10/+114
2021-08-04Rollup merge of #87267 - dtolnay:negspace, r=Aaron1011Yuki Okushi-4/+8
2021-08-04Rollup merge of #81797 - yoshuawuyts:stream_from_iter, r=dtolnayYuki Okushi-0/+40
2021-08-03Auto merge of #86400 - FabianWolff:issue-85735, r=estebankbors-0/+30
2021-08-03#[inline] slice::advance_byThe8472-2/+3
2021-08-03Remove invalid suggestion involving Fn trait boundFabian Wolff-0/+30
2021-08-03Use a multipart suggestion for the parenthesesFabian Wolff-6/+11
2021-08-03Test dropping union fields moreSmitty-22/+151
2021-08-03Simplify usage of CSS background-imageGuillaume Gomez-24/+57
2021-08-03Remove space after negative sign in Literal to_stringDavid Tolnay-4/+8
2021-08-03Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3bors-93/+1186
2021-08-03Update cargoEric Huss-2/+2
2021-08-03Auto merge of #86338 - JohnTitor:issue-86162, r=estebankbors-27/+72
2021-08-03Use empty string instead of single spaceMichael Howell-2/+2
2021-08-03Pull the "Expand" / "Collapse" text to the end of the line, instead of startMichael Howell-7/+17
2021-08-03Rustdoc accessibility: use an icon for the [-]/[+] controlsMichael Howell-8/+69
2021-08-03Update aarch64 runtime feature detection testsAdam Gemmell-2/+36
2021-08-03Remove crypto composite feature from allowed aarch64 features.Adam Gemmell-2/+0
2021-08-03Update `stdarch` to deprecate `crypto` aarch64 target_featureAdam Gemmell-0/+0
2021-08-03Use `has_impl_trait` where possibleYuki Okushi-11/+1
2021-08-03Do not suggest impl traits as type argumentsYuki Okushi-16/+71
2021-08-03Auto merge of #87725 - JohnTitor:rollup-2ywcpuk, r=JohnTitorbors-28/+299
2021-08-03Rollup merge of #87716 - calebzulawski:master, r=workingjubileeYuki Okushi-15/+62
2021-08-03Rollup merge of #87711 - noproto:patch-1, r=GuillaumeGomezYuki Okushi-1/+1
2021-08-03Rollup merge of #87708 - the8472:canonical_v6, r=dtolnayYuki Okushi-0/+45
2021-08-03Rollup merge of #87693 - badboy:enable-ios-sim-target-manifest, r=Mark-Simula...Yuki Okushi-0/+1
2021-08-03Rollup merge of #87685 - notriddle:lazy-from-docs, r=dtolnayYuki Okushi-0/+30
2021-08-03Rollup merge of #87652 - npmccallum:naked_inline, r=AmanieuYuki Okushi-2/+112
2021-08-03Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obkYuki Okushi-3/+29
2021-08-03Rollup merge of #87645 - LeSeulArtichaut:issue-87414, r=oli-obkYuki Okushi-7/+19
2021-08-03Use .contains instead of manual reimplementation. frogtd-1/+1
2021-08-03don't use .into() to convert types to identical types (clippy::useless_conver...Matthias Krüger-22/+21
2021-08-03Auto merge of #87033 - FabianWolff:issue-87017, r=estebankbors-2/+110