| Age | Commit message (Expand) | Author | Lines |
| 2021-08-05 | replace Vec<u8> with Box<[u8]> | The8472 | -5/+4 |
| 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-04 | Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitor | bors | -2/+5 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -2/+5 |
| 2021-08-04 | Auto merge of #87026 - FabianWolff:issue-86948, r=estebank | bors | -4/+90 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -273/+249 |
| 2021-08-04 | Rollup merge of #87729 - adamgemmell:dev/deprecate-crypto, r=Amanieu | Yuki Okushi | -2/+0 |
| 2021-08-04 | Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514 | Yuki Okushi | -3/+3 |
| 2021-08-04 | Rollup merge of #87267 - dtolnay:negspace, r=Aaron1011 | Yuki Okushi | -0/+3 |
| 2021-08-03 | Auto merge of #86400 - FabianWolff:issue-85735, r=estebank | bors | -0/+1 |
| 2021-08-03 | Remove invalid suggestion involving Fn trait bound | Fabian Wolff | -0/+1 |
| 2021-08-03 | Use a multipart suggestion for the parentheses | Fabian Wolff | -3/+6 |
| 2021-08-03 | Remove space after negative sign in Literal to_string | David Tolnay | -0/+3 |
| 2021-08-03 | Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3 | bors | -93/+211 |
| 2021-08-03 | Auto merge of #86338 - JohnTitor:issue-86162, r=estebank | bors | -27/+21 |
| 2021-08-03 | Remove crypto composite feature from allowed aarch64 features. | Adam Gemmell | -2/+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/+20 |
| 2021-08-03 | Auto merge of #87725 - JohnTitor:rollup-2ywcpuk, r=JohnTitor | bors | -11/+20 |
| 2021-08-03 | Rollup merge of #87716 - calebzulawski:master, r=workingjubilee | Yuki Okushi | -0/+1 |
| 2021-08-03 | Rollup merge of #87652 - npmccallum:naked_inline, r=Amanieu | Yuki Okushi | -1/+14 |
| 2021-08-03 | Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obk | Yuki Okushi | -3/+1 |
| 2021-08-03 | Rollup merge of #87645 - LeSeulArtichaut:issue-87414, r=oli-obk | Yuki Okushi | -7/+4 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -3/+3 |
| 2021-08-03 | Auto merge of #87033 - FabianWolff:issue-87017, r=estebank | bors | -2/+16 |
| 2021-08-03 | Auto merge of #87262 - dtolnay:negative, r=Aaron1011 | bors | -22/+45 |
| 2021-08-03 | Allow generic SIMD array element type | Caleb Zulawski | -0/+1 |
| 2021-08-02 | Validate that naked functions are never inlined | Nathaniel McCallum | -1/+14 |
| 2021-08-02 | Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obk | bors | -28/+98 |
| 2021-08-03 | Small refactorings for miri. | Charles Lew | -17/+16 |
| 2021-08-03 | Implement pointer casting. | Charles Lew | -88/+207 |
| 2021-08-02 | Auto merge of #87698 - camsteffen:rollup-yvjfc26, r=camsteffen | bors | -101/+163 |
| 2021-08-02 | Rollup merge of #87687 - camsteffen:inline-macros, r=oli-obk | Cameron Steffen | -64/+54 |
| 2021-08-02 | Rollup merge of #87673 - estebank:opaque-ty-mismatch, r=davidtwco | Cameron Steffen | -25/+43 |
| 2021-08-02 | Rollup merge of #87659 - FabianWolff:issue-87397, r=davidtwco | Cameron Steffen | -8/+29 |
| 2021-08-02 | Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726 | Cameron Steffen | -4/+37 |
| 2021-08-02 | Auto merge of #87248 - RalfJung:ctfe-partial-overwrite, r=oli-obk | bors | -27/+69 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -56/+0 |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -4/+37 |
| 2021-08-02 | Rollup merge of #87608 - Aaron1011:remove-system-library, r=Mark-Simulacrum | Yuki Okushi | -5/+0 |
| 2021-08-01 | Inline make_if macro | Cameron Steffen | -12/+4 |
| 2021-08-01 | Inline create_maybe_get_coercion_reason macro | Cameron Steffen | -52/+50 |
| 2021-08-01 | Auto merge of #87622 - pietroalbini:bump-bootstrap, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -1/+0 |
| 2021-08-01 | Auto merge of #87664 - devnexen:netbsd_sanitizers_support, r=nagisa | bors | -1/+3 |
| 2021-08-01 | Auto merge of #87546 - rusticstuff:issue87450-take-two, r=davidtwco | bors | -1/+5 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -49/+42 |
| 2021-07-31 | Auto merge of #87662 - FabianWolff:rb-string, r=estebank | bors | -3/+11 |
| 2021-07-31 | Provide a suggestion when trying to destructure a `Vec` as a slice | Fabian Wolff | -2/+16 |