| Age | Commit message (Expand) | Author | Lines |
| 2019-02-25 | Auto merge of #58649 - pnkfelix:issue-57464-avoid-ice-when-region-sneaks-into... | bors | -1/+10 |
| 2019-02-22 | Fix #57979 by allowing a legitimate type error to take precedence over an ICE. | Felix S. Klock II | -1/+10 |
| 2019-02-21 | update test files to reflect new output | Niko Matsakis | -0/+12 |
| 2019-02-21 | restore the actual leak-check | Niko Matsakis | -13/+170 |
| 2019-02-21 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -15/+44 |
| 2019-02-21 | reintroduce `commit_if_ok` calls to `subtype_predicate` | Niko Matsakis | -14/+16 |
| 2019-02-21 | reintroduce `commit_if_ok` call into `higher_ranked_sub` | Niko Matsakis | -26/+25 |
| 2019-02-20 | Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelix | bors | -26/+81 |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -1/+1 |
| 2019-02-15 | make generalization code create new variables in correct universe | Niko Matsakis | -21/+64 |
| 2019-02-15 | include more universe information in `debug!` printouts | Niko Matsakis | -5/+17 |
| 2019-02-14 | Rollup merge of #58347 - matthewjasper:closure-bounds-fixes, r=pnkfelix | Mazdak Farrokhzad | -20/+21 |
| 2019-02-14 | Rollup merge of #58267 - estebank:match-arms, r=matthewjasper | Mazdak Farrokhzad | -12/+21 |
| 2019-02-13 | Buffer and migrate nice region errors | Matthew Jasper | -20/+21 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -14/+15 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -17/+18 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -3/+3 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -125/+134 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -12/+13 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -7/+7 |
| 2019-02-11 | Remove two dead functions. | Nicholas Nethercote | -8/+0 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -125/+134 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -14/+10 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -3/+3 |
| 2019-02-08 | review comments: (marginally) reduce memory consumtion | Esteban Küber | -5/+9 |
| 2019-02-07 | Reweork incompatible match arms error | Esteban Küber | -12/+17 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -14/+10 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -209/+209 |
| 2019-02-03 | cleanup: don't use node_to_hir_id where unneeded | ljedrz | -3/+2 |
| 2019-02-01 | Restrict concrete types to equivalent types | Oliver Scherer | -1/+1 |
| 2019-01-28 | Refer to synthetically named lifetimes as "some specific lifetime" rather tha... | Rémy Rakic | -2/+2 |
| 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 | -6/+6 |
| 2019-01-25 | Rollup merge of #57652 - mark-i-m:remove-old, r=nikomatsakis | Mazdak Farrokhzad | -476/+11 |
| 2019-01-21 | Rollup merge of #57783 - davidtwco:issue-57741, r=estebank | Mazdak Farrokhzad | -2/+19 |
| 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-18 | remove more old readmes | mark | -401/+6 |
| 2019-01-18 | Inline `expand_node`. | Nicholas Nethercote | -9/+14 |
| 2019-01-18 | Remove unneeded `origin` arg from `iterate_until_fixed_point`'s closure. | Nicholas Nethercote | -7/+6 |
| 2019-01-17 | Use a faster early exit during region expansion | Björn Steinbrink | -6/+8 |