| Age | Commit message (Expand) | Author | Lines |
| 2020-06-22 | fix subtle bug in NLL type checker | Niko Matsakis | -0/+70 |
| 2020-06-22 | remove snapshot calls from "match" operations during select | Niko Matsakis | -69/+56 |
| 2020-06-22 | move leak-check to during coherence, candidate eval | Niko Matsakis | -111/+144 |
| 2020-06-22 | rewrite leak check to be based on universes | Niko Matsakis | -21/+2 |
| 2020-06-22 | Revert "modify leak-check to track only outgoing edges from placeholders" | Niko Matsakis | -36/+48 |
| 2020-06-22 | modify leak-check to track only outgoing edges from placeholders | Niko Matsakis | -48/+36 |
| 2020-05-02 | On type mismatch involving associated type, suggest constraint | Esteban Küber | -1/+1 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -1/+1 |
| 2020-04-18 | Add label to item source of bound obligation | Esteban Küber | -9/+9 |
| 2020-04-16 | reserve variable for empty root region | Niko Matsakis | -1/+1 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -1/+1 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -1/+2 |
| 2020-03-30 | bless output of ui test hrtb/hrtb-perfect-forwarding.rs | Remy Rakic | -1/+2 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -12/+9 |
| 2020-02-20 | Rollup merge of #68877 - estebank:point-at-params, r=petrochenkov | Mazdak Farrokhzad | -3/+5 |
| 2020-02-11 | On mismatched argument count point at arguments | Esteban Küber | -3/+5 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -9/+18 |
| 2020-01-09 | Address review comments + Update NLL tests | Vadim Petrochenkov | -1/+2 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -4/+55 |
| 2019-12-23 | Refactor region error handling to be done by mirborrowckctx | Mark Mansi | -6/+6 |
| 2019-12-06 | bless polonius output of test hrtb-perfect-forwarding.rs | Remy Rakic | -0/+68 |
| 2019-11-28 | Deduplicate type param constraint suggestion code | Esteban Küber | -3/+3 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -1/+3 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -6/+4 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -2/+0 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -6/+6 |
| 2019-10-27 | update tests | Mark Mansi | -0/+2 |
| 2019-10-15 | Use structured suggestion for restricting bounds | Esteban Küber | -6/+9 |
| 2019-10-04 | Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakis | Mazdak Farrokhzad | -4/+9 |
| 2019-10-02 | Make lifetimes in constants live at the point of use | Matthew Jasper | -4/+9 |
| 2019-10-01 | Fixup tests | Aaron Hill | -4/+11 |
| 2019-10-01 | Improve HRTB error span when -Zno-leak-check is used | Aaron Hill | -0/+1 |
| 2019-09-22 | Point at type param when it's cause of unfulfilled obligation | Esteban Küber | -14/+14 |
| 2019-09-22 | Fix rebase | Esteban Küber | -5/+2 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -72/+58 |
| 2019-09-21 | Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk | Mazdak Farrokhzad | -0/+2 |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -6/+6 |
| 2019-09-18 | Add explanation to type mismatch involving type params and assoc types | Esteban Küber | -0/+2 |
| 2019-09-16 | Tweak unsatisfied HRTB errors | Esteban Küber | -10/+53 |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -1/+1 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -83/+63 |
| 2019-08-16 | Update stderr files with --bless | sd234678 | -1/+1 |
| 2019-08-16 | Remove meaningless comments in src/test | sd234678 | -1/+0 |
| 2019-07-25 | Rollup merge of #62736 - lqd:polonius_tests3, r=matthewjasper | Mazdak Farrokhzad | -5/+6 |
| 2019-07-23 | Rollup merge of #62523 - pnkfelix:delay-bug-to-resolve-issue-62203-ice, r=varkor | Mark Rousskov | -0/+72 |
| 2019-07-22 | Ignore test hrtb/issue-30786.rs in Polonius compare mode | lqd | -5/+6 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 |
| 2019-07-10 | Regression test for issue 30786. | Felix S. Klock II | -0/+140 |
| 2019-07-09 | Regression test. | Felix S. Klock II | -0/+72 |