| Age | Commit message (Expand) | Author | Lines |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -49/+51 |
| 2019-01-28 | Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxc | bors | -0/+25 |
| 2019-01-28 | Unused variable suggestions on all patterns. | David Wood | -34/+50 |
| 2019-01-27 | Mark non-static generators as always Unpin | Wim Looman | -3/+15 |
| 2019-01-27 | Update generator transform and generated function signature | Wim Looman | -0/+6 |
| 2019-01-27 | Mark static generators as !Unpin | Wim Looman | -0/+7 |
| 2019-01-27 | `ConstValue::ScalarPair` only needs to represent slices | Oliver Scherer | -35/+27 |
| 2019-01-27 | Add some size assertions for const eval types | Oliver Scherer | -0/+14 |
| 2019-01-27 | Fix indentation | Oliver Scherer | -1/+1 |
| 2019-01-27 | Create `nvptx64-nvidia-cuda` target specification | Denys Zariaiev | -0/+6 |
| 2019-01-27 | Fix stray typo | Rémy Rakic | -1/+1 |
| 2019-01-27 | Extract the notes explaining the placeholder region errors to a helper fn | Rémy Rakic | -8/+43 |
| 2019-01-27 | When mentioning lifetimes, put either the trait ref or the self type closer t... | Rémy Rakic | -26/+63 |
| 2019-01-27 | comment the pattern | Niko Matsakis | -0/+15 |
| 2019-01-27 | identify when implemented for "some specific lifetime" | Niko Matsakis | -127/+120 |
| 2019-01-27 | add a lot more `debug!` to `try_report_placeholders_trait` | Niko Matsakis | -0/+15 |
| 2019-01-27 | Try to reword placeholder error messages to make them clearer | lqd | -31/+45 |
| 2019-01-27 | Try to resolve type vars in the placeholder errors trait refs | lqd | -8/+12 |
| 2019-01-27 | Handle higher-ranked lifetime conflict errors where the subtype is the `sup` ... | lqd | -0/+24 |
| 2019-01-27 | Make NiceRegionError use the `InferCtxt` instead of its `TyCtxt` | lqd | -43/+47 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -42/+41 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -172/+348 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -2/+27 |
| 2019-01-25 | Auto merge of #57898 - Centril:rollup, r=Centril | bors | -10/+0 |
| 2019-01-25 | Rollup merge of #57734 - oli-obk:fixes_and_cleanups, r=pnkfelix | Mazdak Farrokhzad | -10/+0 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -47/+75 |
| 2019-01-25 | Rollup merge of #57802 - davidtwco:issue-56943, r=estebank | Mazdak Farrokhzad | -14/+14 |
| 2019-01-25 | Rollup merge of #57652 - mark-i-m:remove-old, r=nikomatsakis | Mazdak Farrokhzad | -777/+13 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -2/+27 |
| 2019-01-24 | Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth | bors | -1/+0 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+0 |
| 2019-01-23 | Fix race condition when emitting stored diagnostics | John Kåre Alsaker | -21/+63 |
| 2019-01-22 | Rollup merge of #57798 - hellow554:master, r=davidtwco | Mazdak Farrokhzad | -2/+2 |
| 2019-01-22 | Corrected spelling inconsistency | Marcel Hellwig | -2/+2 |
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -3/+7 |
| 2019-01-21 | Auto merge of #55009 - oli-obk:const_safety, r=RalfJung | bors | -4/+25 |
| 2019-01-21 | Fix some non-determinism in help messages for E0277 errors. | Simon Sapin | -3/+7 |
| 2019-01-21 | Print visible name for types as well as modules. | David Wood | -14/+14 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -4/+25 |
| 2019-01-21 | Rollup merge of #57783 - davidtwco:issue-57741, r=estebank | Mazdak Farrokhzad | -2/+19 |
| 2019-01-21 | Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavis | Mazdak Farrokhzad | -5/+21 |
| 2019-01-20 | Add "dereference boxed value" suggestion. | David Wood | -2/+19 |
| 2019-01-20 | Auto merge of #57697 - dotdash:fast_lex_reg_resol_item_bodies, r=nagisa | bors | -6/+8 |
| 2019-01-20 | Do not suggest angle brackets when there are no type arguments | Esteban Küber | -8/+11 |
| 2019-01-20 | Auto merge of #57651 - JohnTitor:give-char-type, r=estebank | bors | -0/+2 |
| 2019-01-20 | Mark incorrect recovered `char` literals as `TyErr` to avoid type errors | Yuki Okushi | -0/+1 |
| 2019-01-19 | Suggest usage of angle brackets | Esteban Küber | -3/+12 |
| 2019-01-19 | Accept parenthesized type args for error recovery | Esteban Küber | -1/+5 |
| 2019-01-19 | Continune parsing after encountering Trait with paren args | Esteban Küber | -1/+1 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -251/+155 |