| Age | Commit message (Expand) | Author | Lines |
| 2020-01-17 | Rollup merge of #68195 - estebank:impl-trait-2000, r=Centril | Dylan DPC | -22/+478 |
| 2020-01-17 | Rollup merge of #68153 - petrochenkov:privdiag, r=estebank | Dylan DPC | -164/+1048 |
| 2020-01-17 | Rollup merge of #67956 - varkor:E0588-provide-context, r=estebank | Dylan DPC | -16/+112 |
| 2020-01-16 | Ignore some tests on platforms without libstd spans | Vadim Petrochenkov | -3/+13 |
| 2020-01-16 | resolve: Say "import" when reporting private imports | Vadim Petrochenkov | -36/+36 |
| 2020-01-16 | resolve: Point at the private item definitions in privacy errors | Vadim Petrochenkov | -145/+1019 |
| 2020-01-16 | Account for object safety when suggesting `Box<dyn Trait>` | Esteban Küber | -8/+149 |
| 2020-01-16 | review comments | Esteban Küber | -16/+23 |
| 2020-01-16 | review comments | Esteban Küber | -0/+7 |
| 2020-01-16 | review comments | Esteban Küber | -67/+51 |
| 2020-01-16 | Add E0746 explanation to the index | Esteban Küber | -1/+2 |
| 2020-01-16 | When trait bounds are missing for return values, point at them | Esteban Küber | -5/+74 |
| 2020-01-16 | Make `impl Trait` suggestion in E0746 `MachineApplicable` | Esteban Küber | -2/+22 |
| 2020-01-16 | Elide E0308 errors in favor of E0746 | Esteban Küber | -123/+14 |
| 2020-01-16 | Account for diverging types in return `impl Trait` | Esteban Küber | -0/+35 |
| 2020-01-16 | Specific error for unsized `dyn Trait` return type | Esteban Küber | -0/+301 |
| 2020-01-16 | Rollup merge of #68255 - tmiasko:unused-aux, r=Dylan-DPC | Dylan DPC | -5/+0 |
| 2020-01-16 | Rollup merge of #68265 - JohnTitor:fix-issue-number, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -255/+254 |
| 2020-01-16 | Fix issue number of `repr128` | Yuki Okushi | -2/+2 |
| 2020-01-15 | Auto merge of #68254 - Dylan-DPC:rollup-9vhc59u, r=Dylan-DPC | bors | -41/+152 |
| 2020-01-15 | Remove unused auxiliary file that was replaced with rust_test_helpers | Tomasz Miąsko | -5/+0 |
| 2020-01-15 | Rollup merge of #68237 - estebank:bad-bad-ice, r=petrochenkov | Dylan DPC | -38/+66 |
| 2020-01-15 | Rollup merge of #68236 - JohnTitor:ice-tests, r=Centril | Dylan DPC | -0/+78 |
| 2020-01-15 | Rollup merge of #68212 - csmoe:temp, r=estebank | Dylan DPC | -3/+8 |
| 2020-01-15 | Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | bors | -0/+5 |
| 2020-01-15 | Add test for issue-66473 | Yuki Okushi | -0/+0 |
| 2020-01-15 | Add test for issue-65918 | Yuki Okushi | -0/+49 |
| 2020-01-15 | Add test for issue-64848 | Yuki Okushi | -0/+29 |
| 2020-01-15 | Rollup merge of #68219 - oli-obk:fix_miri, r=RalfJung,wesleywiser | Yuki Okushi | -4/+30 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -1/+25 |
| 2020-01-15 | Promoteds can contain raw pointers, but these must still only point to immuta... | Oliver Scherer | -0/+5 |
| 2020-01-15 | Add tests | Oliver Scherer | -4/+30 |
| 2020-01-15 | wrap expr id into GeneratorInteriorTypeCause | csmoe | -3/+3 |
| 2020-01-15 | Auto merge of #68118 - skinny121:eager_lit_eval, r=varkor | bors | -36/+38 |
| 2020-01-14 | Account for `Path`s on `is_suggestable_infer_ty` | Esteban Küber | -38/+66 |
| 2020-01-15 | Fix normalizing 32bit symbol hash. | Ben Lewis | -1/+1 |
| 2020-01-15 | update async-await send/sync test | csmoe | -0/+5 |
| 2020-01-14 | Normalize symbol hash in ui test for legacy symbol mangling, as it's dependen... | Ben Lewis | -26/+28 |
| 2020-01-14 | Rollup merge of #68143 - skinny121:const-param-type-elided-lifetime, r=petroc... | Yuki Okushi | -0/+64 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -12/+12 |
| 2020-01-13 | Add "--emit=link" | Aaron Hill | -1/+1 |
| 2020-01-13 | Convert test to check-pass | Aaron Hill | -4/+2 |
| 2020-01-13 | Add additional regression test | Aaron Hill | -0/+20 |
| 2020-01-13 | Don't run const propagation on items with inconsistent bounds | Aaron Hill | -0/+6 |
| 2020-01-13 | Fix crate paths in comments | Yuki Okushi | -1/+1 |
| 2020-01-12 | Update `output-default.json` and rustdoc test | varkor | -1/+1 |
| 2020-01-12 | Appease tidy | varkor | -1/+2 |
| 2020-01-12 | Fix formatting ellipses at the end of some diagnostics | varkor | -15/+15 |
| 2020-01-12 | Add backticks in appropriate places | varkor | -62/+60 |