| Age | Commit message (Expand) | Author | Lines |
| 2021-08-05 | remove cfg gate on `use RawVec` since it is now also used in fallible code | The8472 | -1/+0 |
| 2021-08-05 | use box->vec conversion API that doesn't reallocate | The8472 | -1/+1 |
| 2021-08-05 | use zeroed allocation instead of eagerly initializing the memory | The8472 | -3/+6 |
| 2021-08-05 | add Box::try_new_zeroed_slice() | The8472 | -0/+32 |
| 2021-08-04 | Auto merge of #87736 - the8472:inline-advance-by, r=Mark-Simulacrum | bors | -2/+3 |
| 2021-08-04 | Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-se | bors | -4/+4 |
| 2021-08-04 | Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitor | bors | -244/+247 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -244/+247 |
| 2021-08-04 | Auto merge of #87026 - FabianWolff:issue-86948, r=estebank | bors | -21/+157 |
| 2021-08-04 | Auto merge of #87712 - est31:line-column-1-based, r=petrochenkov | bors | -4/+85 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -333/+299 |
| 2021-08-03 | Auto merge of #87746 - JohnTitor:rollup-zaapqgl, r=JohnTitor | bors | -65/+373 |
| 2021-08-04 | Rollup merge of #87734 - Smittyvb:more-union-tests, r=LeSeulArtichaut | Yuki Okushi | -22/+151 |
| 2021-08-04 | Rollup merge of #87731 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -2/+2 |
| 2021-08-04 | Rollup merge of #87729 - adamgemmell:dev/deprecate-crypto, r=Amanieu | Yuki Okushi | -4/+36 |
| 2021-08-04 | Rollup merge of #87723 - frogtd:patch-3, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-08-04 | Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514 | Yuki Okushi | -22/+21 |
| 2021-08-04 | Rollup merge of #87663 - GuillaumeGomez:rustdoc-brace-minus-brace, r=notriddle | Yuki Okushi | -10/+114 |
| 2021-08-04 | Rollup merge of #87267 - dtolnay:negspace, r=Aaron1011 | Yuki Okushi | -4/+8 |
| 2021-08-04 | Rollup merge of #81797 - yoshuawuyts:stream_from_iter, r=dtolnay | Yuki Okushi | -0/+40 |
| 2021-08-03 | Auto merge of #86400 - FabianWolff:issue-85735, r=estebank | bors | -0/+30 |
| 2021-08-03 | #[inline] slice::advance_by | The8472 | -2/+3 |
| 2021-08-03 | Remove invalid suggestion involving Fn trait bound | Fabian Wolff | -0/+30 |
| 2021-08-03 | Use a multipart suggestion for the parentheses | Fabian Wolff | -6/+11 |
| 2021-08-03 | Test dropping union fields more | Smitty | -22/+151 |
| 2021-08-03 | Simplify usage of CSS background-image | Guillaume Gomez | -24/+57 |
| 2021-08-03 | Remove space after negative sign in Literal to_string | David Tolnay | -4/+8 |
| 2021-08-03 | Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3 | bors | -93/+1186 |
| 2021-08-03 | Update cargo | Eric Huss | -2/+2 |
| 2021-08-03 | Auto merge of #86338 - JohnTitor:issue-86162, r=estebank | bors | -27/+72 |
| 2021-08-03 | Use empty string instead of single space | Michael Howell | -2/+2 |
| 2021-08-03 | Pull the "Expand" / "Collapse" text to the end of the line, instead of start | Michael Howell | -7/+17 |
| 2021-08-03 | Rustdoc accessibility: use an icon for the [-]/[+] controls | Michael Howell | -8/+69 |
| 2021-08-03 | Update aarch64 runtime feature detection tests | Adam Gemmell | -2/+36 |
| 2021-08-03 | Remove crypto composite feature from allowed aarch64 features. | Adam Gemmell | -2/+0 |
| 2021-08-03 | Update `stdarch` to deprecate `crypto` aarch64 target_feature | Adam Gemmell | -0/+0 |
| 2021-08-03 | Use `has_impl_trait` where possible | Yuki Okushi | -11/+1 |
| 2021-08-03 | Do not suggest impl traits as type arguments | Yuki Okushi | -16/+71 |
| 2021-08-03 | Auto merge of #87725 - JohnTitor:rollup-2ywcpuk, r=JohnTitor | bors | -28/+299 |
| 2021-08-03 | Rollup merge of #87716 - calebzulawski:master, r=workingjubilee | Yuki Okushi | -15/+62 |
| 2021-08-03 | Rollup merge of #87711 - noproto:patch-1, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2021-08-03 | Rollup merge of #87708 - the8472:canonical_v6, r=dtolnay | Yuki Okushi | -0/+45 |
| 2021-08-03 | Rollup merge of #87693 - badboy:enable-ios-sim-target-manifest, r=Mark-Simula... | Yuki Okushi | -0/+1 |
| 2021-08-03 | Rollup merge of #87685 - notriddle:lazy-from-docs, r=dtolnay | Yuki Okushi | -0/+30 |
| 2021-08-03 | Rollup merge of #87652 - npmccallum:naked_inline, r=Amanieu | Yuki Okushi | -2/+112 |
| 2021-08-03 | Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obk | Yuki Okushi | -3/+29 |
| 2021-08-03 | Rollup merge of #87645 - LeSeulArtichaut:issue-87414, r=oli-obk | Yuki Okushi | -7/+19 |
| 2021-08-03 | Use .contains instead of manual reimplementation. | frogtd | -1/+1 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -22/+21 |
| 2021-08-03 | Auto merge of #87033 - FabianWolff:issue-87017, r=estebank | bors | -2/+110 |