| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-06-19 | add new error code | Christian Poveda | -7/+7 |
| 2020-06-19 | update diagnostics for &mut in constants | Christian Poveda | -21/+12 |
| 2020-06-19 | Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkov | Manish Goregaokar | -1/+1 |
| 2020-06-19 | Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakis | Manish Goregaokar | -0/+18 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -2/+3 |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -5/+4 |
| 2020-06-18 | Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco | Manish Goregaokar | -30/+26 |
| 2020-06-18 | Perform obligation deduplication to avoid buggy `ExistentialMismatch` | Esteban Küber | -0/+26 |
| 2020-06-18 | Implement crate level only lints checking. | Charles Lew | -1/+1 |
| 2020-06-17 | Unify region variables when projecting associated types | matthewjasper | -60/+0 |
| 2020-06-16 | Provide `help` when `T: ?Sized` can't be suggested | Esteban Küber | -0/+14 |
| 2020-06-16 | bless all | Ralf Jung | -1/+36 |
| 2020-06-15 | Account for derived obligations to suggest `?Sized` bound | Esteban Küber | -0/+4 |
| 2020-06-15 | Change E0758 to E0759 to avoid conflict with #72912 | Esteban Küber | -2/+2 |
| 2020-06-15 | Register new eror code | Esteban Küber | -0/+1 |
| 2020-06-15 | review comments: wording | Esteban Küber | -2/+2 |
| 2020-06-15 | Tweak wording and add error code | Esteban Küber | -4/+4 |
| 2020-06-15 | Tweak output for overlapping required/captured spans | Esteban Küber | -6/+1 |
| 2020-06-15 | Move overlapping span to a note | Esteban Küber | -4/+6 |
| 2020-06-15 | Reduce verbosity of suggestion message and mention lifetime in label | Esteban Küber | -2/+2 |
| 2020-06-15 | When `'static` is explicit, suggest constraining argument with it | Esteban Küber | -1/+1 |
| 2020-06-15 | Tweak "non-primitive cast" error | Esteban Küber | -30/+26 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -25/+76 |
| 2020-06-15 | Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasper | Ralf Jung | -25/+76 |