| Age | Commit message (Expand) | Author | Lines |
| 2020-06-24 | Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=petrochenkov | Dylan DPC | -9/+20 |
| 2020-06-24 | Rollup merge of #73646 - JohnTitor:add-tests, r=Dylan-DPC | Dylan DPC | -0/+152 |
| 2020-06-24 | Rollup merge of #73639 - ayazhafiz:i/73553, r=davidtwco | Dylan DPC | -0/+43 |
| 2020-06-24 | Auto merge of #73293 - Aaron1011:feature/macro-rules-arg-capture, r=petrochenkov | bors | -0/+179 |
| 2020-06-23 | Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearth | bors | -73/+302 |
| 2020-06-23 | Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwco | Manish Goregaokar | -10/+55 |
| 2020-06-23 | Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser | Manish Goregaokar | -40/+166 |
| 2020-06-23 | Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m... | Manish Goregaokar | -23/+52 |
| 2020-06-23 | Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27 | Manish Goregaokar | -0/+29 |
| 2020-06-23 | review comments: wording and style | Esteban Küber | -20/+20 |
| 2020-06-23 | Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomez | bors | -0/+37 |
| 2020-06-23 | Add re-exports to use suggestions | Dan Aloni | -9/+20 |
| 2020-06-23 | Add test for issue-69840 | Yuki Okushi | -0/+16 |
| 2020-06-23 | Add test for issue-59435 | Yuki Okushi | -0/+29 |
| 2020-06-23 | Add test for issue-51506 | Yuki Okushi | -0/+55 |
| 2020-06-23 | Add test for issue-44861 | Yuki Okushi | -0/+52 |
| 2020-06-23 | rustdoc: Fix doc aliases with crate filtering | Oliver Middleton | -0/+37 |
| 2020-06-23 | The const propagator cannot trace references. | Oliver Scherer | -40/+166 |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -1227/+2185 |
| 2020-06-23 | Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obk | Manish Goregaokar | -17/+107 |
| 2020-06-23 | Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikomatsakis | Manish Goregaokar | -9/+277 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -145/+144 |
| 2020-06-23 | Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasper | Manish Goregaokar | -1056/+1654 |
| 2020-06-23 | Rollup merge of #72271 - rakshith-ravi:master, r=varkor | Manish Goregaokar | -0/+3 |
| 2020-06-22 | Change heuristic for determining range literal | Ayaz Hafiz | -0/+43 |
| 2020-06-23 | Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morse | Dylan DPC | -1/+33 |
| 2020-06-22 | Provide context on E0308 involving fn items | Esteban Küber | -10/+55 |
| 2020-06-22 | cite issue 73154 | Niko Matsakis | -6/+6 |
| 2020-06-22 | fix subtle bug in NLL type checker | Niko Matsakis | -58/+445 |
| 2020-06-22 | WIP bless test and compare-mode=nll | Niko Matsakis | -101/+186 |
| 2020-06-22 | add new coherence tests and update the documentation | Niko Matsakis | -4/+53 |
| 2020-06-22 | add new tests from MCP and the tracking issue | Niko Matsakis | -0/+197 |
| 2020-06-22 | remove leak-check from project | Niko Matsakis | -85/+131 |
| 2020-06-22 | remove snapshot calls from "match" operations during select | Niko Matsakis | -154/+124 |
| 2020-06-22 | Point at the call spawn when overflow occurs during monomorphization | Aaron Hill | -23/+52 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -453/+42 |
| 2020-06-22 | upcasting traits requires only that things become more general | Niko Matsakis | -25/+11 |
| 2020-06-22 | move leak-check to during coherence, candidate eval | Niko Matsakis | -561/+479 |
| 2020-06-22 | rewrite leak check to be based on universes | Niko Matsakis | -180/+140 |
| 2020-06-22 | Revert "modify leak-check to track only outgoing edges from placeholders" | Niko Matsakis | -202/+197 |
| 2020-06-22 | modify leak-check to track only outgoing edges from placeholders | Niko Matsakis | -197/+202 |
| 2020-06-22 | Rollup merge of #73502 - GuillaumeGomez:add-e0764, r=estebank | Dylan DPC | -5/+10 |
| 2020-06-22 | Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkov | Dylan DPC | -59/+50 |
| 2020-06-21 | Fix spurious 'value moved here in previous iteration of loop' messages | Aaron Hill | -1/+33 |
| 2020-06-21 | Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis | bors | -48/+58 |
| 2020-06-21 | Prefer accessible paths in 'use' suggestions | Dan Aloni | -59/+50 |
| 2020-06-21 | Update UI tests | Guillaume Gomez | -5/+10 |
| 2020-06-21 | Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obk | bors | -19/+67 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -6/+335 |
| 2020-06-20 | Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearth | bors | -382/+1713 |