| Age | Commit message (Expand) | Author | Lines |
| 2021-08-01 | Auto merge of #81825 - voidc:pidfd, r=joshtriplett | bors | -7/+80 |
| 2021-08-01 | Auto merge of #87664 - devnexen:netbsd_sanitizers_support, r=nagisa | bors | -0/+3 |
| 2021-08-01 | Auto merge of #87546 - rusticstuff:issue87450-take-two, r=davidtwco | bors | -0/+43 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 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-08-01 | Auto merge of #85782 - badboy:build-ios-sim-target, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-07-31 | Auto merge of #87662 - FabianWolff:rb-string, r=estebank | bors | -0/+30 |
| 2021-07-31 | Auto merge of #87610 - Aaron1011:bump-llvm-bugfix, r=cuviper | bors | -6/+2 |
| 2021-07-31 | netbsd x86_64 arch enable supported sanitizers. | David Carlier | -0/+3 |
| 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 | 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 | -337/+479 |
| 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-30 | Auto merge of #87640 - JohnTitor:rollup-yq24nq5, r=JohnTitor | bors | -43/+313 |
| 2021-07-31 | Rollup merge of #87616 - Wilfred:patch-1, r=jyn514 | Yuki Okushi | -1/+1 |
| 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 | -28/+114 |
| 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 | -2/+470 |
| 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 | -337/+479 |
| 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 | -2/+470 |
| 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 | Fix missing word in comment | Wilfred Hughes | -1/+1 |
| 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 |
| 2021-07-29 | Bump LLVM for RegAllocFast bugfix | Aaron Hill | -6/+2 |
| 2021-07-29 | Auto merge of #87285 - GuillaumeGomez:intra-doc-span, r=estebank | bors | -116/+239 |
| 2021-07-29 | Update tests | Jonas Schievink | -16/+42 |
| 2021-07-29 | Add `const_for` test | Jonas Schievink | -0/+25 |
| 2021-07-29 | Add feature gates for `for` and `?` in consts | Jonas Schievink | -0/+78 |
| 2021-07-30 | Add some TAIT-related regression tests | Yuki Okushi | -0/+53 |
| 2021-07-29 | [backtraces]: look for the `begin` symbol only after seeing `end` | Wesley Wiser | -1/+12 |
| 2021-07-29 | Add regression test | Wesley Wiser | -0/+47 |
| 2021-07-29 | Auto merge of #87579 - flip1995:clippyup, r=Manishearth | bors | -3113/+3436 |
| 2021-07-29 | Update rustdoc-ui tests for intra-doc links errors | Guillaume Gomez | -92/+166 |
| 2021-07-29 | Remove unnecessary trailing semicolons from clippy tests | Aaron Hill | -2/+2 |