| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-04-27 | improved debug output | Niko Matsakis | -0/+2 | |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -1/+1 | |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -1/+1 | |
| This includes a submodule update to rustfmt in order to allow a stable feature declaration. | ||||
| 2018-03-27 | Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis | bors | -1/+1 | |
| Introduce trait engine address #48895 step 1: introduce trait engine | ||||
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -4/+4 | |
| Misc changes from my parallel rustc branch r? @michaelwoerister | ||||
| 2018-03-23 | import trait engine to typeck | csmoe | -1/+1 | |
| 2018-03-20 | Implement Rule Implemented-From-Env | varkor | -0/+32 | |
| This extends the Chalk lowering pass with the "Implemented-From-Env" rule for generating program clauses from a trait definition as part of #49177. | ||||
| 2018-03-20 | Improve comments for Rule Implemented-From-Impl | varkor | -4/+13 | |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -0/+186 | |
| MVP for chalkification r? @nikomatsakis | ||||
| 2018-03-17 | Replace Rc with Lrc | John Kåre Alsaker | -4/+4 | |
| 2018-03-15 | Fix tidy | Alexandre Martin | -1/+1 | |
| 2018-03-15 | add xref to rust-guide | Niko Matsakis | -0/+4 | |
| 2018-03-14 | Add documentation | scalexm | -0/+12 | |
| 2018-03-14 | Move code into librustc_traits | scalexm | -0/+170 | |
| 2018-03-14 | Fixes after rebase | Andrew Cann | -1/+1 | |
| 2018-03-13 | add a debug assertion that only outlives-oblig. result from norm. | Niko Matsakis | -7/+32 | |
| 2018-03-13 | introduce `tcx.normalize_erasing_regions(..)` operaton [VIC] | Niko Matsakis | -0/+41 | |
| 2018-03-13 | introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC] | Niko Matsakis | -0/+288 | |
| 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/+227 | |
| It is backed by the new `normalize_projection_ty` query, which uses canonicalization. | ||||
