| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-06-02 | Fix typos of 'ambiguous' | Jon Purdy | -1/+1 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -2/+2 | |
| 2018-04-30 | make needs_infer specific to inference variables | Niko Matsakis | -1/+1 | |
| Notably, excluding ReSkolemized | ||||
| 2018-04-26 | Retry canonical trait query in standard mode if overflow occurs | Aravind Gollakota | -8/+24 | |
| This is slightly hacky and hopefully only a somewhat temporary solution. | ||||
| 2018-04-26 | Create a canonical trait query for `evaluate_obligation` | Aravind Gollakota | -0/+58 | |
| 2018-04-10 | Make recursion_limit and type_length_limit thread-safe | John Kåre Alsaker | -1/+1 | |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -6/+6 | |
| Misc changes from my parallel rustc branch r? @michaelwoerister | ||||
| 2018-03-17 | Replace Rc with Lrc | John Kåre Alsaker | -6/+6 | |
| 2018-03-16 | extend stable hasher to support `CanonicalTy` | Niko Matsakis | -0/+1 | |
| 2018-03-14 | Fixes after rebase | Andrew Cann | -1/+1 | |
| 2018-03-13 | short-circuit `dropck_outlives` for simple cases | Niko Matsakis | -2/+72 | |
| 2018-03-13 | add some debug output | Niko Matsakis | -1/+15 | |
| 2018-03-13 | introduce `tcx.normalize_erasing_regions(..)` operaton [VIC] | Niko Matsakis | -0/+82 | |
| 2018-03-13 | introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC] | Niko Matsakis | -1/+197 | |
| Backed by a canonicalized query. This computes all the types/regions that need to be live when the destructor runs (i.e., that the dtor may access). | ||||
| 2018-03-13 | introduce `infcx.at(..).normalize(..)` operation [VIC] | Niko Matsakis | -0/+299 | |
| It is backed by the new `normalize_projection_ty` query, which uses canonicalization. | ||||
