| Age | Commit message (Expand) | Author | Lines |
| 2021-10-05 | Note specific regions involved in 'borrowed data escapes' error | Aaron Hill | -2/+8 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -2/+2 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -2/+2 |
| 2021-09-23 | Support incremental in compiletest for non-incremental modes. | Eric Huss | -2/+3 |
| 2021-09-20 | Use `ty::Error` for opaque types with errors in its bounds. | Oli Scherer | -10/+2 |
| 2021-09-20 | Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk | bors | -10/+12 |
| 2021-09-17 | Rollup merge of #88883 - c410-f3r:tests, r=petrochenkov | Yuki Okushi | -0/+241 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -10/+12 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -1/+3 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+241 |
| 2021-09-09 | Use more accurate spans for "unused delimiter" lint | Esteban Kuber | -1/+6 |
| 2021-08-31 | Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-se | bors | -17/+17 |
| 2021-08-30 | Update test output for stable Rust 2021. | Mara Bos | -17/+17 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -1/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -44/+73 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -34/+34 |
| 2021-08-08 | Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisa | bors | -3/+18 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -4/+4 |
| 2021-08-02 | Better message for invalid keyword placement in fn | Alexis Bourget | -3/+18 |
| 2021-07-31 | Tweak opaque type mismatch error | Esteban Küber | -33/+42 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -7/+5 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -15/+1 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -3/+1 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -12/+0 |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -5/+45 |
| 2021-07-24 | Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=estebank | Yuki Okushi | -0/+48 |
| 2021-07-22 | Squash all commits. | chaz-kiker | -0/+48 |
| 2021-07-22 | bless nll tests | Oli Scherer | -10/+6 |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -0/+2 |
| 2021-07-19 | Better errors when we don't have implicit statics in trait objects | jackh726 | -0/+2 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -10/+50 |
| 2021-07-06 | Add flag to configure `large_assignments` lint | Tomasz Miąsko | -5/+45 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -1/+35 |
| 2021-07-03 | add test case | Niko Matsakis | -0/+10 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -38/+38 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -38/+38 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -6/+6 |
| 2021-05-27 | Test THIR unsafeck for unsafe ops in closures | LeSeulArtichaut | -1/+2 |
| 2021-05-26 | bless compare-mode=nll output | Niko Matsakis | -1/+1 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -70/+4 |
| 2021-05-22 | Remove some errors in UI tests | LeSeulArtichaut | -19/+3 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -19/+19 |
| 2021-05-16 | Suppress spurious errors inside `async fn` | Aaron Hill | -0/+25 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -4/+41 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -1/+1 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unsafe function calls | LeSeulArtichaut | -4/+41 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -6/+6 |