| Age | Commit message (Expand) | Author | Lines |
| 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 | Better message for invalid keyword placement in fn | Alexis Bourget | -3/+150 |
| 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 | 2229: Handle MutBorrow/UniqueImmBorrow better | Aman Arora | -16/+16 |
| 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 | Fix obtain-borrowck failure on MSVC. | Vytautas Astrauskas | -1/+7 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -27/+140 |
| 2021-07-31 | Fix ICE in `improper_ctypes_definitions` lint with all-ZST transparent types | Fabian Wolff | -0/+28 |
| 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 |
| 2021-07-31 | Fix invalid suggestions for non-ASCII characters in byte constants | Fabian Wolff | -12/+69 |
| 2021-07-31 | add a test | Ralf Jung | -0/+35 |
| 2021-07-31 | Auto merge of #86264 - crlf0710:trait_upcasting_part1, r=nikomatsakis | bors | -7/+423 |
| 2021-07-31 | Add more tests to cover more corner cases of type-checking. | Charles Lew | -0/+342 |
| 2021-07-30 | Auto merge of #86754 - estebank:use-multispans-more, r=varkor | bors | -333/+473 |
| 2021-07-31 | Apply review suggestion | Yuki Okushi | -60/+150 |
| 2021-07-31 | Move the `unused` dir to `lint`s subdir | Yuki Okushi | -0/+0 |
| 2021-07-31 | Add a hint that the expressions produce a value | Yuki Okushi | -29/+113 |
| 2021-07-31 | Fix a parser ICE on invalid `fn` body | Yuki Okushi | -0/+28 |
| 2021-07-30 | Auto merge of #87640 - JohnTitor:rollup-yq24nq5, r=JohnTitor | bors | -40/+310 |
| 2021-07-31 | Rollup merge of #87606 - JohnTitor:tait-tests, r=oli-obk | Yuki Okushi | -0/+53 |
| 2021-07-31 | Rollup merge of #87559 - estebank:consider-borrowing, r=oli-obk | Yuki Okushi | -14/+37 |
| 2021-07-31 | Rollup merge of #87557 - rylev:fix-invalid-prelude-collision-error, r=nikomat... | Yuki Okushi | -0/+108 |
| 2021-07-31 | Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkov | Yuki Okushi | -26/+112 |
| 2021-07-30 | Add regression test for issue #87450. | Hans Kratz | -0/+43 |
| 2021-07-30 | Auto merge of #87421 - estebank:perf-run, r=oli-obk | bors | -1/+462 |
| 2021-07-30 | Properly find owner of closure in THIR unsafeck | LeSeulArtichaut | -0/+15 |
| 2021-07-31 | Implement trait upcasting coercion type-checking. | Charles Lew | -5/+54 |
| 2021-07-31 | Add feature gate tests. | Charles Lew | -6/+31 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -333/+473 |
| 2021-07-30 | Tweak borrowing suggestion in `for` loop | Esteban Küber | -14/+37 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -1/+462 |
| 2021-07-30 | Fix error with suggestion for how to disambiguate associated function when st... | Ryan Levick | -0/+108 |
| 2021-07-30 | Auto merge of #85971 - FabianWolff:issue-85586, r=davidtwco | bors | -0/+21 |
| 2021-07-30 | Auto merge of #87237 - jonas-schievink:const-for-and-try, r=oli-obk | bors | -16/+145 |
| 2021-07-30 | Auto merge of #87615 - JohnTitor:rollup-t5jpmrg, r=JohnTitor | bors | -0/+72 |
| 2021-07-30 | Rollup merge of #87602 - wesleywiser:partially_fix_short_backtraces_windows_o... | Yuki Okushi | -0/+58 |
| 2021-07-30 | Rollup merge of #87554 - sexxi-goose:fix-issue-87426, r=nikomatsakis | Yuki Okushi | -0/+14 |
| 2021-07-30 | Auto merge of #87483 - oli-obk:tait_ice, r=lqd | bors | -0/+73 |