| Age | Commit message (Expand) | Author | Lines |
| 2021-08-27 | Don't use `guess_head_span` in `predicates_of` for foreign span | Aaron Hill | -2/+6 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-21 | Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis | bors | -96/+51 |
| 2021-08-18 | Add a new test case to verify behavior. | Charles Lew | -0/+39 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -0/+55 |
| 2021-08-18 | Properly generate multiple candidates for trait upcasting coercion. | Charles Lew | -96/+12 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -170/+267 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -1/+1 |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -1/+1 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -59/+68 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -1/+1 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -20/+20 |
| 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 | bless trait upcasting tests under polonius | Rémy Rakic | -0/+55 |
| 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-07-31 | Auto merge of #86264 - crlf0710:trait_upcasting_part1, r=nikomatsakis | bors | -0/+391 |
| 2021-07-31 | Add more tests to cover more corner cases of type-checking. | Charles Lew | -0/+342 |
| 2021-07-31 | Implement trait upcasting coercion type-checking. | Charles Lew | -0/+49 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -0/+9 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -1/+1 |
| 2021-07-22 | Add comment and more tests. | Charles Lew | -0/+384 |
| 2021-07-20 | Switch to store `Instance` directly within `VtblEntry`, fix `TraitVPtr` repre... | Charles Lew | -80/+48 |
| 2021-07-20 | Add internal attribute and tests. | Charles Lew | -0/+170 |
| 2021-07-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -29/+95 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -29/+95 |
| 2021-07-18 | Add `#![allow(dyn_drop)]` to test cases with `dyn Drop` in them | Michael Howell | -3/+4 |
| 2021-06-29 | Return `EvaluatedToOk` when type in outlives predicate is global | Aaron Hill | -15/+15 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -1/+1 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -2/+2 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -2/+2 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-22 | Rollup merge of #86393 - yerke:add-test-for-issue-52025, r=JohnTitor | Yuki Okushi | -0/+57 |
| 2021-06-22 | add regression test for issue #52025 | Yerkebulan Tulibergenov | -0/+57 |
| 2021-06-15 | add regression test for issue #78632 | Yerkebulan Tulibergenov | -0/+59 |
| 2021-05-26 | Lint against non-camelCase trait alias names | Smitty | -0/+18 |
| 2021-05-24 | Replace more "NULL" with "null" | LeSeulArtichaut | -1/+1 |
| 2021-05-20 | Check for raw pointer dereference in THIR unsafeck | LeSeulArtichaut | -1/+15 |
| 2021-05-15 | Revert to only using opportunistic_resolve_vars for existing places | Jack Huey | -2/+6 |
| 2021-05-14 | Store Option<Region> as value for RegionVid | Jack Huey | -6/+2 |
| 2021-05-14 | Make the UnifyValue for RegionVid () | Jack Huey | -1/+5 |
| 2021-05-13 | Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726 | bors | -0/+160 |
| 2021-05-13 | have on_completion record subcycles | Niko Matsakis | -5/+61 |
| 2021-05-13 | introduce a unit testing feature `rustc_evaluate_where_clauses` | Niko Matsakis | -0/+104 |
| 2021-05-13 | Auto merge of #85041 - mibac138:suggest-generics, r=estebank | bors | -2/+13 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -2/+2 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -15/+15 |
| 2021-05-05 | Suggest adding a type parameter for impls | mibac138 | -2/+13 |