| Age | Commit message (Expand) | Author | Lines |
| 2021-08-03 | Fix overflow when calculating expected_min in generics diagnostics | Giacomo Stevanato | -1/+0 |
| 2021-08-03 | Auto merge of #87262 - dtolnay:negative, r=Aaron1011 | bors | -22/+45 |
| 2021-08-02 | Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obk | bors | -28/+98 |
| 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 | Tweak opaque type mismatch error | Esteban Küber | -25/+43 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -28/+98 |
| 2021-07-31 | netbsd x86_64 arch enable supported sanitizers. | David Carlier | -1/+3 |
| 2021-07-31 | Auto merge of #87607 - JohnTitor:help-to-unused-must-use-op, r=estebank | bors | -1/+9 |
| 2021-07-31 | Suggest `br` if the unknown string prefix `rb` is found | Fabian Wolff | -3/+11 |
| 2021-07-31 | Fix invalid suggestions for non-ASCII characters in byte constants | Fabian Wolff | -8/+29 |
| 2021-07-31 | typo | Ralf Jung | -1/+1 |
| 2021-07-31 | CTFE: throw unsupported error when partially overwriting a pointer | Ralf Jung | -27/+69 |
| 2021-07-31 | Auto merge of #86264 - crlf0710:trait_upcasting_part1, r=nikomatsakis | bors | -20/+81 |
| 2021-07-30 | Auto merge of #86754 - estebank:use-multispans-more, r=varkor | bors | -105/+182 |
| 2021-07-31 | Apply review suggestion | Yuki Okushi | -10/+7 |
| 2021-07-31 | Add a hint that the expressions produce a value | Yuki Okushi | -1/+12 |
| 2021-07-30 | Auto merge of #87640 - JohnTitor:rollup-yq24nq5, r=JohnTitor | bors | -50/+153 |
| 2021-07-31 | Rollup merge of #87596 - jesyspa:issue-87318-hidden-whitespace, r=estebank | Yuki Okushi | -8/+75 |
| 2021-07-31 | Rollup merge of #87559 - estebank:consider-borrowing, r=oli-obk | Yuki Okushi | -30/+39 |
| 2021-07-31 | Rollup merge of #87557 - rylev:fix-invalid-prelude-collision-error, r=nikomat... | Yuki Okushi | -3/+18 |
| 2021-07-31 | Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkov | Yuki Okushi | -8/+20 |
| 2021-07-31 | Rollup merge of #86072 - MarcusCalhoun-Lopez:llvm_cross, r=nagisa | Yuki Okushi | -1/+1 |
| 2021-07-30 | Auto merge of #87421 - estebank:perf-run, r=oli-obk | bors | -17/+145 |
| 2021-07-31 | Implement trait upcasting coercion type-checking. | Charles Lew | -20/+76 |
| 2021-07-31 | Add feature gate tests. | Charles Lew | -1/+1 |
| 2021-07-31 | Added feature gate. | Alexander Regueiro | -0/+5 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -105/+182 |
| 2021-07-30 | Tweak borrowing suggestion in `for` loop | Esteban Küber | -30/+39 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -17/+145 |
| 2021-07-30 | Fix error with suggestion for how to disambiguate associated function when st... | Ryan Levick | -3/+18 |
| 2021-07-30 | Auto merge of #85971 - FabianWolff:issue-85586, r=davidtwco | bors | -2/+2 |
| 2021-07-30 | Add warning when whitespace is not skipped after an escaped newline. | Anton Golov | -8/+75 |
| 2021-07-30 | Auto merge of #87237 - jonas-schievink:const-for-and-try, r=oli-obk | bors | -18/+17 |
| 2021-07-30 | Auto merge of #87615 - JohnTitor:rollup-t5jpmrg, r=JohnTitor | bors | -56/+46 |