| Age | Commit message (Expand) | Author | Lines |
| 2020-08-20 | Don't immediately error for cycles during normalization | Matthew Jasper | -6/+6 |
| 2020-08-07 | typeck: check for infer before type impls trait | David Wood | -0/+21 |
| 2020-07-11 | Rollup merge of #74240 - da-x:fix-74081, r=Manishearth | Manish Goregaokar | -0/+28 |
| 2020-07-11 | Add the test case mentioned in #74236 | Dan Aloni | -0/+28 |
| 2020-07-10 | Rollup merge of #74109 - nbdd0121:issue-74082, r=petrochenkov | Manish Goregaokar | -0/+28 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -1/+1 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -16/+56 |
| 2020-07-06 | Add UI test for issue 74082 | Gary Guo | -0/+28 |
| 2020-07-05 | Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkov | Manish Goregaokar | -0/+53 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -7/+144 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -16/+56 |
| 2020-06-29 | Fix try_print_visible_def_path for Rust 2018 | Dan Aloni | -2/+2 |
| 2020-06-29 | Add test for issue #56175 | Dan Aloni | -0/+53 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -26/+4 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -13/+2 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -13/+2 |
| 2020-06-28 | Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe... | Manish Goregaokar | -6/+6 |
| 2020-06-27 | Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwco | Manish Goregaokar | -6/+39 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -6/+6 |
| 2020-06-26 | Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakis | Manish Goregaokar | -0/+26 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -6/+39 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -72/+72 |
| 2020-06-25 | Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwco | Manish Goregaokar | -2/+7 |
| 2020-06-24 | Suggest type param trait bound for binop only when appropriate | Esteban Küber | -1/+0 |
| 2020-06-24 | review comments: clean up code | Esteban Küber | -1/+1 |
| 2020-06-24 | lints: add `improper_ctypes_definitions` | David Wood | -0/+6 |
| 2020-06-23 | Tweak binop errors | Esteban Küber | -1/+7 |
| 2020-06-23 | Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m... | Manish Goregaokar | -6/+16 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -4/+2 |
| 2020-06-23 | Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasper | Manish Goregaokar | -50/+39 |
| 2020-06-22 | fix subtle bug in NLL type checker | Niko Matsakis | -0/+8 |
| 2020-06-22 | remove snapshot calls from "match" operations during select | Niko Matsakis | -0/+2 |
| 2020-06-22 | Point at the call spawn when overflow occurs during monomorphization | Aaron Hill | -6/+16 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -39/+6 |
| 2020-06-22 | move leak-check to during coherence, candidate eval | Niko Matsakis | -50/+29 |
| 2020-06-22 | Revert "modify leak-check to track only outgoing edges from placeholders" | Niko Matsakis | -42/+24 |
| 2020-06-22 | modify leak-check to track only outgoing edges from placeholders | Niko Matsakis | -24/+42 |
| 2020-06-22 | Rollup merge of #73502 - GuillaumeGomez:add-e0764, r=estebank | Dylan DPC | -1/+2 |
| 2020-06-22 | Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkov | Dylan DPC | -20/+42 |
| 2020-06-21 | Prefer accessible paths in 'use' suggestions | Dan Aloni | -20/+42 |
| 2020-06-21 | Update UI tests | Guillaume Gomez | -1/+2 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -0/+44 |
| 2020-06-20 | Move bounds on associated types to the type | Matthew Jasper | -5/+5 |
| 2020-06-20 | Check associated type satisfy their bounds | Matthew Jasper | -2/+12 |
| 2020-06-20 | Refer just to the issue in the raw ptr cmp diagnostic instead of explaining e... | Oliver Scherer | -4/+2 |
| 2020-06-20 | Update existing test cases. | jumbatm | -0/+44 |
| 2020-06-19 | Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis | Manish Goregaokar | -60/+0 |
| 2020-06-19 | Rollup merge of #73027 - doctorn:issue-72690, r=estebank | Manish Goregaokar | -6/+161 |
| 2020-06-19 | Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obk | Manish Goregaokar | -20/+11 |
| 2020-06-19 | Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper | Manish Goregaokar | -1/+36 |