| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -2/+5 |
| 2021-05-04 | Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnr | bors | -0/+55 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -1/+1 |
| 2021-05-01 | Add regression test | Aaron Hill | -0/+55 |
| 2021-04-25 | Rollup merge of #84499 - estebank:issue-84272, r=jackh726 | Dylan DPC | -0/+3 |
| 2021-04-23 | Tweak suggestion output | Esteban Küber | -0/+3 |
| 2021-04-23 | Auto merge of #83729 - JohnTitor:issue-43913, r=estebank | bors | -0/+40 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -2/+2 |
| 2021-04-18 | Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+87 |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -0/+87 |
| 2021-04-16 | Fix tests | Ryan Levick | -2/+5 |
| 2021-04-11 | Auto merge of #83806 - JohnTitor:issue-51446, r=estebank | bors | -0/+34 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -11/+46 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -11/+46 |
| 2021-04-06 | Do not ICE when closure is involved in TAIT | Esteban Küber | -0/+36 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -12/+12 |
| 2021-04-03 | Add a regression test for issue-51446 | Yuki Okushi | -0/+34 |
| 2021-04-01 | Add a suggestion when using a type alias instead of trait alias | Yuki Okushi | -0/+40 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -4/+4 |
| 2021-03-29 | Suggest box/pin/arc ing receiver on method calls | Esteban Küber | -8/+0 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+76 |
| 2021-03-18 | Fix use of bare trait objects everywhere | Vadim Petrochenkov | -20/+20 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -1/+1 |
| 2021-03-13 | Avoid sorting predicates by `DefId` | Aaron Hill | -1/+1 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+285 |
| 2021-02-17 | In some limited cases, suggest `where` bounds for non-type params | Esteban Küber | -0/+8 |