| Age | Commit message (Expand) | Author | Lines |
| 2021-08-04 | Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitor | bors | -242/+242 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -242/+242 |
| 2021-08-04 | Auto merge of #87026 - FabianWolff:issue-86948, r=estebank | bors | -17/+67 |
| 2021-08-04 | Auto merge of #87712 - est31:line-column-1-based, r=petrochenkov | bors | -0/+75 |
| 2021-08-04 | Rollup merge of #87734 - Smittyvb:more-union-tests, r=LeSeulArtichaut | Yuki Okushi | -22/+151 |
| 2021-08-04 | Rollup merge of #87267 - dtolnay:negspace, r=Aaron1011 | Yuki Okushi | -3/+3 |
| 2021-08-03 | Auto merge of #86400 - FabianWolff:issue-85735, r=estebank | bors | -0/+29 |
| 2021-08-03 | Remove invalid suggestion involving Fn trait bound | Fabian Wolff | -0/+29 |
| 2021-08-03 | Use a multipart suggestion for the parentheses | Fabian Wolff | -3/+5 |
| 2021-08-03 | Test dropping union fields more | Smitty | -22/+151 |
| 2021-08-03 | Remove space after negative sign in Literal to_string | David Tolnay | -3/+3 |
| 2021-08-03 | Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3 | bors | -0/+948 |
| 2021-08-03 | Auto merge of #86338 - JohnTitor:issue-86162, r=estebank | bors | -0/+51 |
| 2021-08-03 | Do not suggest impl traits as type arguments | Yuki Okushi | -0/+51 |
| 2021-08-03 | Auto merge of #87725 - JohnTitor:rollup-2ywcpuk, r=JohnTitor | bors | -16/+202 |
| 2021-08-03 | Rollup merge of #87716 - calebzulawski:master, r=workingjubilee | Yuki Okushi | -15/+61 |
| 2021-08-03 | Rollup merge of #87652 - npmccallum:naked_inline, r=Amanieu | Yuki Okushi | -1/+98 |
| 2021-08-03 | Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obk | Yuki Okushi | -0/+28 |
| 2021-08-03 | Rollup merge of #87645 - LeSeulArtichaut:issue-87414, r=oli-obk | Yuki Okushi | -0/+15 |
| 2021-08-03 | Auto merge of #87033 - FabianWolff:issue-87017, r=estebank | bors | -0/+94 |
| 2021-08-03 | Auto merge of #87262 - dtolnay:negative, r=Aaron1011 | bors | -0/+11 |
| 2021-08-03 | Allow generic SIMD array element type | Caleb Zulawski | -15/+61 |
| 2021-08-02 | Validate that naked functions are never inlined | Nathaniel McCallum | -1/+98 |
| 2021-08-03 | Make the UTF-8 statement more explicit and explicitly test for it | est31 | -7/+15 |
| 2021-08-03 | Add tests | est31 | -0/+67 |
| 2021-08-02 | Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obk | bors | -27/+140 |
| 2021-08-03 | Various adjustments to historic tests and documents. | Charles Lew | -192/+327 |
| 2021-08-03 | Added tests. | Alexander Regueiro | -0/+764 |
| 2021-08-03 | Implement pointer casting. | Charles Lew | -0/+49 |
| 2021-08-02 | Run rustfix in `pattern-slice-vec.rs` UI test | Fabian Wolff | -4/+46 |
| 2021-08-02 | Auto merge of #87698 - camsteffen:rollup-yvjfc26, r=camsteffen | bors | -69/+189 |
| 2021-08-02 | Rollup merge of #87673 - estebank:opaque-ty-mismatch, r=davidtwco | Cameron Steffen | -57/+71 |
| 2021-08-02 | Rollup merge of #87659 - FabianWolff:issue-87397, r=davidtwco | Cameron Steffen | -12/+69 |
| 2021-08-02 | Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726 | Cameron Steffen | -0/+49 |
| 2021-08-02 | Auto merge of #87248 - RalfJung:ctfe-partial-overwrite, r=oli-obk | bors | -0/+35 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -2/+0 |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -0/+49 |
| 2021-08-02 | Rollup merge of #86183 - inquisitivecrystal:env-nul, r=m-ou-se | Yuki Okushi | -0/+10 |
| 2021-08-01 | Auto merge of #81825 - voidc:pidfd, r=joshtriplett | bors | -7/+80 |
| 2021-08-01 | Auto merge of #87546 - rusticstuff:issue87450-take-two, r=davidtwco | bors | -0/+43 |
| 2021-08-01 | Check whether clone3 syscall exists in pidfd test | Dominik Stolz | -1/+19 |
| 2021-08-01 | Do not call getpid wrapper after fork in tests | Dominik Stolz | -7/+35 |
| 2021-07-31 | Auto merge of #87662 - FabianWolff:rb-string, r=estebank | bors | -0/+30 |
| 2021-07-31 | Provide a suggestion when trying to destructure a `Vec` as a slice | Fabian Wolff | -0/+52 |
| 2021-07-31 | Tweak opaque type mismatch error | Esteban Küber | -57/+71 |
| 2021-07-31 | Require parentheses to avoid confusions around labeled break and loop express... | Fabian Wolff | -17/+65 |
| 2021-07-31 | Auto merge of #87610 - Aaron1011:bump-llvm-bugfix, r=cuviper | bors | -6/+2 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -27/+140 |
| 2021-07-31 | Auto merge of #87607 - JohnTitor:help-to-unused-must-use-op, r=estebank | bors | -142/+316 |
| 2021-07-31 | Suggest `br` if the unknown string prefix `rb` is found | Fabian Wolff | -0/+30 |